summaryrefslogtreecommitdiff
path: root/tests/x509sign-verify.c
Commit message (Expand)AuthorAgeFilesLines
* 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