summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Updating ifdefs to account for xlclang compiler frontend on AIX.Rob Mc Gee2022-08-011-2/+2
* Fix AES-GCM-SIV endian issuesTodd Short2022-08-013-29/+38
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-298-1/+918
* GCM: record limit counter gets reset on AAD changesPauli2022-07-271-1/+8
* s390x: Optimize kmacJuergen Christ2022-07-261-3/+28
* dh_to_text: Print the dh->length if setTomas Mraz2022-07-181-0/+6
* s390x: Fix Keccak implementationJuergen Christ2022-07-141-1/+18
* use #pragma comment(lib) with _MSC_VER onlyViktor Szakats2022-07-111-1/+3
* Fix Coverity 1498605 & 1498606: uninitialised valuePauli2022-07-062-2/+4
* Remove redundant check for `saltlen > UINT32_MAX`Daniel Fiala2022-06-291-1/+1
* kdf objects missing a return if malloc fails.slontis2022-06-282-3/+7
* Improve checks for invalid saltlen in DER writer.Daniel Fiala2022-06-271-3/+3
* der_writer: Use uint32_t instead of long.Daniel Fiala2022-06-271-2/+2