summaryrefslogtreecommitdiff
path: root/lib/gnutls_sig.h
Commit message (Collapse)AuthorAgeFilesLines
* Use GNU coding style.Simon Josefsson2005-11-071-15/+14
|
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
|
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-13/+23
| | | | | | Now lib/gnutls_int.h start by including gnutls/gnutls.h, to check prototypes during compile time. More cleanups are expected.
* Changes to make the --disable-* options work again.Nikos Mavrogiannopoulos2005-01-261-12/+6
|
* 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-8/+14
|
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-16/+12
|
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-7/+16
|
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-1/+1
|
* Added some stuff needed in PKCS#10 certificate request generation. Some ↵Nikos Mavrogiannopoulos2003-03-141-2/+4
| | | | other fixes as well.
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-2/+2
| | | | | | | * Increased the maximum parameter size in order to read some large keys by some CAs. Patch by Ian Peters <itp@ximian.com>. * Rolled back some of yesterdays changes. The gnutls_x509_privkey, was replaced (again) by the gnutls_privkey.
* some improvements in the private key handling api. It is now used internally.Nikos Mavrogiannopoulos2003-03-111-3/+2
|
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-1/+1
|
* Renamed all the constructed types to have more consisten names, and some ↵Nikos Mavrogiannopoulos2002-08-291-5/+5
| | | | other minor improvements.
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-1/+1
| | | | | GNUTLS_SRP -> GNUTLS_CRD_SRP GNUTLS_ANON -> GNUTLS_CRD_ANON
* Handshake messages are not kept in memory any more. Now we use less memoryNikos Mavrogiannopoulos2002-01-251-1/+1
| | | | during a handshake.
* several cleanupsNikos Mavrogiannopoulos2001-10-081-3/+3
|
* added DHE_RSA ciphersuitesNikos Mavrogiannopoulos2001-10-081-2/+10
|
* server side client authentication worksgnutls_0_2_0Nikos Mavrogiannopoulos2001-08-071-2/+2
|
* cleanups in the signature generating functionsNikos Mavrogiannopoulos2001-08-061-1/+1
|
* several additions for x509 client authenticationNikos Mavrogiannopoulos2001-08-061-1/+2
|
* added some kind of certificate checkingNikos Mavrogiannopoulos2001-07-201-0/+3