summaryrefslogtreecommitdiff
path: root/lib/gnutls_cert.c
Commit message (Expand)AuthorAgeFilesLines
* Added gnutls_x509_trust_list_add_named_crt() andNikos Mavrogiannopoulos2011-06-041-1/+1
* simplified _gnutls_selected_cert_supported_kx().Nikos Mavrogiannopoulos2011-06-031-10/+5
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* Added gnutls_certificate_get_issuer() to allow getting the issuer a certifica...Nikos Mavrogiannopoulos2011-05-031-1/+20
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-211-1/+47
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-182/+7
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-1/+1
* Fix docstring for deprecated functions.Simon Josefsson2011-02-231-2/+2
* Fix docstring of deprecated functions.Simon Josefsson2011-02-231-6/+6
* Removed gnutls_certificate_verify_peers.Nikos Mavrogiannopoulos2011-02-071-33/+0
* removed gnutls_certificate_get_openpgp_keyring().Nikos Mavrogiannopoulos2011-02-071-21/+0
* Removed functions:Nikos Mavrogiannopoulos2011-02-051-43/+1
* gnutls_x509_trust_list_init() has an extra argument that allowsNikos Mavrogiannopoulos2011-02-021-1/+1
* The internal subsystem uses the new certificate verification functions.Nikos Mavrogiannopoulos2011-01-311-20/+18
* Do not include deprecated functions to library documentation.Nikos Mavrogiannopoulos2010-12-191-4/+8
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-87/+87
* Reverted default behavior for verification and introduced GNUTLS_VERIFY_DO_NO...Nikos Mavrogiannopoulos2010-11-261-5/+0
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* More uses of gnutls_certificate_free_ca_namesNikos Mavrogiannopoulos2010-07-021-1/+4
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-1/+41
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-6/+5
* Export new ABIs. Doc fixes for new APIs.Simon Josefsson2010-04-141-3/+6
* increased small value for certificates. Typical certificates are much longer ...Nikos Mavrogiannopoulos2010-03-271-1/+1
* Added gnutls_certificate_set_verify_function() to allow checking (verifying)Nikos Mavrogiannopoulos2010-03-171-0/+28
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-16/+16
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-198/+195
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Check return value from gnutls_x509_crt_get_key_usage.Simon Josefsson2009-12-031-1/+8
* Indent code.Simon Josefsson2009-11-051-1/+1
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-0/+1
* Fix typos in documentation.Simon Josefsson2009-08-111-9/+9
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-6/+5
* Doc fix.Simon Josefsson2009-05-121-10/+10
* libgnutls: Check activation/expiration times on untrusted certificates.Simon Josefsson2009-04-301-0/+4
* Reduce libtasn1.h includes.Simon Josefsson2008-10-081-1/+0
* Fix overflows in gnutls_calloc calls.Simon Josefsson2008-09-171-1/+1
* Indent.Simon Josefsson2008-09-161-2/+3
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Fix warnings.Simon Josefsson2008-08-281-1/+1
* Indent code.Simon Josefsson2008-07-021-30/+35
* Doc fix.Simon Josefsson2008-05-261-4/+4
* Doc markup for newly added APIs.Simon Josefsson2008-04-281-0/+3
* Doc fix, remove verbose 'This function ...'Simon Josefsson2008-03-061-7/+7
* Move mpi.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-1/+1
* _export_ -> _get_Nikos2008-02-211-11/+11
* Added gnutls_certificate_export_x509_cas and other functions toNikos2008-02-201-0/+56
* better usage of gnutls_openpgp_keyid_tNikos2008-02-191-4/+1