summaryrefslogtreecommitdiff
path: root/tests/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-1/+1
* tests: remove test for nettle's pbkdf2; this is tested in nettleNikos Mavrogiannopoulos2014-08-101-12/+0
* pbkdf2: removed internal implementation, use nettle'sNikos Mavrogiannopoulos2014-08-081-16/+10
* reindented codeNikos Mavrogiannopoulos2013-11-081-68/+58
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-011-1/+1
* use the exported variant of _gnutls_hmac_fast().Nikos Mavrogiannopoulos2013-03-191-9/+10
* added error reportingNikos Mavrogiannopoulos2012-02-211-0/+9
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+2
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-29/+29
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-3/+3
* Indent code.Simon Josefsson2010-04-141-8/+11
* Reduced several unneeded messages during the make check procedure.Nikos Mavrogiannopoulos2010-03-201-3/+9
* Update copyright years.Simon Josefsson2010-01-271-1/+1
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* hash_fast -> hmac_fastNikos Mavrogiannopoulos2010-01-111-8/+8
* Revert "Added plain MD5 hash check and corrected gnutls_hash_fast() usage in ...Nikos Mavrogiannopoulos2009-12-051-16/+0
* Added plain MD5 hash check and corrected gnutls_hash_fast() usage in openssl.cNikos Mavrogiannopoulos2009-12-021-0/+16
* Exported gnutls_cipher_get_block_size() and all hash functions added to libgn...Nikos Mavrogiannopoulos2009-12-021-8/+8
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-6/+0
* Indent code.Simon Josefsson2008-07-021-4/+7
* added _gnutls_pkcs5_pbkdf2_sha1() based on gc_pkcs5_pbkdf2_sha1()Nikos Mavrogiannopoulos2008-06-301-70/+19
* Fix memory leak.Simon Josefsson2008-06-051-1/+3
* Use GPLv3 for self-tests.Simon Josefsson2007-12-091-1/+1
* Need to init libgcrypt with secure memory hooks.Simon Josefsson2007-04-161-0/+3
* Add self tests of gc.Simon Josefsson2005-10-171-0/+143