summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: added check for import of RSA-PSS key with invalid saltNikos Mavrogiannopoulos2017-08-042-0/+147
* tests: added unit test for the SPKI abstract functionsNikos Mavrogiannopoulos2017-08-042-1/+138
* tests: chainverify: included negative and positive tests with RSA-PSS signed ...Nikos Mavrogiannopoulos2017-08-043-11/+883
* cert-tests: use .tmp suffix for all testsNikos Mavrogiannopoulos2017-08-042-3/+3
* tests: modified to account new errorsNikos Mavrogiannopoulos2017-08-031-0/+1
* tests: added RSA and RSA PSS key unit testsNikos Mavrogiannopoulos2017-08-032-1/+176
* tests: added unit test for the SPKI related functionsNikos Mavrogiannopoulos2017-08-033-1/+279
* tests: introduced RSA-PSS key exchange with a key fixed to rsa-pss with sha256Nikos Mavrogiannopoulos2017-08-031-0/+11
* tests: eagain-common.h: remove superfluous informationNikos Mavrogiannopoulos2017-08-031-1/+1
* tests: renamed tests for uniformityNikos Mavrogiannopoulos2017-08-037-9/+9
* tests: added unit test for RSA-PSS signing over PKCS#11Nikos Mavrogiannopoulos2017-08-032-1/+274
* tlsfuzzer: enabled EC tests for x25519tmp-def-ec-after-rfc7919Nikos Mavrogiannopoulos2017-08-021-0/+9
* tlsfuzzer: enabled test for ECDHE without the supported groups/EC extensionNikos Mavrogiannopoulos2017-08-022-3/+1
* tlsfuzzer: removed duplicate teststmp-rfc7919-after-eddsaNikos Mavrogiannopoulos2017-08-021-3/+0
* tlsfuzzer: fixed comment fieldsNikos Mavrogiannopoulos2017-08-021-3/+3
* tests: added unit test for group listings in priority structureNikos Mavrogiannopoulos2017-08-022-1/+116
* tests: updated cipher-listings.sh for the new groups listingNikos Mavrogiannopoulos2017-08-021-1/+1
* tlsfuzzer: enabled RFC7919 FFDHE testsNikos Mavrogiannopoulos2017-08-023-0/+11
* tests: enhanced server key exchange tests with explicit DH param settingNikos Mavrogiannopoulos2017-08-022-4/+59
* tests: updated for post-RFC7919 behavior of libraryNikos Mavrogiannopoulos2017-08-024-28/+28
* tests: added RFC7919 FFDHE unit testsNikos Mavrogiannopoulos2017-08-022-1/+355
* tests: modified gnutls_priority_set2() tests for gnutls_priority_set()Nikos Mavrogiannopoulos2017-07-252-2/+11
* tlsfuzzer: enabled test-ecdsa-sig-flexibility.pyNikos Mavrogiannopoulos2017-07-242-0/+3
* tests: partially reverted SHA1 broken testsNikos Mavrogiannopoulos2017-07-212-15/+6
* tests: added unit tests for gnutls_sign_is_secure2()Nikos Mavrogiannopoulos2017-07-212-1/+95
* tests: added reproducer with ed25519 private keyNikos Mavrogiannopoulos2017-07-213-1/+3
* tlsfuzzer: enabled SNI and other tests from masterNikos Mavrogiannopoulos2017-07-213-3/+20
* tests: updated to reflect the fact that invalid dns names are rejectedNikos Mavrogiannopoulos2017-07-217-66/+31
* tlsfuzzer: enabled RSA-PSS checks on certificate verifyNikos Mavrogiannopoulos2017-07-181-0/+6
* tlsfuzzer: enabled test-extended-master-secret-extension.pyNikos Mavrogiannopoulos2017-07-183-4/+3
* tests: enhanced SSL3.0 openssl detection in testcompat-opensslNikos Mavrogiannopoulos2017-07-171-8/+25
* tests: disable ARCFOUR interop tests if openssl doesn't support the cipherNikos Mavrogiannopoulos2017-07-171-12/+21
* tests: testcompat-openssl: 3DES is explicitly enabled for SSL 3.0Nikos Mavrogiannopoulos2017-07-171-6/+6
* tests: introduced tests on public key import-exporttmp-eddsa-after-rsa-pssNikos Mavrogiannopoulos2017-07-172-0/+308
* tests: added sign/verification test using rfc8080 keysNikos Mavrogiannopoulos2017-07-172-1/+145
* tests: verify that a server with an ed25519 key will fail when client does no...Nikos Mavrogiannopoulos2017-07-172-1/+23
* tests: privkey-keygen: added unit test for Ed25519 keysNikos Mavrogiannopoulos2017-07-171-9/+19
* tests: added private key parameter verification in key-import-export checksNikos Mavrogiannopoulos2017-07-171-0/+21
* handshake: return better error code on unwanted algorithmNikos Mavrogiannopoulos2017-07-171-1/+1
* tests: added check on Ed25519 chain verificationNikos Mavrogiannopoulos2017-07-173-3/+35
* tests: pkcs7: added ed25519 basic signing and verification checksNikos Mavrogiannopoulos2017-07-177-3/+169
* tests: enhanced OID tests for Ed25519 OIDsNikos Mavrogiannopoulos2017-07-171-0/+3
* tests: key-import-export: added Ed25519 key import/export checksNikos Mavrogiannopoulos2017-07-171-4/+117
* tests: replaced rsa-pss/eddsa certtool options with --key-typeNikos Mavrogiannopoulos2017-07-173-5/+5
* Renamed GNUTLS_PK_ECDHX to GNUTLS_PK_ECDH_X25519Nikos Mavrogiannopoulos2017-07-171-1/+1
* tests: parse and interpret an EdDSA public keyNikos Mavrogiannopoulos2017-07-173-2/+35
* tests: added TLS handshake test with EdDSA25519 certificatesNikos Mavrogiannopoulos2017-07-172-2/+10
* tests: added tests on EdDSA signature validation using the sign/verify_data APIsNikos Mavrogiannopoulos2017-07-175-2/+38
* tests: Added unit test on EdDSA key parsingNikos Mavrogiannopoulos2017-07-174-3/+96
* tests: added Ed25519 key and certificate generation testsNikos Mavrogiannopoulos2017-07-173-2/+158