summaryrefslogtreecommitdiff
path: root/lib/algorithms/ciphers.c
Commit message (Expand)AuthorAgeFilesLines
* reindented codeNikos Mavrogiannopoulos2013-11-081-99/+112
* separated the TLS IV size and the cipher IV size.Nikos Mavrogiannopoulos2013-11-061-29/+29
* Added Camellia with GCMNikos Mavrogiannopoulos2013-10-221-0/+2
* Added gnutls_cipher_get_tag_size().Nikos Mavrogiannopoulos2013-06-101-3/+15
* Eliminated memory copy at encryption.Nikos Mavrogiannopoulos2013-05-261-2/+2
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-59/+9
* Added ESTREAM salsa20 cipher.Nikos Mavrogiannopoulos2013-04-121-0/+1
* removed TLS export key generationNikos Mavrogiannopoulos2013-04-071-36/+25
* Added gnutls_mac_get_nonce_size()Nikos Mavrogiannopoulos2013-03-231-1/+1
* Salsa20R20 -> Salsa20Nikos Mavrogiannopoulos2013-03-191-1/+1
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-1/+0
* Added salsa20 cipher, and ciphersuites.Nikos Mavrogiannopoulos2013-03-171-8/+35
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added Camellia-192-CBC algorithm identifier.Nikos Mavrogiannopoulos2012-06-291-0/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Only list algorithms if they are implemented.Nikos Mavrogiannopoulos2012-01-121-1/+4
* reordered ciphers to place on top the most used.Nikos Mavrogiannopoulos2012-01-121-4/+4
* minor doc and comment fixesPatrick Pelletier2011-12-281-2/+2
* Added AES-256-GCM. Reported by Benjamin Hof.Nikos Mavrogiannopoulos2011-08-151-0/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-5/+3
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* do not use NETTLE_LIBS to include hogweed and gmp.Nikos Mavrogiannopoulos2011-06-051-2/+0
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-0/+272