summaryrefslogtreecommitdiff
path: root/lib/auth_cert.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* updated to reflect the new openpgp draft.Nikos Mavrogiannopoulos2006-05-111-11/+15
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-10/+10
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-1086/+1232
* Don't include gnutls_random.h.Simon Josefsson2005-08-301-1/+0
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-271-7/+14
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fix warning.Simon Josefsson2005-04-141-6/+6
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-7/+7
* eliminated some memory leaks caused by DHE and RSA-EXPORT ciphersuites. Thank...Nikos Mavrogiannopoulos2005-03-191-0/+9
* Changes to make the --disable-* options work again.Nikos Mavrogiannopoulos2005-01-261-7/+6
* Clean up license templates.Simon Josefsson2005-01-221-15/+17
* changed the values of GNUTLS_PK_UNKNOWN and GNUTLS_SIGN_UNKNOWN to zero.Nikos Mavrogiannopoulos2005-01-211-4/+3
* Indent.Simon Josefsson2004-10-281-4/+6
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-59/+59
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-1139/+1123
* updated gnutls-cli-debug to print DHE and RSA-EXPORT information if verbose i...Nikos Mavrogiannopoulos2004-06-061-1/+0
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-10/+10
* Automatically disable certificate types that do not have correspondingNikos Mavrogiannopoulos2004-04-291-8/+8
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-231-1/+4
* Corrected bug in OpenPGP key loading using a callback.Nikos Mavrogiannopoulos2004-04-181-21/+33
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-031-1/+47
* Deprecated: gnutls_srp_server_set_select_function(),Nikos Mavrogiannopoulos2004-03-251-176/+23
* patch to fix the bug in mutual certificate authentication in SSL 3.0Nikos Mavrogiannopoulos2004-02-271-1/+1
* updated the client retrieval certificate callback.Nikos Mavrogiannopoulos2003-12-281-9/+11
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* *** empty log message ***gnutls_1_1_0Nikos Mavrogiannopoulos2003-12-211-8/+16
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-211-0/+1
* several cleanups.Nikos Mavrogiannopoulos2003-12-201-42/+41
* Improved gnutls_certificate_client_retrieve_function() and gnutls_certificate...Nikos Mavrogiannopoulos2003-12-201-61/+132
* Corrected bug in gnutls_bye() which made it return an error codeNikos Mavrogiannopoulos2003-12-191-2/+2
* Added the callbacks gnutls_certificate_client_retrieve_function() andNikos Mavrogiannopoulos2003-12-181-232/+466
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-114/+68
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-271-16/+28
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-4/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-131-2/+6
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-46/+37