summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Don't build with warnings all the time. Use a WERROR_CFLAGS.Simon Josefsson2009-05-181-1/+1
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-135-50/+60
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-137-114/+118
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-135-55/+52
* Fix warnings.Simon Josefsson2009-05-081-11/+16
* Fix syntax-check warnings.Simon Josefsson2009-05-031-1/+1
* libgnutls: Check activation/expiration times on untrusted certificates.Simon Josefsson2009-04-301-3/+26
* release allocated mpis in _gnutls_x509_verify_algorithm().Nikos Mavrogiannopoulos2009-04-211-1/+8
* Fix return value. Doc fix.Simon Josefsson2009-04-201-34/+35
* Doc fix for new APIs.Simon Josefsson2009-04-201-11/+13
* Added self test for gnutls_x509_crt_verify_hash() and gnutls_x509_crt_get_ver...Nikos Mavrogiannopoulos2009-04-182-7/+10
* gnutls_x509_crt_get_sig_algorithm was renamed to gnutls_x509_crt_get_verify_a...Nikos Mavrogiannopoulos2009-04-172-4/+4
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutlsNikos Mavrogiannopoulos2009-04-031-31/+29
|\
| * Fix warnings.Simon Josefsson2009-03-301-31/+29
* | Applied patch by Cedric Bail to add functions gnutls_x509_crt_verify_hash() a...Nikos Mavrogiannopoulos2009-03-263-26/+178
|/
* Cosmetic fix.Simon Josefsson2009-03-041-6/+25
* Be compatible with libtasn1 before v1.6.Simon Josefsson2009-03-041-1/+9
* Use modern libtasn1 interfaces.Simon Josefsson2009-03-048-48/+48
* Added more verbose information.Nikos Mavrogiannopoulos2009-02-221-0/+1
* Revert "Added more verbose debugging info"Nikos Mavrogiannopoulos2009-02-221-1/+0
* Added more verbose debugging infoNikos Mavrogiannopoulos2009-02-221-0/+1
* Corrected bit disable (was flipping instead).Nikos Mavrogiannopoulos2009-02-151-1/+1
* libgnutls: gnutls_x509_crt_print prints signature algorithm in oneline mode.Simon Josefsson2009-02-111-0/+21
* Print bit size of RSA exponents.Simon Josefsson2009-02-111-1/+1
* Move down revocation check to revert code to how it looked before.Simon Josefsson2009-02-061-16/+16
* Make it possible to trust intermediary certificates.Simon Josefsson2009-02-021-32/+82
* Assert less for expected errors.Simon Josefsson2009-02-021-3/+5
* Simplify keyid printing to avoid allocation and asserts.Simon Josefsson2009-02-021-20/+3
* Permit V1 Certificate Authorities properly.Simon Josefsson2009-01-091-2/+14
* Fix warnings.Simon Josefsson2009-01-072-8/+2
* actually deprecate MD5 and MD2 signatures during X.509 verification by treati...Daniel Kahn Gillmor2009-01-061-0/+2
* Print public key id for certificate requests too.Simon Josefsson2008-12-111-3/+42
* gnutls: New interface to get key id for certificate requests.Simon Josefsson2008-12-111-0/+159
* Revert last commit.Simon Josefsson2008-12-101-14/+35
* Revert Nikos revert, and fix verification hopefully better.Simon Josefsson2008-12-101-35/+14
* reintroduced the self signed certificate removal code. This time shouldn't ha...Nikos Mavrogiannopoulos2008-12-051-0/+18
* Fix minitasn1 -I.Simon Josefsson2008-11-251-1/+1
* When reading data from a buffer (gnutls_string) avoid memmoving all remaining...Nikos Mavrogiannopoulos2008-11-231-3/+4
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-174-18/+18
* Use WARN_CFLAGS.Simon Josefsson2008-11-121-0/+1
* Remove check of last certificate in path is self signed.Simon Josefsson2008-11-121-11/+0
* Merge in v2.6.1 fixes.Simon Josefsson2008-11-101-11/+11
* Reduce verbosityNikos Mavrogiannopoulos2008-11-021-1/+0
* print DER errors if any.Nikos Mavrogiannopoulos2008-11-021-3/+8
* Separate headers as well. Clean up -I's.Simon Josefsson2008-10-301-2/+6
* Make it build better.Simon Josefsson2008-10-301-1/+1
* Make it build.Simon Josefsson2008-10-301-3/+1
* Fix syntax-check warnings.Simon Josefsson2008-10-081-4/+4
* More libgcrypt fixes.Simon Josefsson2008-10-081-3/+1
* Doc fixes.Simon Josefsson2008-10-085-172/+234