summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher_int.h
Commit message (Expand)AuthorAgeFilesLines
* Modified crypto backend to accomodate for the CCM ciphersuitesNikos Mavrogiannopoulos2014-12-031-0/+61
* Added support for RFC7366 (encrypt then authenticate)Nikos Mavrogiannopoulos2014-11-031-1/+4
* Added a new simple to use AEAD APINikos Mavrogiannopoulos2014-10-251-2/+2
* removed support for SALSA20 and for stream ciphers with IVNikos Mavrogiannopoulos2014-10-241-11/+0
* reindented codeNikos Mavrogiannopoulos2013-11-081-97/+98
* corrected likely()Nikos Mavrogiannopoulos2013-05-281-5/+5
* Eliminated memory copy at encryption.Nikos Mavrogiannopoulos2013-05-261-9/+8
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-18/+6
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-1/+14
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added GCM mode using cryptodev. This is mostly a hack due to how GCM mode is ...Nikos Mavrogiannopoulos2012-02-231-3/+0
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-11/+11
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Only list algorithms if they are implemented.Nikos Mavrogiannopoulos2012-01-121-0/+1
* corrected NULL cipher encryption. Reported by Fabrice Gautier.Nikos Mavrogiannopoulos2011-11-041-2/+3
* The hash_fast() and hmac_fast() functions can be registered as well to allowNikos Mavrogiannopoulos2011-10-011-1/+1
* operations structures were made constants.Nikos Mavrogiannopoulos2011-09-301-1/+1
* Added encryption flag to simplify and optimize key expansion.Nikos Mavrogiannopoulos2011-09-071-2/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-0/+1
* Added gnutls_cipher_add_auth() gnutls_cipher_tag() to export theNikos Mavrogiannopoulos2011-02-071-2/+14
* inlined several small functions.Nikos Mavrogiannopoulos2011-02-071-15/+58
* Better error checking on SSL3.Nikos Mavrogiannopoulos2011-02-071-1/+1
* Added support for GCM ciphersuites (not tested with other implementation).Nikos Mavrogiannopoulos2011-02-061-4/+78
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-10/+10
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-8/+12
* Allow encryption and decryption that are not in-place only.Nikos Mavrogiannopoulos2010-07-031-0/+4
* Greatly simplified the internal hash/hmac and cipher functions.Nikos Mavrogiannopoulos2010-06-181-11/+7
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* More indentation.Simon Josefsson2010-04-141-15/+19
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* 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
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-2/+5
* fixes for all tests to succeed.Nikos2008-03-161-1/+0
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-161-1/+1
* Added functionality to override (register) a cipher. Initial functionality fo...Nikos2008-03-161-5/+18
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-8/+8
* Fixes to make GC work again.Simon Josefsson2005-10-171-1/+1
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-13/+16
* Indent.Simon Josefsson2004-10-281-3/+4
* Initiate move of all libgcrypt calls to crypto/gc* wrapper.Simon Josefsson2004-08-151-1/+2
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-5/+4
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-5/+7
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-5/+5