summaryrefslogtreecommitdiffstats
path: root/providers/implementations/kem
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
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-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-05-29prov: add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-27Use "" for include crypto/xxxRich Salz
2021-05-07Drop libimplementations.aRichard Levitte
2021-04-16Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz
2021-03-12prov: update KEM to support params on init()Pauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-02-18Update copyright yearMatt Caswell
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-24Add key length check to rsa_kem operation.Shane Lontis
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis