summaryrefslogtreecommitdiffstats
path: root/providers/implementations
AgeCommit message (Expand)Author
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-04Check for private key existence before calling eddsa sign functionsWangchong Zhou
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-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-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
2022-09-14Add support for loading root CAs from Windows crypto APIHugo Landau
2022-09-13Fix AES-GCM on Power 8 CPUsTomas Mraz
2022-09-12Fix PROV_RC5_CTX's original structure namePaul Yang
2022-09-09Cleanup EBCDIC string defintionsTodd Short
2022-09-05provider: cipher: aes: add riscv32 zkn (zbkb) supportHongren (Zenithal) Zheng
2022-08-23Support decode SM2 parametersK1
2022-08-19Limit the size of various MAXCHUNK definitionsPauli
2022-08-18Move protocol version specific code into separate filesMatt Caswell
2022-08-18ec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEYTomas Mraz
2022-08-04providers: Set the size of EC signature on s390.Sebastian Andrzej Siewior
2022-08-01Fix AES-GCM-SIV endian issuesTodd Short
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-07-27GCM: record limit counter gets reset on AAD changesPauli
2022-07-26s390x: Optimize kmacJuergen Christ
2022-07-18dh_to_text: Print the dh->length if setTomas Mraz
2022-07-14s390x: Fix Keccak implementationJuergen Christ
2022-07-11use #pragma comment(lib) with _MSC_VER onlyViktor Szakats
2022-07-06Fix Coverity 1498605 & 1498606: uninitialised valuePauli
2022-06-28kdf objects missing a return if malloc fails.slontis
2022-06-23The flag "decoded-from-explicit" must be imp/exportableTomas Mraz
2022-06-20providers/implementations/exchange/kdf_exch.c: fix unavailable SIZE_MAXRichard Levitte
2022-06-15providers/implementations/exchange/kdf_exch.c: Fix kdf_derive()Richard Levitte
2022-06-15Fix the export routines to not return success if param alloc failedMatt Caswell
2022-06-10sm2_dupctx: Avoid potential use after free of the mdTomas Mraz
2022-06-10Fix a use after free in error handling of hmac_dupBernd Edlinger