summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher_int.c
Commit message (Expand)AuthorAgeFilesLines
* Indent code.Simon Josefsson2008-07-021-45/+61
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-75/+25
* fixes for all tests to succeed.Nikos2008-03-161-4/+10
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-161-8/+8
* Added functionality to override (register) a cipher. Initial functionality fo...Nikos2008-03-161-22/+64
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Add patch to support Camellia, contributed by Yoshisato YANAGISAWA. Fixes #1.Simon Josefsson2007-09-241-0/+10
* Use GNU coding style.Simon Josefsson2005-11-071-47/+58
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-15/+16
* Indent.Simon Josefsson2004-10-281-12/+12
* Fix warnings.Simon Josefsson2004-08-151-2/+2
* Fix.Simon Josefsson2004-08-151-1/+1
* Initiate move of all libgcrypt calls to crypto/gc* wrapper.Simon Josefsson2004-08-151-37/+33
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-3/+3
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-55/+71
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-5/+5
* Added news functions to allow access to the ephemeralNikos Mavrogiannopoulos2004-06-041-0/+2
* The RC2 cipher is no more included. The one in libgcrypt is now used.Nikos Mavrogiannopoulos2004-04-141-3/+1
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* some cleanups in the record protocol processing.Nikos Mavrogiannopoulos2003-12-021-3/+8
* Removed the TWOFISH cipher. Documented the supported ciphersuites.Nikos Mavrogiannopoulos2003-11-271-3/+0
* RIJNDAEL ciphersuites were renamed to AES.Nikos Mavrogiannopoulos2003-09-171-2/+2
* more fixes by Arne.Nikos Mavrogiannopoulos2003-08-121-0/+3
* Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and i...Nikos Mavrogiannopoulos2003-08-071-14/+17
* More PKCS #12 additions. Now the code can generate PKCS #12 files. Also added...Nikos Mavrogiannopoulos2003-06-251-0/+3
* * Added support for encoding and decoding PKCS #8 2.0 encryptedNikos Mavrogiannopoulos2003-03-231-3/+4
* Added protection against the new TLS 1.0 record layer timing attack.Nikos Mavrogiannopoulos2003-03-031-2/+2
* Only the documented symbols are now exported.Nikos Mavrogiannopoulos2003-01-091-39/+0
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-1/+1
* Renamed GNUTLS_CIPHER_ARCFOUR to GNUTLS_CIPHER_ARCFOUR_128Nikos Mavrogiannopoulos2002-08-261-1/+1
* renamed ARCFOUR-EXPORT to ARCFOUR-40Nikos Mavrogiannopoulos2002-08-261-1/+1
* Added some initials for the export cipher suites.gnutls_0_5_x_with_export_ciphersuitesNikos Mavrogiannopoulos2002-08-211-0/+1
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-4/+4
* changes in buffering code (actually variables' names are moreNikos Mavrogiannopoulos2002-01-171-4/+4
* cleanups againNikos Mavrogiannopoulos2001-12-061-6/+6
* Cleanups. Mostly while sending client certificate (and client certificate ver...Nikos Mavrogiannopoulos2001-06-251-1/+1
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* several cleanupsNikos Mavrogiannopoulos2001-06-241-4/+5
* several cleanups in the low level record layer (the old code was a mess).Nikos Mavrogiannopoulos2001-06-181-3/+3
* cleanups and addition of a test http server (serv.c)Nikos Mavrogiannopoulos2001-06-181-4/+4
* corrected rijndael256Nikos Mavrogiannopoulos2001-02-031-1/+1
* added rijndael-256 as described in draft-ietf-tls-ciphersuite-03Nikos Mavrogiannopoulos2001-02-031-0/+7
* corrected buffer overrunsNikos Mavrogiannopoulos2001-01-101-2/+15
* some minor updatesNikos Mavrogiannopoulos2000-12-141-1/+1
* A lot of fixes for SSL3Nikos Mavrogiannopoulos2000-12-061-7/+0
* added ARCFOUR support when using gcryptNikos Mavrogiannopoulos2000-11-171-2/+2
* several cleanups in order to support ssl3Nikos Mavrogiannopoulos2000-11-151-1/+1