summaryrefslogtreecommitdiff
path: root/lib/gnutls_sig.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS.Nikos Mavrogiannopoulos2001-12-191-2/+2
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-0/+3
* cleanups in function namesNikos Mavrogiannopoulos2001-11-021-4/+4
* *** empty log message ***Nikos Mavrogiannopoulos2001-10-201-1/+1
* several cleanupsNikos Mavrogiannopoulos2001-10-081-5/+33
* *** empty log message ***Nikos Mavrogiannopoulos2001-10-081-5/+0
* added DHE_RSA ciphersuitesNikos Mavrogiannopoulos2001-10-081-61/+139
* server side client authentication worksgnutls_0_2_0Nikos Mavrogiannopoulos2001-08-071-1/+87
* cleanups in the signature generating functionsNikos Mavrogiannopoulos2001-08-061-90/+2
* more x509 client certificate stuffNikos Mavrogiannopoulos2001-08-061-5/+21
* several additions for x509 client authenticationNikos Mavrogiannopoulos2001-08-061-0/+174