summaryrefslogtreecommitdiff
path: root/lib/auth_cert.c
Commit message (Expand)AuthorAgeFilesLines
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-2130/+0
* corrected memory leak on RSA signatures.Nikos Mavrogiannopoulos2011-04-081-1/+1
* Corrected check for an unknown sign algorithm. Patch by LRN.Nikos Mavrogiannopoulos2011-04-081-1/+1
* Set type when sending empty openpgp key.Nikos Mavrogiannopoulos2011-03-161-0/+2
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-1/+1
* The extensions code is now using the gnutls_buffer_st.Nikos Mavrogiannopoulos2011-02-091-13/+24
* Simplified code in authentication methods by using gnutls_buffer_stNikos Mavrogiannopoulos2011-02-081-125/+110
* Several updates in signature algorithms parsing and sending to avoid sending ...Nikos Mavrogiannopoulos2011-02-081-4/+15
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-379/+379
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-131/+154
* privkey.h -> abstract.hNikos Mavrogiannopoulos2010-06-031-1/+1
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-99/+199
* Remove hardcoded version checks in auth_cert.c.Jonathan Bastien-Filiatrault2010-06-031-0/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-11/+15
* Added gnutls_certificate_set_verify_function() to allow checking (verifying)Nikos Mavrogiannopoulos2010-03-171-3/+23
* 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