summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher_int.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Only list algorithms if they are implemented.Nikos Mavrogiannopoulos2012-01-121-0/+15
* corrected NULL cipher encryption. Reported by Fabrice Gautier.Nikos Mavrogiannopoulos2011-11-041-14/+24
* Added encryption flag to simplify and optimize key expansion.Nikos Mavrogiannopoulos2011-09-071-5/+5
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* Properly reset the SSL 3.0 MAC algorithm.Nikos Mavrogiannopoulos2011-03-121-1/+1
* Added gnutls_cipher_add_auth() gnutls_cipher_tag() to export theNikos Mavrogiannopoulos2011-02-071-9/+9
* inlined several small functions.Nikos Mavrogiannopoulos2011-02-071-61/+0
* Better error checking on SSL3.Nikos Mavrogiannopoulos2011-02-071-13/+18
* Added support for GCM ciphersuites (not tested with other implementation).Nikos Mavrogiannopoulos2011-02-061-34/+224
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-8/+8
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-14/+20
* Allow encryption and decryption that are not in-place only.Nikos Mavrogiannopoulos2010-07-031-0/+21
* Greatly simplified the internal hash/hmac and cipher functions.Nikos Mavrogiannopoulos2010-06-181-54/+29
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Documented the crypto-api functions and made the API tolerant to NULL IV.Nikos Mavrogiannopoulos2010-01-211-3/+3
* Reverted all previous changes to combine hashes with MAC algorithms.Nikos Mavrogiannopoulos2009-12-051-1/+1
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-1/+1
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-1/+1
* Added cryptodev support (/dev/crypto). Tested with http://www.logix.cz/michal...Nikos Mavrogiannopoulos2009-11-291-1/+1
* Don't return from a void function.Simon Josefsson2008-09-021-2/+3
* 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