summaryrefslogtreecommitdiff
path: root/providers/implementations/kem
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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