summaryrefslogtreecommitdiff
path: root/lib/x509/verify-high.c
Commit message (Expand)AuthorAgeFilesLines
* 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