summaryrefslogtreecommitdiff
path: root/lib/x509/verify-high.c
Commit message (Expand)AuthorAgeFilesLines
* reindented codeNikos Mavrogiannopoulos2013-11-081-421/+461
* removed limitation as this has been resolvedNikos Mavrogiannopoulos2013-09-171-2/+0
* deinitialize the certificateNikos Mavrogiannopoulos2013-03-061-0/+1
* Added functions that remove certificates from a trust list.Nikos Mavrogiannopoulos2013-03-051-0/+42
* Several optimizations on certificate comparisons including DN. This speeds up...Nikos Mavrogiannopoulos2013-03-051-112/+22
* Revert "When making the hash list of the CAs avoid calling get_raw_*_dn() whi...Nikos Mavrogiannopoulos2013-03-051-9/+9
* When making the hash list of the CAs avoid calling get_raw_*_dn() which is ve...Nikos Mavrogiannopoulos2013-03-051-9/+9
* reduced hash table sizeNikos Mavrogiannopoulos2013-02-131-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-031-1/+1
* Added verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_UNSORTED_CHAINNikos Mavrogiannopoulos2012-11-021-1/+1
* doc update.Nikos Mavrogiannopoulos2012-10-041-4/+6
* Use hash-pjw-bare instead of asn1_bhash().Nikos Mavrogiannopoulos2012-10-021-11/+10
* doc updatesNikos Mavrogiannopoulos2012-09-221-1/+3
* corrected usage of definesNikos Mavrogiannopoulos2012-09-191-5/+5
* MAX_CERTS_TO_SORT -> DEFAULT_VERIFY_DEPTHNikos Mavrogiannopoulos2012-09-181-7/+5
* Added verification flags GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN, which is enabled...Nikos Mavrogiannopoulos2012-09-161-1/+2
* removed a now redundant chain checkNikos Mavrogiannopoulos2012-09-161-16/+3
* Added function to sort the provided certificate chain prior to verification.Nikos Mavrogiannopoulos2012-09-161-0/+68
* MAX_NAME_SIZE -> MAX_SERVER_NAME_SIZENikos Mavrogiannopoulos2012-09-161-2/+2
* When requested gnutls_x509_trust_list_deinit() will deinitialized all certs (...Nikos Mavrogiannopoulos2012-09-121-0/+5
* When verifying a certificate chain make sure it is chain.Nikos Mavrogiannopoulos2012-07-131-0/+12
* document limitationsNikos Mavrogiannopoulos2012-06-241-0/+2
* Differentiate between signature failure and generic errors, by introducing th...Nikos Mavrogiannopoulos2012-06-031-1/+1
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-8/+8
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-10/+13
* Fix semantics of (unused) _gnutls_trustlist_inlist.Simon Josefsson2012-01-201-5/+6
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Don't export verify-high structs internally.Simon Josefsson2011-11-121-1/+61
* Make verify-high structures internally accessible (for OCSP).Simon Josefsson2011-11-101-25/+1
* Memory leak fixes in ECC ciphersuites and the trust_list.Nikos Mavrogiannopoulos2011-09-091-295/+306
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-021-1/+13
* documentation fixesNikos Mavrogiannopoulos2011-07-231-8/+8
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Added gnutls_x509_trust_list_add_named_crt() andNikos Mavrogiannopoulos2011-06-041-22/+168
* use > 0 instead of == 1.Nikos Mavrogiannopoulos2011-05-051-1/+1
* Added gnutls_certificate_get_issuer() to allow getting the issuer a certifica...Nikos Mavrogiannopoulos2011-05-031-0/+44
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-1/+0
* Corrected documentation of several API functions.Nikos Mavrogiannopoulos2011-04-101-1/+2
* fix in trusted_list certificate deinitialization.Nikos Mavrogiannopoulos2011-04-081-0/+2
* Corrected memory leaks.Nikos Mavrogiannopoulos2011-04-081-0/+1
* cleanups. Introduced gnutls_assert_val_fatal() that only printsNikos Mavrogiannopoulos2011-03-121-2/+2
* gnutls_x509_trust_list_verify_crt shortens the provided certificate list base...Nikos Mavrogiannopoulos2011-03-121-16/+85
* Set memory to zero on allocation.Nikos Mavrogiannopoulos2011-02-021-1/+1
* gnutls_x509_trust_list_init() has an extra argument that allowsNikos Mavrogiannopoulos2011-02-021-8/+21
* Added a new API to verify certificates. It is more efficient andNikos Mavrogiannopoulos2011-01-311-0/+325