Fix grammar in certificates.txt
[openssl.git] / crypto / evp / kem.c
2023-09-07 Matt CaswellCopyright year updates
2023-07-01 Paulievp: update to structure based atomics
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-07-17 Paulievp: make all _is_a functions accept and handle a NULL...
2021-10-27 Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27 Richard LevitteEVP: For all operations that use an EVP_PKEY, check...
2021-10-27 Richard LevitteEVP: Allow a fallback for operations that work with...
2021-10-27 Richard LevitteEVP: Add internal functions to fetch type specific...
2021-10-27 Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-06-15 Richard LevitteAdapt all public EVP_XXX_do_all_provided() for the...
2021-06-02 Paulilibcrypto: make XXX_get_number() internal
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-24 Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-18 Rich SalzStandard style for all EVP_xxx_free routines
2021-04-02 Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-02 Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-11 Paulievp: add params arguments to init functions
2021-03-11 Matt CaswellUpdate copyright year
2021-03-11 Pedro MonrealFix reason code: EVP_R_OPERATON_NOT_INITIALIZED
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-25 Shane LontisAdd EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_...
2020-09-19 Shane LontisAdd KEM (Key encapsulation mechanism) support to providers