summaryrefslogtreecommitdiff
path: root/lib/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-9/+9
* Update copyright years.Simon Josefsson2010-01-271-1/+1
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Reverted all previous changes to combine hashes with MAC algorithms.Nikos Mavrogiannopoulos2009-12-051-9/+9
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-14/+96
* Exported gnutls_cipher_get_block_size() and all hash functions added to libgn...Nikos Mavrogiannopoulos2009-12-021-3/+3
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-94/+12
* Added cryptodev support (/dev/crypto). Tested with http://www.logix.cz/michal...Nikos Mavrogiannopoulos2009-11-291-16/+15
* Doc fixes.Simon Josefsson2008-08-141-180/+197
* Indent code.Simon Josefsson2008-07-021-100/+144
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-19/+243
* add warning that these functions have to be called before gnutls_global_init().Nikos Mavrogiannopoulos2008-04-261-0/+8
* faster seek into the list.Nikos Mavrogiannopoulos2008-04-261-2/+1
* Added deregisteration function to free buffers allocated for registering algo...Nikos Mavrogiannopoulos2008-04-251-0/+23
* corrected segmentation fault on registering ciphers.Nikos Mavrogiannopoulos2008-04-251-1/+1
* Merge branch 'master' of ssh://nmav@git.sv.gnu.org/srv/git/gnutlsNikos2008-03-291-1/+1
|\
| * Fix gcc warnings.Simon Josefsson2008-03-191-1/+1
* | Added interface to register random generators.Nikos2008-03-291-3/+73
|/
* Added functionality to override (register) a cipher. Initial functionality fo...Nikos2008-03-161-0/+135