summaryrefslogtreecommitdiff
path: root/providers/implementations
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-235-0/+5
* 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
* Check for private key existence before calling eddsa sign functionsWangchong Zhou2022-11-041-0/+8
* 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
* 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-191-1/+1
* set MGF1 digest correctlyJames Muir2022-10-071-3/+5
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-0554-245/+108
* 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-2310-67/+1694
* Add support for loading root CAs from Windows crypto APIHugo Landau2022-09-143-0/+331
* 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-234-3/+8
* Limit the size of various MAXCHUNK definitionsPauli2022-08-191-1/+1
* Move protocol version specific code into separate filesMatt Caswell2022-08-181-1/+1
* ec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEYTomas Mraz2022-08-181-3/+10
* providers: Set the size of EC signature on s390.Sebastian Andrzej Siewior2022-08-041-4/+16
* Fix AES-GCM-SIV endian issuesTodd Short2022-08-013-29/+38
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-297-1/+915