summaryrefslogtreecommitdiff
path: root/lib/crypto-api.c
Commit message (Expand)AuthorAgeFilesLines
* Don't return from void functions.Simon Josefsson2010-09-301-2/+2
* Indent code.Simon Josefsson2010-07-251-3/+3
* 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