summaryrefslogtreecommitdiff
path: root/lib/crypto-api.c
Commit message (Expand)AuthorAgeFilesLines
* Fix AEAD out-of-place decryptionNikos Mavrogiannopoulos2013-01-281-1/+5
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-1/+1
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-4/+4
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-1/+1
* Added encryption flag to simplify and optimize key expansion.Nikos Mavrogiannopoulos2011-09-071-13/+51
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* More GTK-DOC improvements.Simon Josefsson2011-08-031-2/+2
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-021-4/+4
* documentation fixesNikos Mavrogiannopoulos2011-07-231-13/+13
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-1/+1
* documented usage of gnutls_cipher_add_auth().Nikos Mavrogiannopoulos2011-06-011-2/+2
* Added missing const.Nikos Mavrogiannopoulos2011-04-131-1/+1
* Added gnutls_cipher_set_iv().Nikos Mavrogiannopoulos2011-04-121-0/+17
* added gnutls_key_generate() to API.Nikos Mavrogiannopoulos2011-03-131-0/+38
* Added gnutls_cipher_add_auth() gnutls_cipher_tag() to export theNikos Mavrogiannopoulos2011-02-071-0/+51
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-13/+13
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-8/+8
* Don't return from void functions.Simon Josefsson2010-09-301-2/+2
* Allow encryption and decryption that are not in-place only.Nikos Mavrogiannopoulos2010-07-031-0/+46
* Correctly deinitialize crypto API handles.Nikos Mavrogiannopoulos2010-06-301-1/+4
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-151-1/+2
* Use size_t instead of int for input variables that represent sizes.Nikos Mavrogiannopoulos2010-04-141-5/+4
* Export new ABIs. Doc fixes for new APIs.Simon Josefsson2010-04-141-50/+91
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-40/+32
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-168/+170
* Update copyright years.Simon Josefsson2010-01-271-1/+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-6/+184
* Reverted all previous changes to combine hashes with MAC algorithms.Nikos Mavrogiannopoulos2009-12-051-0/+84
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-37/+0
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-0/+37
* Added cryptodev support (/dev/crypto). Tested with http://www.logix.cz/michal...Nikos Mavrogiannopoulos2009-11-291-0/+61