summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-3010-31/+361
* aes: add AES-GCM-SIV modes to the FIPS providerPauli2022-11-302-4/+11
* providers: Add SM4 XTS implementationXu Yizhou2022-11-297-1/+422
* 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-256-145/+109
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-238-2/+6
* Fix the check of EC_GROUP_check_named_curvePeiwei Hu2022-11-161-1/+1
* cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz2022-11-111-2/+12
* Put 3DES back into the FIPS provider as a non-approved algorithmPauli2022-11-101-1/+9
* Check for private key existence before calling eddsa sign functionsWangchong Zhou2022-11-041-0/+8
* providers/common/der/oids_to_c.pm: Remove use of Data::DumperRichard Levitte2022-11-021-2/+0
* fips: verify that the RNG was restored after the self testsPauli2022-11-021-0/+14
* Update FIPS KATs for 140-3Pauli2022-11-023-33/+266
* Remove DES cipher from the FIPS providerPauli2022-11-021-4/+0
* providers/implementations/kdfs/pvkkdf.c: Ensure SIZE_MAX is definedRichard Levitte2022-10-281-0/+1
* Make openVMS seeding less dependent of OpenVMS versionRichard Levitte2022-10-271-28/+54
* Use RSA CRT parameters in FIPS self tests.slontis2022-10-271-5/+5
* rand: remove the ossl_rand_pool_add_additional_data() function.Pauli2022-10-275-153/+0
* Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz2022-10-191-1/+5
* default provider: include RIPEMD160Pauli2022-10-192-1/+5
* set MGF1 digest correctlyJames Muir2022-10-071-3/+5
* Reimplement brainpool TLSv1.3 support group supportMatt Caswell2022-10-071-6/+14
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-0555-248/+109
* Fix HPKE and DHKEM for X25519 and X448 on s390xJuergen Christ2022-09-271-4/+26
* Add HPKE DHKEM provider support for EC, X25519 and X448.slontis2022-09-2311-67/+1699
* Add support for loading root CAs from Windows crypto APIHugo Landau2022-09-144-0/+334
* Fix AES-GCM on Power 8 CPUsTomas Mraz2022-09-131-18/+54
* Fix PROV_RC5_CTX's original structure namePaul Yang2022-09-121-1/+1
* Cleanup EBCDIC string defintionsTodd Short2022-09-091-7/+2
* provider: cipher: aes: add riscv32 zkn (zbkb) supportHongren (Zenithal) Zheng2022-09-058-0/+311
* Support decode SM2 parametersK12022-08-235-3/+9