aboutsummaryrefslogtreecommitdiff
path: root/providers
AgeCommit message (Expand)AuthorFilesLines
4 hoursfips: Prohibit SHA1 in DH & ECDH exchangeHEADmasterDimitri John Ledkov4-12/+13
9 daysfips: continuous random bit generator testsPauli7-204/+440
9 daysrand: remove unused field in DRBG structurePauli1-2/+0
9 daysAdd failed entropy continuous test errorPauli1-0/+2
9 daysdrbg: 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
2024-08-21hashtable: Support lockless readsTomas Mraz1-0/+6
2024-08-21Enable RSA-SM3 in the default providerRichard Levitte1-0/+1
2024-08-21fix coding styleRichard Levitte2-46/+46
2024-08-21Refactor OpenSSL 'RSA' EVP_SIGNATURE to also include RSA+hash compositesRichard Levitte7-74/+619
2024-08-20Add FIPS self test updatesslontis2-264/+146
2024-08-19Add an indicator for AES GCM that returns if the iv has been generatedslontis2-2/+8
2024-08-16replace static declarationsPauli1-12/+12
2024-08-16Revert "fips: add no digested option to FIPS provider"Pauli2-10/+1
2024-08-16Revert "EdDSA: disallow verification from a pregenerated hash when in FIPS"Pauli1-42/+14
2024-08-16Revert "Apply the FIPS_eddsa_no_verify_digested indicator on prehash EdDSA only"Pauli1-4/+3
2024-08-16FIPS: Remove ability to bypass the FIPS self testsslontis3-80/+21
2024-08-15Restrict FIPS EC Keygen to only allow curves with a security strengthslontis1-1/+47
2024-08-15Add FIPS Indicator for ECDH cofactor.slontis5-9/+49
2024-08-15fips: allow to customize provider vendor nameDimitri John Ledkov1-7/+2