summaryrefslogtreecommitdiff
path: root/lib/auth_cert.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Cleanups and several bug fixes found by Tomas Mraz.Nikos Mavrogiannopoulos2009-11-051-5/+4
* Indent code.Simon Josefsson2009-11-051-53/+64
* Fix compile errors.Simon Josefsson2009-11-051-0/+1
* Do not check signature algorithms for certificate selection when using openpg...Nikos Mavrogiannopoulos2009-11-011-2/+6
* Avoid code duplication by using all the functions defined in gnutls_algorithmsNikos Mavrogiannopoulos2009-11-011-4/+10
* Rationalized function names for signature generation and verification during ...Nikos Mavrogiannopoulos2009-11-011-2/+2
* Final touch on signature algorithms in TLS 1.2 support. Added function gnutls...Nikos Mavrogiannopoulos2009-11-011-6/+13
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-13/+77
* Fix comment.Simon Josefsson2009-09-301-2/+2
* Fix server-side TLS 1.2 support.Daiki Ueno2009-09-301-3/+3
* Fix parsing Certificate Request for TLS 1.2.Daiki Ueno2009-08-311-4/+3
* Remove write-only variable info in _gnutls_proc_cert_cert_req().Fabian Keil2009-08-311-3/+0
* Replace explicit version checks with feature checksJonathan Bastien-Filiatrault2009-08-191-3/+3
* Several bug fixes by Fabian Keil (some were modified by me).Nikos Mavrogiannopoulos2009-07-151-2/+1
* Don't use // comments.Simon Josefsson2008-11-181-1/+1
* Fix warnings.Simon Josefsson2008-11-121-4/+6
* Indent.Simon Josefsson2008-10-081-2/+2
* more memory leak fixes (based on patch by Sam)Nikos Mavrogiannopoulos2008-09-281-0/+2
* Corrected several memory leaks reported by Sam. In some cases switchedNikos Mavrogiannopoulos2008-09-231-0/+5
* Fix overflows in gnutls_calloc calls.Simon Josefsson2008-09-171-1/+1
* Fix overflows in gnutls_calloc calls.Simon Josefsson2008-09-171-1/+1
* Indent.Simon Josefsson2008-09-161-8/+8
* added some pedantic error checking.Nikos Mavrogiannopoulos2008-09-141-1/+11
* 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-291-5/+5
* Indent code.Simon Josefsson2008-07-021-75/+80
* Corrected usage of DECR_LEN()Nikos Mavrogiannopoulos2008-06-021-3/+5
* Fix warning.Simon Josefsson2008-04-171-1/+1
* Don't use alloca, the certificate list can be larger than stack size.Simon Josefsson2008-04-171-2/+2
* Reverted to gnutls 2.2 behaviour of allowing an empty key (for PKCS #11).Nikos2008-03-291-2/+2
* better usage of gnutls_openpgp_keyid_tNikos2008-02-191-4/+4
* copyright 2008Nikos2008-02-191-1/+1
* pgp_keyid_t is now compatible with the 2.2 key id.Nikos2008-02-181-15/+15
* Several updates in the openpgp code. Now it uses subkeys only when requested.Nikos2008-02-181-35/+100
* merged the openpgp branch to head\!Nikos2008-01-131-56/+68
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Renamed openpgp_cert to openpgp_crt to be consistent with x509.Nikos Mavrogiannopoulos2007-10-191-6/+6
* Occurences of gnutls_openpgp_key were renamed to gnutls_openpgp_cert,Nikos Mavrogiannopoulos2007-10-191-2/+2
* Renamed gnutls_openpgp_key_t to gnutls_openpgp_cert_tNikos Mavrogiannopoulos2007-10-191-4/+4
* Changed the certificate reading logic to allow for more buggy implementationsNikos Mavrogiannopoulos2007-10-091-1/+4
* External signing callback interface.Simon Josefsson2007-08-101-3/+2
* Fixed erroneous checks and sloppy return values in certificate selection.Ludovic Courtès2007-08-021-2/+5
* Fix off-by-one in TLS 1.2 handshake.Ludovic Courtès2007-06-141-1/+6
* Fix mem leak, reported by Andrey Nosenko <andrew.w.nosenko@gmail.com>.Simon Josefsson2007-05-261-0/+6
* Cleanup gnutls vs gnutls-extra integration, for OpenPGP certs.Simon Josefsson2007-01-111-14/+2
* (_gnutls_gen_cert_server_cert_req): For TLS 1.2, generate conformingSimon Josefsson2006-12-271-0/+8
* Client TLS 1.2 support. Works against www.mikestoolbox.org:4433.Simon Josefsson2006-11-251-0/+14
* fixed bugNikos Mavrogiannopoulos2006-06-161-1/+1