aboutsummaryrefslogtreecommitdiff
path: root/providers
AgeCommit message (Expand)AuthorFilesLines
9 daysAvoid undefined behaviour with the <ctype.h> functions.Taylor R Campbell2-2/+3
10 daysAdd utility function ossl_param_is_empty()slontis62-99/+113
11 daysfips: fix locking issuesPauli1-13/+7
11 daysjitter: support an internal jitter entropy source in the FIPS providerPauli2-0/+7
11 daysjitter: avoid a signed vs unsigned comparisonPauli1-1/+1
12 daysAdd some documentation to describe the encap/decap requirementsNeil Horman1-0/+11
12 daysUpdate rsasve_recover to properly store outlen on successNeil Horman1-4/+39
12 daysDrop the aid field of the signature prov ctxlan11204-13/+30
2024-10-04Fix rsa_sigalg_set_ctx_params() to return 1 for unknown parameters.slontis1-4/+1
2024-10-04Change FIPS self tests to use EVP_PKEY_sign/verify API.slontis2-40/+42
2024-10-02fips: add lots of potentially missing ossl_prov_is_running checksDimitri John Ledkov6-2/+38
2024-10-02Use the correct length value for input saltSimo Sorce1-1/+1
2024-09-30Fix bugs in ECDH cofactor FIPS indicator.slontis1-1/+4
2024-09-30kdfs: implement key length check in X9.42Dimitri John Ledkov2-6/+47
2024-09-27fips: Prohibit SHA1 in DH & ECDH exchangeDimitri John Ledkov4-12/+13
2024-09-19fips: continuous random bit generator testsPauli7-204/+440
2024-09-19rand: remove unused field in DRBG structurePauli1-2/+0
2024-09-19Add failed entropy continuous test errorPauli1-0/+2
2024-09-19drbg: Fix typoPauli1-1/+1
2024-09-13Add Missing Error Messages for AES-OCB Tag Length Validationerbsland-dev1-2/+10
2024-09-13s390x: Add hardware acceleration for full AES-XTSHolger Dengler4-0/+228
2024-09-09Don't restrict the ECDSA settable ctx params unnecessarilyMatt Caswell1-9/+0
2024-09-09Complain about a missing digest when doing deterministic ECDSAMatt Caswell1-1/+5
2024-09-06s390x: Fix s390x_shake_squeeze() when MSA 12 is availableIngo Franzki1-1/+4
2024-09-06s390x: Fix s390x_sha3_absorb() when no data is processed by KIMDIngo Franzki1-4/+6
2024-09-05argon2: Fixed an thread availability error stringPIums1-2/+2
2024-09-05make updateTomas Mraz3-316/+364
2024-09-05Copyright year updatesTomas Mraz58-58/+58
2024-09-03s390x: Fix prehash-by-caller handling for ED25519 and ED448Ingo Franzki1-14/+30
2024-08-30fix: ossl_digest_get_approved_nid() returns NID_undef on invalid digestRichard Levitte3-3/+3
2024-08-30Refactor OpenSSL 'ECDSA' EVP_SIGNATURE to also include ECDSA+hash compositesRichard Levitte5-156/+574
2024-08-30Refactor OpenSSL 'DSA' EVP_SIGNATURE to also include DSA+hash compositesRichard Levitte5-93/+505
2024-08-29s390x: support CPACF sha3/shake performance improvementsJoerg Schmidbauer1-6/+22
2024-08-29Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()Richard Levitte2-5/+78
2024-08-29Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functionsRichard Levitte6-187/+529
2024-08-29Fix decoder error on SM2 private keyJamie Cui1-7/+26
2024-08-29EVP_MD_size() updatesslontis2-5/+5
2024-08-29Update code to use EVP_MD_xof()slontis13-13/+13
2024-08-29XOF / EVP_MD_size() changes.slontis1-6/+51
2024-08-28RSA decoder should check also sanity of p, q, e, d ... with respect to nsashan1-4/+12
2024-08-28Cleanups for FIPS options..slontis38-460/+183
2024-08-27fix: in RC2 implementation, handle both old and new AID.params keysRichard Levitte1-9/+23
2024-08-25Add FIPS indicators to X25519 and X448.slontis2-10/+81
2024-08-23FIPS: Add EDDSA public key validation.slontis1-2/+26
2024-08-23Update FIPS 140-3 self testsslontis1-70/+21
2024-08-23rsa: add verify_message param supportPauli1-24/+61
2024-08-23ecdsa: add verify_message param supportPauli1-8/+40
2024-08-21Add additional test cases for Single Step KDF.slontis1-1/+1
2024-08-21Add FIPS KMAC key checkslontis5-66/+102
2024-08-21Add HMAC FIPS keysize check.slontis8-9/+156