summaryrefslogtreecommitdiff
path: root/lib/gnutls_sig.c
Commit message (Expand)AuthorAgeFilesLines
* Use const and pointers to gnutls_datum_t in sign callback.Simon Josefsson2007-08-121-2/+2
* Add gnutls_sign_callback_get.Simon Josefsson2007-08-111-28/+0
* External signing callback interface.Simon Josefsson2007-08-101-8/+48
* Fix DSA sign, broken by last commit.Simon Josefsson2007-02-071-1/+3
* Fix TLS 1.2 signing (for servers).Simon Josefsson2007-02-071-18/+39
* Fix crash on failures.Simon Josefsson2007-02-061-3/+4
* Fix signature verification for DSA signatures in TLS 1.2, reported bySimon Josefsson2006-12-271-6/+7
* To use NULL DigestInfo.AlgorithmsIdentifier.parameters or not, that isSimon Josefsson2006-11-261-0/+8
* Client TLS 1.2 support. Works against www.mikestoolbox.org:4433.Simon Josefsson2006-11-251-14/+29
* Use GNU coding style.Simon Josefsson2005-11-071-254/+284
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-2/+2
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Indent.Simon Josefsson2004-10-281-3/+4
* The ephemeral DH and RSA parameters are no longer stored in theNikos Mavrogiannopoulos2004-06-291-4/+4
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-25/+25
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-275/+305
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-8/+8
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-1/+1
* Added gnutls_certificate_set_params_function() andNikos Mavrogiannopoulos2004-03-111-0/+1
* patch to fix the bug in mutual certificate authentication in SSL 3.0Nikos Mavrogiannopoulos2004-02-271-10/+36
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Added support for generating and exporting DSA private keys. Exporting to PKC...Nikos Mavrogiannopoulos2003-12-181-24/+24
* Several GNUTLS_E_UNIMPLEMENTED_FEATURE errors were replaced with meaningful e...Nikos Mavrogiannopoulos2003-03-251-2/+2
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-2/+4
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-141-19/+30
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-4/+4
* some improvements in the private key handling api. It is now used internally.Nikos Mavrogiannopoulos2003-03-111-5/+4
* some cleanupsNikos Mavrogiannopoulos2002-12-081-1/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Moved the GNUTLS_X509KEY_* to gnutls_cert.h and renamed them to KEY_*. Improv...Nikos Mavrogiannopoulos2002-11-201-2/+2
* Renamed GNUTLS_E_X509_KEY_USAGE_VIOLATION to GNUTLS_E_KEY_USAGE_VIOLATION,Nikos Mavrogiannopoulos2002-11-031-2/+2
* Added some new error codes and updated client.Nikos Mavrogiannopoulos2002-11-031-1/+1
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-3/+3
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-16/+16
* renamed libasn1 to libtasn1Nikos Mavrogiannopoulos2002-06-111-1/+1
* Adapted codebase to the new libasn1 0.1.0.Nikos Mavrogiannopoulos2002-06-101-2/+1
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-101-1/+1
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-30/+30
* Some cleanups in the certificate authentication. Parameters areNikos Mavrogiannopoulos2002-03-291-4/+8
* some error codes were renamed to more appropriate namesNikos Mavrogiannopoulos2002-03-101-2/+2
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-1/+1
* added support for DHE_DSS cipher suites.Nikos Mavrogiannopoulos2002-01-271-3/+0
* added support for DSS certificates.gnutls_with_dss_cert_supportNikos Mavrogiannopoulos2002-01-271-34/+56
* Added stuff for DSS certificates (not ready yet)Nikos Mavrogiannopoulos2002-01-261-37/+49
* Handshake messages are not kept in memory any more. Now we use less memoryNikos Mavrogiannopoulos2002-01-251-87/+107
* changes in buffering code (actually variables' names are moreNikos Mavrogiannopoulos2002-01-171-4/+4
* cleanupsNikos Mavrogiannopoulos2002-01-021-4/+4
* Cleanups in the digest code (separated from HMAC).Nikos Mavrogiannopoulos2002-01-021-4/+4