summaryrefslogtreecommitdiff
path: root/lib/crypto.h
Commit message (Collapse)AuthorAgeFilesLines
* reindented codeNikos Mavrogiannopoulos2013-11-081-6/+6
|
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
|
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
|
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
|
* Clarify license and copyright.Simon Josefsson2011-08-031-6/+4
|
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-161-1/+1
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
|
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
|
* More indentation.Simon Josefsson2010-04-141-4/+7
|
* 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-3/+3
| | | | | It is now permissible to register a hash algorithm separately from a MAC.
* Revert "Merged the two internal hash API functions, to simplify and reduce ↵Nikos Mavrogiannopoulos2009-12-051-2/+3
| | | | | | | | | | | | | | | code." This reverts commit bc3e43d5f121e404aa32212dcfcc5027de807056. Conflicts: lib/crypto.c lib/gnutls_cipher.c lib/gnutls_hash_int.c lib/gnutls_hash_int.h lib/includes/gnutls/crypto.h lib/mac-libgcrypt.c
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-3/+2
| | | | gnutls_hmac* and gnutls_hash* were merged to gnutls_hash API.
* Protect against double inclusions.Simon Josefsson2008-08-281-0/+29
|
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-4/+3
|
* Added deregisteration function to free buffers allocated for registering ↵Nikos Mavrogiannopoulos2008-04-251-0/+1
| | | | algorithms.
* Fix warnings.Simon Josefsson2008-03-301-1/+1
|
* Added interface to register random generators.Nikos2008-03-291-0/+1
|
* Added functionality to override (register) a cipher. Initial functionality ↵Nikos2008-03-161-0/+3
for MAC and digest algorithms.