]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/kem/rsa_kem.c
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
[thirdparty/openssl.git] / providers / implementations / kem / rsa_kem.c
2023-04-21  Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-11-23  FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05  Richard LevitteMove e_os.h to include/internal
2021-05-29  Pauliprov: add zero strenght arguments to BN and RAND RNG...
2021-05-26  Rich SalzUse "" for include crypto/xxx
2021-04-16  Matt CaswellStore some FIPS global variables in the FIPS_GLOBAL...
2021-04-06  Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-03-11  Pauliprov: update KEM to support params on init()
2021-03-03  Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-11  Tomas MrazMove the PROV_R reason codes to a public header
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-06  Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-24  Shane LontisAdd key length check to rsa_kem operation.
2020-09-19  Shane LontisAdd KEM (Key encapsulation mechanism) support to providers