summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-09-22Update copyright yearMatt Caswell
2020-09-21Disallow certs with explicit curve in verification chainTomas Mraz
2020-09-21EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz
2020-09-10Revert two renamings backported from masterDr. Matthias St. Pierre
2020-08-13sslapitest: Add test for premature call of SSL_export_keying_materialTomas Mraz
2020-07-30Fix a test_verify failureMatt Caswell
2020-07-23test/drbgtest.c: Fix error check testVitezslav Cizek
2020-07-16Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb
2020-07-13[1.1.1][test] Avoid missing EC_GROUP wrappersNicola Tuveri
2020-07-12[test] ectest: check custom generatorsBilly Brumley
2020-07-07[test][15-test_genec] Improve EC tests with genpkeyNicola Tuveri
2020-06-30Add an SSL_dup testMatt Caswell
2020-06-19Add a CMAC testMatt Caswell
2020-06-10Test genpkey app for EC keygen with various argsNicola Tuveri
2020-06-10Silence gcc false positive warning on alpn_protos_len in test/handshake_helper.cDr. David von Oheimb
2020-06-10Silence gcc false positive warning on refdatalen in test/tls13encryptiontest.cDr. David von Oheimb
2020-06-01Revert the check for NaN in %f formatBernd Edlinger
2020-05-29bio printf: Avoid using rounding errors in range checkBernd Edlinger
2020-05-26More testing for CLI usage of Ed25519 and Ed448 keysNicola Tuveri
2020-05-26More testing for sign/verify through `dgst`Nicola Tuveri
2020-05-15Test TLSv1.3 out-of-band PSK with all 5 ciphersuitesraja-ashok
2020-05-08Fix PEM certificate loading that sometimes failsMaximilian Blenk
2020-04-27sslapitest: only compile test when it will be usedBenjamin Kaduk
2020-04-21Update copyright yearMatt Caswell
2020-04-21Add test for CVE-2020-1967Benjamin Kaduk
2020-04-06Add test cases for the non CA certificate with pathlen:0Tomas Mraz
2020-04-01[test] Make sm2_internal_test less fragile to changes in the ec moduleBilly Brumley
2020-03-17Update copyright yearMatt Caswell
2020-03-17sslapitest: don't leak the SSL_CTX pairBen Kaduk
2020-03-13Add test that changes ciphers on CCSBenjamin Kaduk
2020-03-11Revert "Create a new embeddedSCTs1 that's signed using SHA256"Matt Caswell
2020-03-11Revert "Stop accepting certificates signed using SHA1 at security level 1"Matt Caswell
2020-02-16Check that ed25519 and ed448 are allowed by the security levelKurt Roeckx
2020-02-16Generate new Ed488 certificatesKurt Roeckx
2020-02-12Fix no-tls1_3Matt Caswell
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2020-02-05Stop accepting certificates signed using SHA1 at security level 1Kurt Roeckx
2020-02-05Create a new embeddedSCTs1 that's signed using SHA256Kurt Roeckx
2020-01-30Test that SSL_get_servername returns what we expectMatt Caswell
2020-01-25Check that the default signature type is allowedKurt Roeckx
2020-01-25Replace apps/server.pem with certificate with a sha256 signature.Kurt Roeckx
2020-01-21Remove remaining references to crypto/includeBernd Edlinger
2020-01-07Don't store an HMAC key for longer than we needMatt Caswell
2019-12-23Fix evp_extra_test with no-dhMatt Caswell
2019-12-16Test that EVP_PKEY_set1_DH() correctly identifies the DH typeMatt Caswell
2019-12-06Add a test case for rsaz_512_sqr overflow handlingBernd Edlinger
2019-11-29Add a test for NULL chunks in encrypt/decryptMatt Caswell
2019-11-20Allow specifying the tag after AAD in CCM mode (2)Patrick Steuer
2019-11-14testutil/init.c rename to testutil/testutil_init.cPatrick Steuer
2019-11-13Add self-test for EC_POINT_hex2pointNicola Tuveri