summaryrefslogtreecommitdiff
path: root/providers
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-2186-100/+100
* 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-294-5/+20
* DRBG: restrict the digests that can be used with HMAC and Hash DRBGs.Pauli2023-03-294-14/+37
* fips: rework the option handling codePauli2023-03-291-49/+74
* 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-175-0/+1601
* proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}Čestmír Kalina2023-03-171-0/+4
* 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
* fips: Use salt >= 16 bytes in PBKDF2 selftestClemens Lang2023-03-071-6/+16
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-077-4/+72
* S390X: Accelerate keccak XOFJuergen Christ2023-03-071-8/+5
* Remove AES SIV ciphers from the FIPS providerPauli2023-03-012-6/+1
* Fix incomplete error check on RSA_public_decrypt()ndossche2023-02-281-1/+1
* Revert "Put EdDSA back as approved algorithms."Pauli2023-02-221-4/+4
* kbkdf: Fix kbkdf_dup function pointer typeClemens Lang2023-02-161-1/+1
* Rationalize FIPS sourcesTomas Mraz2023-02-085-320/+362
* des: prevent error when using two key triple DES with a random keyPauli2023-02-081-5/+4
* Put EdDSA back as approved algorithms.Pauli2023-02-081-4/+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
* Put X25519 and X448 back as approved algorithmsPauli2023-01-241-4/+4
* 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
* fips: make EdDSA unapproved for FIPSPauli2023-01-131-8/+9
* 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