gnutls_x509_trust_list_remove_cas() and derivatives will utilize a black list.
[gnutls:gnutls.git] / lib / x509 / verify-high.c
2013-12-16 Nikos Mavrogiannop... gnutls_x509_trust_list_remove_cas() and derivatives...
2013-11-30 Nikos Mavrogiannop... The library state is used even when not in FIPS mode.
2013-11-30 Nikos Mavrogiannop... Merged the FIPS140-2 support code.
2013-11-27 Nikos Mavrogiannop... Added support for fips states.
2013-11-08 Nikos Mavrogiannop... reindented code
2013-09-17 Nikos Mavrogiannop... removed limitation as this has been resolved
2013-03-06 Nikos Mavrogiannop... deinitialize the certificate
2013-03-05 Nikos Mavrogiannop... Added functions that remove certificates from a trust...
2013-03-05 Nikos Mavrogiannop... Several optimizations on certificate comparisons includ...
2013-03-05 Nikos Mavrogiannop... Revert "When making the hash list of the CAs avoid...
2013-03-05 Nikos Mavrogiannop... When making the hash list of the CAs avoid calling...
2013-02-13 Nikos Mavrogiannop... reduced hash table size
2013-02-03 Nikos Mavrogiannop... Use LGPLv2.1 in the files their author's agreed to.
2012-11-02 Nikos Mavrogiannop... Added verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_UNSO...
2012-10-04 Nikos Mavrogiannop... doc update.
2012-10-02 Nikos Mavrogiannop... Use hash-pjw-bare instead of asn1_bhash().
2012-09-22 Nikos Mavrogiannop... doc updates
2012-09-19 Nikos Mavrogiannop... corrected usage of defines
2012-09-17 Nikos Mavrogiannop... MAX_CERTS_TO_SORT -> DEFAULT_VERIFY_DEPTH
2012-09-16 Nikos Mavrogiannop... Added verification flags GNUTLS_VERIFY_ALLOW_UNSORTED_C...
2012-09-16 Nikos Mavrogiannop... removed a now redundant chain check
2012-09-16 Nikos Mavrogiannop... Added function to sort the provided certificate chain...
2012-09-16 Nikos Mavrogiannop... MAX_NAME_SIZE -> MAX_SERVER_NAME_SIZE
2012-09-12 Nikos Mavrogiannop... When requested gnutls_x509_trust_list_deinit() will...
2012-07-13 Nikos Mavrogiannop... When verifying a certificate chain make sure it is...
2012-06-24 Nikos Mavrogiannop... document limitations
2012-06-03 Nikos Mavrogiannop... Differentiate between signature failure and generic...
2012-02-18 Nikos Mavrogiannop... Since: 3.0.0 -> Since 3.0 to reflect that it might...
2012-01-21 Nikos Mavrogiannop... Fixed signed/unsigned warnings.
2012-01-20 Simon JosefssonFix semantics of (unused) _gnutls_trustlist_inlist.
2012-01-16 Simon JosefssonRun 'make update-copyright'.
2011-11-12 Simon JosefssonDon't export verify-high structs internally.
2011-11-10 Simon JosefssonMake verify-high structures internally accessible ...
2011-09-09 Nikos Mavrogiannop... Memory leak fixes in ECC ciphersuites and the trust_list.
2011-08-03 Simon JosefssonClarify license and copyright.
2011-08-02 Simon JosefssonAdd GTK-DOC Since: tags for 3.0.0 additions.
2011-07-23 Nikos Mavrogiannop... documentation fixes
2011-06-22 Nikos Mavrogiannop... Upgraded to LGPLv3.
2011-06-04 Nikos Mavrogiannop... Added gnutls_x509_trust_list_add_named_crt() and
2011-05-05 Nikos Mavrogiannop... use > 0 instead of == 1.
2011-05-03 Nikos Mavrogiannop... Added gnutls_certificate_get_issuer() to allow getting...
2011-04-17 Nikos Mavrogiannop... Combined external abstract API with internal usage...
2011-04-10 Nikos Mavrogiannop... Corrected documentation of several API functions.
2011-04-08 Nikos Mavrogiannop... fix in trusted_list certificate deinitialization.
2011-04-08 Nikos Mavrogiannop... Corrected memory leaks.
2011-03-12 Nikos Mavrogiannop... cleanups. Introduced gnutls_assert_val_fatal() that...
2011-03-12 Nikos Mavrogiannop... gnutls_x509_trust_list_verify_crt shortens the provided...
2011-02-02 Nikos Mavrogiannop... Set memory to zero on allocation.
2011-02-02 Nikos Mavrogiannop... gnutls_x509_trust_list_init() has an extra argument...
2011-01-31 Nikos Mavrogiannop... Added a new API to verify certificates. It is more...