summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher_int.c
Commit message (Expand)AuthorAgeFilesLines
* EtM fixes: it only applies to block ciphersNikos Mavrogiannopoulos2014-11-041-5/+5
* Added support for RFC7366 (encrypt then authenticate)Nikos Mavrogiannopoulos2014-11-031-44/+72
* The library state is used even when not in FIPS mode.Nikos Mavrogiannopoulos2013-11-301-2/+2
* Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-0/+5
* reindented codeNikos Mavrogiannopoulos2013-11-081-290/+300
* updates in record packet encoding.Nikos Mavrogiannopoulos2013-09-051-8/+19
* _gnutls_send_tlen_int() accepts the actual pad rather than the intended data....Nikos Mavrogiannopoulos2013-09-011-0/+2
* Eliminated memory copy on decryption.Nikos Mavrogiannopoulos2013-05-281-3/+8
* Eliminated memory copy at encryption.Nikos Mavrogiannopoulos2013-05-261-20/+46
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-19/+29
* eliminate the reset ability from hashesNikos Mavrogiannopoulos2013-04-271-2/+0
* Do not handle MAC reset separately. It is implied by nettle's output function.Nikos Mavrogiannopoulos2013-04-271-1/+0
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-16/+17
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-1/+1
* 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