summaryrefslogtreecommitdiffstats
path: root/providers/implementations/kem (follow)
Commit message (Expand)AuthorAgeFilesLines
* first cut at KEM & key management skeletonsMichael Baentsch2024-10-212-0/+194
* Add utility function ossl_param_is_empty()slontis2024-10-093-3/+3
* Add some documentation to describe the encap/decap requirementsNeil Horman2024-10-071-0/+11
* Update rsasve_recover to properly store outlen on successNeil Horman2024-10-071-4/+39
* fips: add lots of potentially missing ossl_prov_is_running checksDimitri John Ledkov2024-10-021-1/+18
* Copyright year updatesTomas Mraz2024-09-051-1/+1
* Cleanups for FIPS options..slontis2024-08-281-4/+1
* Change all existing FIPS configurable checks to use FIPS indicators.slontis2024-07-111-8/+32
* Copyright year updatesMatt Caswell2023-09-073-3/+3
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-141-1/+4
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-213-3/+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-231-0/+1
* Add HPKE DHKEM provider support for EC, X25519 and X448.slontis2022-09-235-0/+1611
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-2/+2
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* prov: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Use "" for include crypto/xxxRich Salz2021-05-271-1/+1
* Drop libimplementations.aRichard Levitte2021-05-071-1/+1
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-161-1/+1
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-061-5/+7
* prov: update KEM to support params on init()Pauli2021-03-111-10/+14
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-031-2/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-2/+2
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-1/+1
* Add key length check to rsa_kem operation.Shane Lontis2020-09-241-6/+21
* Add KEM (Key encapsulation mechanism) support to providersShane Lontis2020-09-192-0/+347