summaryrefslogtreecommitdiff
path: root/lib/auth_cert.h
Commit message (Expand)AuthorAgeFilesLines
* Rename lib/x509/x509.h to x509_int.h.Simon Josefsson2008-02-251-1/+1
* Rename lib/openpgp/openpgp.h to openpgp_int.h.Simon Josefsson2008-02-251-2/+2
* changes to compile with ENABLE_OPENPGP undef.Nikos2008-02-191-1/+2
* Several updates in the openpgp code. Now it uses subkeys only when requested.Nikos2008-02-181-0/+14
* changes to remove the KEYRING_HACK and make keyring access thread safe.Nikos2008-01-261-5/+0
* merged the openpgp branch to head\!Nikos2008-01-131-1/+1
* Use new API.Simon Josefsson2007-11-141-2/+2
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Several changes to openpgp code:Nikos Mavrogiannopoulos2007-10-241-0/+5
* ** Corrected bugs in the openpgp certificate verification functions using a k...Nikos Mavrogiannopoulos2007-10-151-5/+1
* 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