summaryrefslogtreecommitdiffstats
path: root/providers/implementations (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add utility function ossl_param_is_empty()slontis2024-10-0960-97/+105
* fips: fix locking issuesPauli2024-10-091-13/+7
* jitter: support an internal jitter entropy source in the FIPS providerPauli2024-10-091-0/+4
* jitter: avoid a signed vs unsigned comparisonPauli2024-10-091-1/+1
* Add some documentation to describe the encap/decap requirementsNeil Horman2024-10-071-0/+11
* Update rsasve_recover to properly store outlen on successNeil Horman2024-10-071-4/+39
* Drop the aid field of the signature prov ctxlan11202024-10-074-13/+30
* Fix rsa_sigalg_set_ctx_params() to return 1 for unknown parameters.slontis2024-10-041-4/+1
* fips: add lots of potentially missing ossl_prov_is_running checksDimitri John Ledkov2024-10-026-2/+38
* Use the correct length value for input saltSimo Sorce2024-10-021-1/+1
* Fix bugs in ECDH cofactor FIPS indicator.slontis2024-09-301-1/+4
* kdfs: implement key length check in X9.42Dimitri John Ledkov2024-09-301-6/+46
* fips: Prohibit SHA1 in DH & ECDH exchangeDimitri John Ledkov2024-09-272-6/+6
* fips: continuous random bit generator testsPauli2024-09-196-204/+439
* rand: remove unused field in DRBG structurePauli2024-09-191-2/+0
* drbg: Fix typoPauli2024-09-191-1/+1
* Add Missing Error Messages for AES-OCB Tag Length Validationerbsland-dev2024-09-131-2/+10
* s390x: Add hardware acceleration for full AES-XTSHolger Dengler2024-09-134-0/+228
* Don't restrict the ECDSA settable ctx params unnecessarilyMatt Caswell2024-09-091-9/+0
* Complain about a missing digest when doing deterministic ECDSAMatt Caswell2024-09-091-1/+5
* s390x: Fix s390x_shake_squeeze() when MSA 12 is availableIngo Franzki2024-09-061-1/+4
* s390x: Fix s390x_sha3_absorb() when no data is processed by KIMDIngo Franzki2024-09-061-4/+6
* argon2: Fixed an thread availability error stringPIums2024-09-051-2/+2
* Copyright year updatesTomas Mraz2024-09-0547-47/+47
* s390x: Fix prehash-by-caller handling for ED25519 and ED448Ingo Franzki2024-09-031-14/+30
* fix: ossl_digest_get_approved_nid() returns NID_undef on invalid digestRichard Levitte2024-08-303-3/+3
* Refactor OpenSSL 'ECDSA' EVP_SIGNATURE to also include ECDSA+hash compositesRichard Levitte2024-08-303-156/+556
* Refactor OpenSSL 'DSA' EVP_SIGNATURE to also include DSA+hash compositesRichard Levitte2024-08-303-93/+487
* s390x: support CPACF sha3/shake performance improvementsJoerg Schmidbauer2024-08-291-6/+22
* Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()Richard Levitte2024-08-291-5/+76
* Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functionsRichard Levitte2024-08-293-104/+432
* Fix decoder error on SM2 private keyJamie Cui2024-08-291-7/+26
* EVP_MD_size() updatesslontis2024-08-292-5/+5
* Update code to use EVP_MD_xof()slontis2024-08-2913-13/+13
* XOF / EVP_MD_size() changes.slontis2024-08-291-6/+51
* RSA decoder should check also sanity of p, q, e, d ... with respect to nsashan2024-08-281-4/+12
* Cleanups for FIPS options..slontis2024-08-2826-79/+46
* fix: in RC2 implementation, handle both old and new AID.params keysRichard Levitte2024-08-271-9/+23
* Add FIPS indicators to X25519 and X448.slontis2024-08-252-10/+81
* FIPS: Add EDDSA public key validation.slontis2024-08-231-2/+26
* rsa: add verify_message param supportPauli2024-08-221-24/+61
* ecdsa: add verify_message param supportPauli2024-08-221-8/+40
* Add FIPS KMAC key checkslontis2024-08-213-37/+82
* Add HMAC FIPS keysize check.slontis2024-08-213-4/+90
* fix coding styleRichard Levitte2024-08-211-21/+21
* Refactor OpenSSL 'RSA' EVP_SIGNATURE to also include RSA+hash compositesRichard Levitte2024-08-213-74/+570
* Add an indicator for AES GCM that returns if the iv has been generatedslontis2024-08-182-2/+8
* replace static declarationsPauli2024-08-161-12/+12
* Revert "EdDSA: disallow verification from a pregenerated hash when in FIPS"Pauli2024-08-161-42/+14
* Revert "Apply the FIPS_eddsa_no_verify_digested indicator on prehash EdDSA only"Pauli2024-08-161-4/+3