summaryrefslogtreecommitdiff
path: root/lib/x509/verify.c
Commit message (Expand)AuthorAgeFilesLines
* Added gnutls_pubkey_verify_hash(), gnutls_pubkey_get_verify_algorithm().Nikos Mavrogiannopoulos2010-05-231-25/+8
* Optimized the check_if_same().Nikos Mavrogiannopoulos2010-05-231-3/+26
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-30/+35
* gnutls_x509_crt_verify() and gnutls_x509_crt_list_verify() behave identically.Nikos Mavrogiannopoulos2010-03-161-12/+5
* Extended time verification to trusted certificate list as well. IntroducedNikos Mavrogiannopoulos2010-03-141-20/+63
* Removed artificial constrained that prevented end-user certificates,Nikos Mavrogiannopoulos2010-03-071-3/+8
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-5/+5
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-45/+45
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-7/+7
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-7/+7
* Indent code.Simon Josefsson2009-11-051-53/+60
* Doc fix.Simon Josefsson2009-05-281-2/+2
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-11/+11
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-26/+25
* 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
* gnutls_x509_crt_get_sig_algorithm was renamed to gnutls_x509_crt_get_verify_a...Nikos Mavrogiannopoulos2009-04-171-1/+1
* Applied patch by Cedric Bail to add functions gnutls_x509_crt_verify_hash() a...Nikos Mavrogiannopoulos2009-03-261-25/+111
* Corrected bit disable (was flipping instead).Nikos Mavrogiannopoulos2009-02-151-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
* Permit V1 Certificate Authorities properly.Simon Josefsson2009-01-091-2/+14
* actually deprecate MD5 and MD2 signatures during X.509 verification by treati...Daniel Kahn Gillmor2009-01-061-0/+2
* 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
* 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
* Fix warnings.Simon Josefsson2008-08-281-5/+3
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-4/+4
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-281-3/+6
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-161-12/+12
* Move mpi.h stuff to x509_int.h.Simon Josefsson2008-02-261-2/+1
* Move verify.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move dn.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Rename lib/x509/x509.h to x509_int.h.Simon Josefsson2008-02-251-2/+2
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* replaced UNKNOWN_HASH_ALGORITHM WITH UNKNOWN_ALGORITHMNikos Mavrogiannopoulos2007-10-231-1/+1
* Export gnutls_x509_crt_get_raw_dn, gnutls_x509_crt_get_raw_issuer_dn.Simon Josefsson2007-05-241-4/+4
* Fix warnings, tiny patch from Andreas Metzler <ametzler@downhill.at.eu.org>.Simon Josefsson2007-04-161-1/+1
* Permit empty parameters field too, found after adding self tests.Simon Josefsson2006-09-121-2/+6
* Fix asn1_read_value() call to fix crash, reported by Andreas MetzlerSimon Josefsson2006-09-121-1/+1
* Make sure the digestAlgorithm.parameters field is empty, which it hasSimon Josefsson2006-09-081-1/+10
* Use GNU coding style.Simon Josefsson2005-11-071-543/+614
* *** empty log message ***Nikos Mavrogiannopoulos2005-10-271-1/+1
* The check for insecure algorithms is only performed on non-self signed certif...Nikos Mavrogiannopoulos2005-10-271-2/+6
* Don't accept MD2/MD5 hashes when verifying X.509 certificate signatures.Simon Josefsson2005-10-271-1/+30