summaryrefslogtreecommitdiff
path: root/lib/auth_cert.h
Commit message (Expand)AuthorAgeFilesLines
* Indent more.Simon Josefsson2005-12-151-3/+6
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-4/+4
* get_rsa_params was converted to behave similarly to get_dh_params.Nikos Mavrogiannopoulos2005-11-151-3/+2
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-5/+0
* Use GNU coding style.Simon Josefsson2005-11-071-90/+91
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2005-04-211-1/+1
* some cleanups, and changes in the resuming code to avoid freeing non-allocate...Nikos Mavrogiannopoulos2005-04-211-1/+5
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-29/+3
* eliminated some memory leaks caused by DHE and RSA-EXPORT ciphersuites. Thank...Nikos Mavrogiannopoulos2005-03-191-0/+2
* Changes to make the --disable-* options work again.Nikos Mavrogiannopoulos2005-01-261-14/+5
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-0/+24
* Indent.Simon Josefsson2004-10-281-15/+31
* Added some default limits in the verification of certificateNikos Mavrogiannopoulos2004-07-311-0/+2
* The ephemeral DH and RSA parameters are no longer stored in theNikos Mavrogiannopoulos2004-06-291-7/+5
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-51/+37
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-103/+119
* updated gnutls-cli-debug to print DHE and RSA-EXPORT information if verbose i...Nikos Mavrogiannopoulos2004-06-061-2/+2
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-4/+4
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-6/+5
* Allow access to the RSA-EXPORT parameters.Nikos Mavrogiannopoulos2004-06-051-1/+8
* Added news functions to allow access to the ephemeralNikos Mavrogiannopoulos2004-06-041-3/+2
* Added gnutls_certificate_set_params_function() andNikos Mavrogiannopoulos2004-03-111-0/+9
* updated the client retrieval certificate callback.Nikos Mavrogiannopoulos2003-12-281-5/+6
* *** empty log message ***gnutls_1_1_0Nikos Mavrogiannopoulos2003-12-211-0/+27
* Added the callbacks gnutls_certificate_client_retrieve_function() andNikos Mavrogiannopoulos2003-12-181-0/+4
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-2/+3
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-1/+1
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-2/+2
* some improvements in the private key handling api. It is now used internally.Nikos Mavrogiannopoulos2003-03-111-2/+2
* Added a flag to allow signing by v1 X.509 certificates. Also added a function...Nikos Mavrogiannopoulos2003-03-031-0/+4
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-121-1/+1
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-4/+8
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-8/+7
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-1/+1
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-12/+12
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-1/+4
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-241-0/+1
* added trustdb stuffNikos Mavrogiannopoulos2002-02-221-0/+2
* Added some support the OpenPGP Certificate message, with key fingerprints.Nikos Mavrogiannopoulos2002-02-181-1/+3
* Added more functions to allow access to Diffie Hellman parametersNikos Mavrogiannopoulos2002-02-131-1/+3
* * auth_cert.h: Added OpenPGP keyring item.Timo Schulz2002-02-091-0/+4
* Added OpenPGP certificate support in gnutls.Nikos Mavrogiannopoulos2002-02-031-10/+10
* Several changes in certificate and key handling.Nikos Mavrogiannopoulos2002-02-011-2/+1
* Separated X509 specific stuff in the CERTIFICATE_CREDENTIALS structure.Nikos Mavrogiannopoulos2002-01-291-8/+10
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-0/+76