summaryrefslogtreecommitdiff
path: root/lib/auth_cert.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* some fixes to have the correct cert_type on resumed sessions.Nikos Mavrogiannopoulos2003-11-101-4/+5
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-10/+13
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-9/+9
* Corrections in the TLS layer openpgp certificate packet parser.Nikos Mavrogiannopoulos2003-05-031-49/+52
* Several GNUTLS_E_UNIMPLEMENTED_FEATURE errors were replaced with meaningful e...Nikos Mavrogiannopoulos2003-03-251-2/+2
* * Corrected behaviour when a certificate request message is received.Nikos Mavrogiannopoulos2003-03-241-3/+6
* Corrected a parsing error in the Certificate request message.Nikos Mavrogiannopoulos2003-03-241-12/+28
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-141-1/+1
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-7/+7
* some improvements in the private key handling api. It is now used internally.Nikos Mavrogiannopoulos2003-03-111-7/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-201-2/+5
* The client certificate selection callback is no longer called twice. It is ca...Nikos Mavrogiannopoulos2003-02-181-20/+6
* Added a primitive function to load a file into memory, so that no certificate...Nikos Mavrogiannopoulos2003-02-151-1/+2
* Corrected bugs in gnutls_x509_rdn_get(). Added a test to print the server's t...Nikos Mavrogiannopoulos2003-02-141-1/+3
* Added option to allow an X.509 server not to send the trusted CA list to the ...Nikos Mavrogiannopoulos2003-02-131-7/+9
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-121-3/+3
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-168/+130
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-9/+9
* Enabled the OpenPGP key retrieval callback function (untested yet).Nikos Mavrogiannopoulos2002-12-011-1/+1
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-1/+1
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-9/+9
* Fixed an off-by-one bug for OpenPGP fingerprint handling.Timo Schulz2002-11-031-0/+1
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-5/+5