summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2023-02-28Fix incomplete error check on RSA_public_decrypt()ndossche
2023-02-22Revert "Put EdDSA back as approved algorithms."Pauli
2023-02-16kbkdf: Fix kbkdf_dup function pointer typeClemens Lang
2023-02-08Rationalize FIPS sourcesTomas Mraz
2023-02-08des: prevent error when using two key triple DES with a random keyPauli
2023-02-08Put EdDSA back as approved algorithms.Pauli
2023-02-07Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-07Prevent creating DSA and DH keys without parameters through importTomas Mraz
2023-02-02SM4 AESE optimization for ARMv8Xu Yizhou
2023-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis
2023-01-24Put X25519 and X448 back as approved algorithmsPauli
2023-01-24Typos fixingFdaSilvaYY
2023-01-23Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki
2023-01-19S390X: Fix Ed448phJuergen Christ
2023-01-17Fix potential NULL pointer dereferenceJuergen Christ
2023-01-16s390x: Fix keccak xofs via CPACFJuergen Christ
2023-01-13Support all five EdDSA instances from RFC 8032James Muir
2023-01-13fips: make EdDSA unapproved for FIPSPauli
2023-01-12SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis
2023-01-06remove extra define for __NR_getrandom and add some commentszhangzhilei
2022-12-22Change HKDF to alloc the info buffer.slontis
2022-12-22ec_kmgmt.c: check the return of BN_CTX_get() in time.xkernel
2022-12-16Add KMAC support to KBKDF.slontis
2022-12-12rsa: Add option to disable implicit rejectionHubert Kario
2022-12-08signature: Clamp PSS salt len to MD lenClemens Lang
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-11-30aes: add AES-GCM-SIV modes to the FIPS providerPauli
2022-11-29providers: Add SM4 XTS implementationXu Yizhou
2022-11-29Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri
2022-11-25Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-16Fix the check of EC_GROUP_check_named_curvePeiwei Hu
2022-11-11cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz
2022-11-10Put 3DES back into the FIPS provider as a non-approved algorithmPauli
2022-11-04Check for private key existence before calling eddsa sign functionsWangchong Zhou
2022-11-02providers/common/der/oids_to_c.pm: Remove use of Data::DumperRichard Levitte
2022-11-02fips: verify that the RNG was restored after the self testsPauli
2022-11-02Update FIPS KATs for 140-3Pauli
2022-11-02Remove DES cipher from the FIPS providerPauli
2022-10-28providers/implementations/kdfs/pvkkdf.c: Ensure SIZE_MAX is definedRichard Levitte
2022-10-27Make openVMS seeding less dependent of OpenVMS versionRichard Levitte
2022-10-27Use RSA CRT parameters in FIPS self tests.slontis
2022-10-27rand: remove the ossl_rand_pool_add_additional_data() function.Pauli
2022-10-19Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz
2022-10-19default provider: include RIPEMD160Pauli
2022-10-07set MGF1 digest correctlyJames Muir
2022-10-07Reimplement brainpool TLSv1.3 support group supportMatt Caswell
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-27Fix HPKE and DHKEM for X25519 and X448 on s390xJuergen Christ
2022-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis