| Commit message (Expand) | Author | Age | Files | Lines |
* | Added gnutls_pubkey_verify_hash(), gnutls_pubkey_get_verify_algorithm(). | Nikos Mavrogiannopoulos | 2010-05-23 | 1 | -25/+8 |
* | Optimized the check_if_same(). | Nikos Mavrogiannopoulos | 2010-05-23 | 1 | -3/+26 |
* | Change GNUTLS into GnuTLS. | Simon Josefsson | 2010-05-22 | 1 | -2/+2 |
* | Indent code. | Simon Josefsson | 2010-04-14 | 1 | -30/+35 |
* | gnutls_x509_crt_verify() and gnutls_x509_crt_list_verify() behave identically. | Nikos Mavrogiannopoulos | 2010-03-16 | 1 | -12/+5 |
* | Extended time verification to trusted certificate list as well. Introduced | Nikos Mavrogiannopoulos | 2010-03-14 | 1 | -20/+63 |
* | Removed artificial constrained that prevented end-user certificates, | Nikos Mavrogiannopoulos | 2010-03-07 | 1 | -3/+8 |
* | Fix GTK-DOC syntax. Unfortunately this looses some information. | Simon Josefsson | 2010-02-17 | 1 | -5/+5 |
* | Align indentation of GTK-DOC comments. | Simon Josefsson | 2010-02-17 | 1 | -45/+45 |
* | Update copyright years. | Simon Josefsson | 2010-01-27 | 1 | -1/+2 |
* | Fix FSF copyright notices. | Simon Josefsson | 2010-01-27 | 1 | -1/+1 |
* | Revert "Merged the two internal hash API functions, to simplify and reduce co... | Nikos Mavrogiannopoulos | 2009-12-05 | 1 | -7/+7 |
* | Merged the two internal hash API functions, to simplify and reduce code. | Nikos Mavrogiannopoulos | 2009-11-29 | 1 | -7/+7 |
* | Indent code. | Simon Josefsson | 2009-11-05 | 1 | -53/+60 |
* | Doc fix. | Simon Josefsson | 2009-05-28 | 1 | -2/+2 |
* | Doc fixes for GTK-DOC. | Simon Josefsson | 2009-05-13 | 1 | -11/+11 |
* | Doc fixes for GTK-DOC. | Simon Josefsson | 2009-05-13 | 1 | -26/+25 |
* | libgnutls: Check activation/expiration times on untrusted certificates. | Simon Josefsson | 2009-04-30 | 1 | -3/+26 |
* | release allocated mpis in _gnutls_x509_verify_algorithm(). | Nikos Mavrogiannopoulos | 2009-04-21 | 1 | -1/+8 |
* | gnutls_x509_crt_get_sig_algorithm was renamed to gnutls_x509_crt_get_verify_a... | Nikos Mavrogiannopoulos | 2009-04-17 | 1 | -1/+1 |
* | Applied patch by Cedric Bail to add functions gnutls_x509_crt_verify_hash() a... | Nikos Mavrogiannopoulos | 2009-03-26 | 1 | -25/+111 |
* | Corrected bit disable (was flipping instead). | Nikos Mavrogiannopoulos | 2009-02-15 | 1 | -1/+1 |
* | Move down revocation check to revert code to how it looked before. | Simon Josefsson | 2009-02-06 | 1 | -16/+16 |
* | Make it possible to trust intermediary certificates. | Simon Josefsson | 2009-02-02 | 1 | -32/+82 |
* | Permit V1 Certificate Authorities properly. | Simon Josefsson | 2009-01-09 | 1 | -2/+14 |
* | actually deprecate MD5 and MD2 signatures during X.509 verification by treati... | Daniel Kahn Gillmor | 2009-01-06 | 1 | -0/+2 |
* | Revert last commit. | Simon Josefsson | 2008-12-10 | 1 | -14/+35 |
* | Revert Nikos revert, and fix verification hopefully better. | Simon Josefsson | 2008-12-10 | 1 | -35/+14 |
* | reintroduced the self signed certificate removal code. This time shouldn't ha... | Nikos Mavrogiannopoulos | 2008-12-05 | 1 | -0/+18 |
* | Remove check of last certificate in path is self signed. | Simon Josefsson | 2008-11-12 | 1 | -11/+0 |
* | Merge in v2.6.1 fixes. | Simon Josefsson | 2008-11-10 | 1 | -11/+11 |
* | Fix warnings. | Simon Josefsson | 2008-08-28 | 1 | -5/+3 |
* | Initial merge attempt with gnutls_with_ext_mpi | Nikos Mavrogiannopoulos | 2008-06-28 | 1 | -4/+4 |
* | Doc fixes (silence gtk-doc warnings). | Simon Josefsson | 2008-04-28 | 1 | -3/+6 |
* | several fixes in the cipher (register) interface and added hash. | Nikos | 2008-03-16 | 1 | -12/+12 |
* | Move mpi.h stuff to x509_int.h. | Simon Josefsson | 2008-02-26 | 1 | -2/+1 |
* | Move verify.h stuff to x509_int.h. | Simon Josefsson | 2008-02-26 | 1 | -1/+0 |
* | Move dn.h stuff to x509_int.h. | Simon Josefsson | 2008-02-26 | 1 | -1/+0 |
* | Rename lib/x509/x509.h to x509_int.h. | Simon Josefsson | 2008-02-25 | 1 | -2/+2 |
* | Changed my name to my "official" name. | Nikos Mavrogiannopoulos | 2007-10-30 | 1 | -1/+1 |
* | replaced UNKNOWN_HASH_ALGORITHM WITH UNKNOWN_ALGORITHM | Nikos Mavrogiannopoulos | 2007-10-23 | 1 | -1/+1 |
* | Export gnutls_x509_crt_get_raw_dn, gnutls_x509_crt_get_raw_issuer_dn. | Simon Josefsson | 2007-05-24 | 1 | -4/+4 |
* | Fix warnings, tiny patch from Andreas Metzler <ametzler@downhill.at.eu.org>. | Simon Josefsson | 2007-04-16 | 1 | -1/+1 |
* | Permit empty parameters field too, found after adding self tests. | Simon Josefsson | 2006-09-12 | 1 | -2/+6 |
* | Fix asn1_read_value() call to fix crash, reported by Andreas Metzler | Simon Josefsson | 2006-09-12 | 1 | -1/+1 |
* | Make sure the digestAlgorithm.parameters field is empty, which it has | Simon Josefsson | 2006-09-08 | 1 | -1/+10 |
* | Use GNU coding style. | Simon Josefsson | 2005-11-07 | 1 | -543/+614 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2005-10-27 | 1 | -1/+1 |
* | The check for insecure algorithms is only performed on non-self signed certif... | Nikos Mavrogiannopoulos | 2005-10-27 | 1 | -2/+6 |
* | Don't accept MD2/MD5 hashes when verifying X.509 certificate signatures. | Simon Josefsson | 2005-10-27 | 1 | -1/+30 |