summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tests: reduced the intermediate steps in rsa-md5-collisiontmp-rsa-md5-simplificationsNikos Mavrogiannopoulos2016-12-077-21/+533
|
* tests: added operational -sign/verify- tests in keygen appNikos Mavrogiannopoulos2016-12-071-0/+46
| | | | | This will check that a generated key is immediately usable for operations.
* tests: enhanced keygen to include check of gnutls_x509_privkey_cpyNikos Mavrogiannopoulos2016-12-071-1/+19
|
* tests: added tests for CRL generation APIsNikos Mavrogiannopoulos2016-12-072-1/+212
|
* Don't trash DER CRQ output with text dataDmitry Eremin-Solenikov2016-12-072-0/+4
| | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* tests: updated overhead calculation for new codeNikos Mavrogiannopoulos2016-12-061-3/+10
|
* tests: added check for MTU calculation on DTLS 1.2Nikos Mavrogiannopoulos2016-12-062-1/+212
|
* tests: corrected space-tab issueNikos Mavrogiannopoulos2016-12-012-2/+2
|
* tests: added checks on signature key usage violationsNikos Mavrogiannopoulos2016-12-013-7/+339
|
* tests: use datefudge in rsa-md5-collision checktmp-autogen-fixNikos Mavrogiannopoulos2016-11-291-0/+5
| | | | | This makes sure that any failure detected is not because of expired certificates, but because of MD5 being disabled.
* tests: str-unicode: check whether exceptions are tolerated on decryptionNikos Mavrogiannopoulos2016-11-281-1/+9
|
* tests: added exception and join control characters in str-unicodeNikos Mavrogiannopoulos2016-11-281-0/+10
|
* tests: enhanced str-unicode with more char setsNikos Mavrogiannopoulos2016-11-281-1/+15
|
* tests: fixed str-unicode tests with control charactersNikos Mavrogiannopoulos2016-11-281-2/+2
|
* tests: added pkcs12 file with long passwordNikos Mavrogiannopoulos2016-11-283-2/+2
|
* tests: added unit tests of of _gnutls_idna_reverse_mapNikos Mavrogiannopoulos2016-11-251-16/+33
|
* tests: updated crt_apis to include setting UTF-8 SANNikos Mavrogiannopoulos2016-11-251-1/+54
|
* tests: updated crq_apis to include setting UTF-8 SANNikos Mavrogiannopoulos2016-11-251-17/+62
|
* tests: added pkcs7 verification with struct generated from openssl (with keyid)Nikos Mavrogiannopoulos2016-11-254-3/+107
|
* tests: added pkcs7 verification with struct generated from opensslNikos Mavrogiannopoulos2016-11-254-3/+101
|
* tests: added complex verification example using PKCS#7Nikos Mavrogiannopoulos2016-11-254-2/+193
| | | | That uses multiple intermediate certificates from the PKCS#7 structure.
* gnutls_idna_map was prefixed with underscore to avoid clashes with exported ↵tmp-mini-idna2003-updateNikos Mavrogiannopoulos2016-11-231-3/+3
| | | | symbols
* tests: added unit tests for gnutls_idna_map()Nikos Mavrogiannopoulos2016-11-232-1/+97
|
* tests: updated outputs to reflect new fingerprint/keyid formatstmp-add-sha256Nikos Mavrogiannopoulos2016-11-2214-58/+58
|
* tests: made tmp files uniqueNikos Mavrogiannopoulos2016-11-222-10/+11
|
* unconditionally include unistring codeNikos Mavrogiannopoulos2016-11-212-18/+1
| | | | | | That simplifies internationalization support, at the cost of including a version of libunistring, which is used on systems which do not ship it.
* tests: enhanced str-unicode with GNUTLS_UTF8_IGNORE_ERRS flagNikos Mavrogiannopoulos2016-11-211-1/+23
| | | | That is, enhanced to check the tolerable variant of gnutls_utf8_password_normalize()
* tests: addressed compiler warningsNikos Mavrogiannopoulos2016-11-202-3/+2
|
* tests: added unit tests for gnutls_utf8_password_normalize()Nikos Mavrogiannopoulos2016-11-202-1/+84
|
* tests: added test suite with PKCS#8 files that have invalid encryptiontmp-pkcs7-fixesNikos Mavrogiannopoulos2016-11-149-1/+53
|
* tests: account for the strict RFC4514 compliance reversalNikos Mavrogiannopoulos2016-11-142-4/+48
| | | | | Test the new functions only for the strict RFC4514 compliance to output strings, and test the old functions for the legacy format.
* tests: added check for the decoding of certificates with long OIDsNikos Mavrogiannopoulos2016-11-063-2/+238
| | | | That is, OIDs which have an element which exceeds 2^32.
* tests: updated known ciphersuites test for CHACHA20-POLY1305 in the SECURE setNikos Mavrogiannopoulos2016-11-041-4/+4
|
* tests: added test to ensure that gnutls_rnd() is not called during ↵Nikos Mavrogiannopoulos2016-11-042-1/+70
| | | | initialization
* tests: added decoding of multi-value DNNikos Mavrogiannopoulos2016-11-013-6/+97
|
* tests: enhanced RFC4514 with arbitrary escaped stringsNikos Mavrogiannopoulos2016-10-311-0/+27
|
* tests: modified to account for backwards-encoded DN (according to RFC4514)Nikos Mavrogiannopoulos2016-10-3125-39/+40
|
* tests: removed old README fileNikos Mavrogiannopoulos2016-10-312-14/+1
| | | | The description in the file had no relevance to the existing tests.
* nettle: renamed system random generator-related files for claritytmp-mini-rng-additionsNikos Mavrogiannopoulos2016-10-291-1/+1
|
* tests: introduced checks for gnutls_rnd() in multi-threaded scenarioNikos Mavrogiannopoulos2016-10-292-1/+128
|
* tests: introduced sanity checks in rng-forkNikos Mavrogiannopoulos2016-10-291-2/+3
|
* tests: check for gnutls 3.3.x compatibilitytmp-status-response-rollbackNikos Mavrogiannopoulos2016-10-272-1/+347
| | | | | | That is, check whether the status request extension is not sent by the server, if the server does not hold a status response. We require that behavior to be backwards compatible with gnutls 3.3.x.
* tests: do not enable testpkcs11.sh twiceDmitry Eremin-Solenikov2016-10-271-1/+1
| | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* starttls: search for chat in sbin if it is not present in PATHDmitry Eremin-Solenikov2016-10-271-2/+17
| | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* tests: better check for gnutls_ecc_curve_get resultNikos Mavrogiannopoulos2016-10-261-1/+3
|
* Fix compilation of tests if nettle is not installed in standard pathDmitry Eremin-Solenikov2016-10-254-14/+15
| | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* modified the gnutls_certificate_set_key* changeNikos Mavrogiannopoulos2016-10-248-1/+192
| | | | | | | | | While the change was fully backwards compatible for applications that were adding a single certificate, and applications that were checking for negative errors codes, many applications do not. As this may cause incompatibility issues with software properly utilizing the previously documented API, the change is reverted, and applications need to explicitly enable a flag (GNUTLS_CERTIFICATE_API_V2) in the credentials structure for the set_key functions to return an index.
* tests: removed nohats.ca from testdaneNikos Mavrogiannopoulos2016-10-221-1/+1
| | | | The host seems to be unreliable.
* tests: added checks for the new GNUTLS_NO_TICKETS flagNikos Mavrogiannopoulos2016-10-213-1/+577
|
* tests: added pkcs11-privkey-exporttmp-pkcs11-tests-updateNikos Mavrogiannopoulos2016-10-202-1/+162
| | | | | This checks whether the public parts of RSA private and public keys can be properly extracted from a PKCS#11 module.