summaryrefslogtreecommitdiff
path: root/providers/implementations
Commit message (Expand)AuthorAgeFilesLines
* provider: return error if buf too small when getting ec pubkey paramYi Li2023-05-121-1/+1
* Update KDFs to use shared functions.Pauli2023-04-263-109/+42
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-2181-94/+94
* Minor refactoring of the Argon2 derive functionTomas Mraz2023-04-211-48/+30
* fix test failure on Kunpeng-920zhangzhilei2023-04-181-1/+1
* FFC cleanupsslontis2023-04-032-8/+5
* Declare FIPS option functions in their own headerPauli2023-03-291-1/+1
* DRBG: restrict the digests that can be used with HMAC and Hash DRBGs.Pauli2023-03-294-14/+37
* providers/implementations/kdfs/argon2.c: Don't use UINT64_CRichard Levitte2023-03-211-1/+1
* enable hardware acceleration for sm4-ccmzhangzhilei2023-03-211-6/+30
* Avoid freeing context on errorPauli2023-03-211-2/+0
* Coverity 1522032: use after freePauli2023-03-211-2/+2
* providers/implementations/kdfs/argon2.c: Include openssl/e_os2.h instead of s...Richard Levitte2023-03-171-4/+3
* providers: add Argon2 KDFČestmír Kalina2023-03-174-0/+1596
* providers: add XOF support to blake2bČestmír Kalina2023-03-173-8/+128
* riscv: Clean up extension test macrosChristoph Müllner2023-03-1611-31/+35
* enable VPSM4_EX_CAPABLE for sm4_gcmzhangzhilei2023-03-151-12/+21
* Segmentation fault in parent rng cleanupafshinpir2023-03-151-1/+1
* Updated `rsa_has()` for correct validationafshinpir2023-03-151-2/+2
* Fix size_t/int mismatch in cms_ec.c and rsa_sig.cTomas Mraz2023-03-151-3/+6
* Remove duplicate codezhangzhilei2023-03-151-1/+0
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-071-0/+26
* S390X: Accelerate keccak XOFJuergen Christ2023-03-071-8/+5
* Remove AES SIV ciphers from the FIPS providerPauli2023-03-011-1/+1
* Fix incomplete error check on RSA_public_decrypt()ndossche2023-02-281-1/+1
* kbkdf: Fix kbkdf_dup function pointer typeClemens Lang2023-02-161-1/+1
* Rationalize FIPS sourcesTomas Mraz2023-02-082-29/+3
* des: prevent error when using two key triple DES with a random keyPauli2023-02-081-5/+4
* Do not create DSA keys without parameters by decoderTomas Mraz2023-02-071-1/+1
* Prevent creating DSA and DH keys without parameters through importTomas Mraz2023-02-072-4/+5
* SM4 AESE optimization for ARMv8Xu Yizhou2023-02-024-18/+47
* ChaCha20-Poly1305 no longer supports truncated IV's.slontis2023-01-303-23/+18
* Typos fixingFdaSilvaYY2023-01-241-1/+1
* Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki2023-01-232-0/+10
* S390X: Fix Ed448phJuergen Christ2023-01-191-6/+8
* Fix potential NULL pointer dereferenceJuergen Christ2023-01-171-4/+4
* s390x: Fix keccak xofs via CPACFJuergen Christ2023-01-161-1/+10
* Support all five EdDSA instances from RFC 8032James Muir2023-01-131-22/+289
* SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis2023-01-121-6/+19
* remove extra define for __NR_getrandom and add some commentszhangzhilei2023-01-061-3/+1
* Change HKDF to alloc the info buffer.slontis2022-12-221-18/+60
* ec_kmgmt.c: check the return of BN_CTX_get() in time.xkernel2022-12-221-2/+8
* Add KMAC support to KBKDF.slontis2022-12-162-14/+57
* rsa: Add option to disable implicit rejectionHubert Kario2022-12-121-2/+24
* signature: Clamp PSS salt len to MD lenClemens Lang2022-12-081-10/+30
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-309-31/+359
* aes: add AES-GCM-SIV modes to the FIPS providerPauli2022-11-301-4/+6
* providers: Add SM4 XTS implementationXu Yizhou2022-11-296-1/+421
* Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri2022-11-291-1/+3
* Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell2022-11-254-143/+105