summaryrefslogtreecommitdiffstats
path: root/test/recipes/30-test_evp_data
AgeCommit message (Expand)Author
4 daysCopyright year updatesTomas Mraz
10 daysRefactor OpenSSL 'ECDSA' EVP_SIGNATURE to also include ECDSA+hash compositesRichard Levitte
10 daysRefactor OpenSSL 'DSA' EVP_SIGNATURE to also include DSA+hash compositesRichard Levitte
11 daysAdd ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()Richard Levitte
11 daysRefactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functionsRichard Levitte
2024-08-25Add FIPS indicators to X25519 and X448.slontis
2024-08-23Update new FIPS indicator evp_tests to use FIPSversion + Availablein options.slontis
2024-08-21Add additional test cases for Single Step KDF.slontis
2024-08-21Add FIPS KMAC key checkslontis
2024-08-21Add HMAC FIPS keysize check.slontis
2024-08-21Enable RSA-SM3 in the default providerRichard Levitte
2024-08-21Add new test types in test/evp_test.c, and a test for RSA sigalgsRichard Levitte
2024-08-16Revert "test: update EdDSA tests for FIPS and no pre-hashing"Pauli
2024-08-15Change existing evp_test KeyGen Ctrls to use provider algorithmslontis
2024-08-15Update evp_test KeyGenslontis
2024-08-15Add FIPS Indicator for ECDH cofactor.slontis
2024-08-14test: Improve coverage for the PBKDF2 unit testsPauli
2024-08-13Restrict salt length for RSA-PSS in the FIPS providerpohsingwu
2024-08-12test: add unit tests for disallowed XOF digestsPauli
2024-08-10test: add error reasons to KBKDF testsPauli
2024-08-10test: add positive FIPS indicator failure tests for DRBGsPauli
2024-08-10test: add error reasons to TLS 1 PRF testsPauli
2024-08-10test: add error reasons to X9.63 testPauli
2024-08-10test: add error reasons to X9.42 testPauli
2024-08-10test: add error reasons to TLS 1.3 KDF testsPauli
2024-08-10test: add error reasons to TLS 1.2 PRF testsPauli
2024-08-10test: add error reasons to Single Step KDF testsPauli
2024-08-10test: add error reasons to SSHKDF testsPauli
2024-08-10test: add error reasons to PBKDF2 testsPauli
2024-08-10test: add error reasons to HKDF testsPauli
2024-08-10test: add error reasons to KMAC testsPauli
2024-08-10test: add error reasons to RSA testsPauli
2024-08-08test: add negative tests for KBKDF key size check under FIPSPauli
2024-08-07test: update EdDSA tests for FIPS and no pre-hashingPauli
2024-08-06Add FIPS DSA Keygen testsslontis
2024-08-05Add explicit indicator for PBKDF2pohsingwu
2024-08-01Call key_check_passed in set_ctx_paramspohsingwu
2024-08-01Add FIPS indicator tests for KDFspohsingwu
2024-08-01Restrict the length of key-derivation key used in KDFspohsingwu
2024-07-31Add FIPS indicator to CMAC.slontis
2024-07-30Add negative tests for SHAKE with PBKDF2 and X9.42 KDFPauli
2024-07-29Add RSA Signature restrictions for X9.31 padding in the FIPS provider.slontis
2024-07-26Add FIPS indicator support for Triple-DES encryption.slontis
2024-07-26test: fix failing KDF tests with changed behaviourPauli
2024-07-26test: add unit tests for no-short-macPauli
2024-07-26Disable DSA signing in the FIPS provider.slontis
2024-07-24Restrict digest in set_ctx_paramspohsingwu
2024-07-24Add FIPS indicator tests for KDFspohsingwu
2024-07-24Restrict digest algorithm used in KDFspohsingwu
2024-07-19Fix the provider compatibility CITomas Mraz