summaryrefslogtreecommitdiff
path: root/tests/x509sign-verify.c
Commit message (Expand)AuthorAgeFilesLines
* tests: added signature tests for ECDSA-SECP256R1-SHA256Nikos Mavrogiannopoulos2018-02-191-2/+1
* tests: added tests on EdDSA signature validation using the sign/verify_data APIsNikos Mavrogiannopoulos2017-07-171-1/+1
* tests: combined tables of sign-verify teststmp-rsa-pss-round-twoNikos Mavrogiannopoulos2017-05-311-39/+5
* tests: added unit tests for the gnutls_x509_* sign/verify APIsNikos Mavrogiannopoulos2017-05-311-152/+36
* tests: modify tests to allow signatures with SHA1Nikos Mavrogiannopoulos2017-05-311-7/+8
* tests: x509sign-verify: include ECDSA and RSA-PSS key testsNikos Mavrogiannopoulos2017-05-291-133/+119
* x509sign-verify: corrected test to perform RSA tests on RSA keysNikos Mavrogiannopoulos2017-05-291-17/+21
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-14/+14
* tests: don't depend on gnulibNikos Mavrogiannopoulos2015-06-201-2/+2
* tests: added check for the legacy gnutls_privkey_sign_raw_dataNikos Mavrogiannopoulos2015-04-011-0/+18
* tests: modified tests with obsolete APIs with their replacement APINikos Mavrogiannopoulos2015-02-211-15/+7
* win32 updatesNikos Mavrogiannopoulos2014-04-091-1/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-208/+233
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-011-1/+1
* Added sign and verification flags to operate in RSA raw mode (as used in TLS).Nikos Mavrogiannopoulos2013-03-281-1/+18
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-3/+26
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-4/+4
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* Rename gnutls_privkey_sign_data2 to gnutls_privkey_sign_data and gnutls_privk...Simon Josefsson2011-02-231-7/+5
* gnutls_x509_crt_verify_hash: DEPRECATEDNikos Mavrogiannopoulos2011-01-151-65/+27
* The verification functions now return a GNUTLS_E_PK_SIG_VERIFY_FAILED on sign...Nikos Mavrogiannopoulos2010-12-181-6/+6
* Added gnutls_pubkey_verify_data and test vectors.Nikos Mavrogiannopoulos2010-12-161-2/+77
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-4/+6
* Added gnutls_openpgp_crt_verify_hash().Nikos Mavrogiannopoulos2010-12-131-17/+27
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-4/+4
* Indent code.Simon Josefsson2010-04-141-1/+2
* Reduced several unneeded messages during the make check procedure.Nikos Mavrogiannopoulos2010-03-201-1/+1
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Tests compile with --enable-gcc-warnings.Nikos Mavrogiannopoulos2010-01-131-1/+1
* Indent code.Simon Josefsson2009-11-051-12/+13
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-281-1/+1
* Also test DSA keys.Simon Josefsson2009-04-231-31/+84
* Cleanup code.Simon Josefsson2009-04-211-52/+34
* Added self test for gnutls_x509_crt_verify_hash() and gnutls_x509_crt_get_ver...Nikos Mavrogiannopoulos2009-04-181-0/+155