summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
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-28test HKDF with empty IKMBenjamin Kaduk
2020-05-28Add a test for fetching EVP_PKEY style algs without a providerMatt Caswell
2020-05-28Fail if we fail to fetch the EVP_KEYMGMTMatt Caswell
2020-05-28Fix errtest for older compilersShane Lontis
2020-05-28ossl_shim: use the correct ticket key call back.Pauli
2020-05-28fips: add AES OFB mode ciphers to FIPS provider.Pauli
2020-05-28fips: add AES CFB mode ciphers to FIPS provider.Pauli
2020-05-27Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-26Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis
2020-05-26ossl_shim: add deprecation guards around the -use-ticket-callback option.Pauli
2020-05-23GOST external testsDmitry Belyavskiy
2020-05-23Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger
2020-05-19Test for the SSL_OP_IGNORE_UNEXPECTED_EOF optionDmitry Belyavskiy
2020-05-19deprecate EC precomputation functionalityBilly Brumley
2020-05-18Delete the sslprovider testMatt Caswell
2020-05-16deprecate EC_POINTs_mul functionBilly Brumley
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell
2020-05-15Test TLSv1.3 out-of-band PSK with all 5 ciphersuitesraja-ashok
2020-05-15Update copyright yearMatt Caswell
2020-05-14test/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC testRichard Levitte
2020-05-14test/recipes/15-test_rsapss.t: Add test with unrestricted signatureRichard Levitte
2020-05-14test/ssl-tests/20-cert-select.cnf.in: Re-enable RSA-PSS related testsRichard Levitte
2020-05-14test/evp_pkey_provided_test.c: Display first, compare afterRichard Levitte
2020-05-14test/evp_extra_test.c: Add test for CMAC keygen with a NULL engineRichard Levitte
2020-05-13Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb
2020-05-13Chunk 11 of CMP contribution to OpenSSL: CMP command-line interfaceDr. David von Oheimb
2020-05-08Fix PEM certificate loading that sometimes failsMaximilian Blenk
2020-05-08Fix issues reported by markdownlintRich Salz
2020-05-07SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov
2020-05-07Add RSA SHA512 truncated digest supportShane Lontis
2020-05-07Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis
2020-05-06Extend test_ssl_get_shared_ciphersMatt Caswell
2020-05-06Centralise Environment Variables for the testsMatt Caswell
2020-05-05Fix aix compile error in cmp_ctx_test.cShane Lontis
2020-05-04Add some tests for the newly added raw private/public key functionsMatt Caswell
2020-05-04WPACKET: don't write DER length when we don't want toRichard Levitte
2020-05-02Add default property API's to enable and test for fipsShane Lontis
2020-05-01Add test for SSL_new_session_ticket()Benjamin Kaduk
2020-05-01Add a test for EVP_PKEY_*_check functions for "DSA" keysMat Berchtold
2020-04-30coverity 1462562 Dereference before null checkPauli
2020-04-30coverity 1462577: Incorrect expressionPauli
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-28Update README.ssltests.mdMatt Caswell
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-27sslapitest: only compile test when it will be usedBenjamin Kaduk