summaryrefslogtreecommitdiff
path: root/lib/auth/cert.c
Commit message (Expand)AuthorAgeFilesLines
* Added debugging, and reverted some changes from the 3.1 backport.gnutls_3_0_25Nikos Mavrogiannopoulos2012-10-121-3/+5
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-111-4/+19
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-111-76/+39
* several cleanupsNikos Mavrogiannopoulos2012-09-221-43/+8
* even more cleanupsNikos Mavrogiannopoulos2012-03-241-1/+1
* more cleanupsNikos Mavrogiannopoulos2012-03-241-7/+6
* simplified internal function names.Nikos Mavrogiannopoulos2012-03-241-6/+6
* Deinitialize the correct number of certificates. Reported by Remi Gacogne.Nikos Mavrogiannopoulos2012-02-191-0/+1
* Corrected check for the callback for gnutls_certificate_set_retrieve_function...Nikos Mavrogiannopoulos2012-02-061-1/+1
* If peer doesn't send any issuers and we have a single certificate then send t...Nikos Mavrogiannopoulos2012-01-211-4/+10
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-16/+16
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* _gnutls_proc_cert_client_certificate and _gnutls_proc_cert_server_certificate...Nikos Mavrogiannopoulos2012-01-071-1/+1
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-1/+1
* updated client certificate signature algorithm indication, to allow holding 3...Nikos Mavrogiannopoulos2011-11-181-11/+11
* Added new signing callback in gnutls_privkey_t.Nikos Mavrogiannopoulos2011-10-071-0/+4
* Fix syntax-check warnings.Simon Josefsson2011-09-211-3/+2
* Corrected memory leak in privkey deinitialization. Reported by Dan Winship.Nikos Mavrogiannopoulos2011-09-181-0/+2
* Removed the limitation of one name per certificate.Nikos Mavrogiannopoulos2011-08-191-2/+1
* gnutls_certificate_set_x509_key_file() and friends support server name indica...Nikos Mavrogiannopoulos2011-08-171-18/+70
* better placement of ifdefs.Nikos Mavrogiannopoulos2011-08-051-3/+3
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-3/+3
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-071-1/+8
* Take into account each and every advertized public key algorithm when selecti...Nikos Mavrogiannopoulos2011-05-281-112/+148
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-221-3/+6
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-211-7/+33
* Eliminated the need for sign_algo in gnutls_pcert_st. This meansNikos Mavrogiannopoulos2011-04-201-13/+1
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-109/+108
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-0/+2130