Copyright year updates
[openssl.git] / crypto / evp / evp_local.h
2024-04-09 Richard LevitteCopyright year updates
2024-01-15 Matt CaswellMove discovery of the legacy alg type into the keymgmt
2023-09-07 Matt CaswellCopyright year updates
2023-07-01 Paulievp: update to structure based atomics
2023-02-24 Ingo FranzkiAdd OSSL_FUNC_keymgmt_im/export_types function that...
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-06-28 Tomas Mrazstore_result: Add fallback for fetching the keymgmt...
2022-05-06 PauliRemove the _fetch_by_number functions
2022-05-03 Matt CaswellUpdate copyright year
2022-02-06 Paulievp enc: cache cipher IV length
2021-10-27 Richard LevitteEVP: Add internal functions to fetch type specific...
2021-10-27 Richard LevitteEVP: Add evp_keymgmt_fetch_from_prov()
2021-10-27 Richard LevitteEVP: Add the internal function evp_generic_fetch_from_p...
2021-06-15 Richard LevitteRefactor evp_generic_do_all() to behave like evp_generi...
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-29 Jon SpillettAdd library context and property query support into...
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-15 Tomas MrazRemove keymgmt_copy function from the provider API
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-02 Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-18 Shane LontisAdd ossl_is_partially_overlapping symbol
2021-03-11 Matt CaswellUpdate copyright year
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-22 Paulirand: reference count the EVP_RAND contexts.
2020-09-19 Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-07-24 Richard LevitteKEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()
2020-07-05 Paulirand: avoid caching RNG parameters.
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24 Paulirand: core APIs for provider friendly random.
2020-05-07 Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-03-12 Richard LevitteCORE: Add the key object generator libcrypto<->provider...
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-03-02 Richard LevitteKEYMGMT: Add a keydata copy function
2020-03-02 Richard LevitteKEYMGMT: Add a keydata matching function
2020-02-22 Richard LevitteRefactor evp_pkey_make_provided() to do legacy to provi...
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-01-29 Shane LontisAdd RSA key validation to default provider
2020-01-18 Richard LevitteEVP: Add evp_pkey_make_provided() and refactor around it
2020-01-17 Richard LevitteEVP: make EVP_PKEY_{bits,security_bits,size} work with...
2020-01-17 Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2020-01-09 Richard LevitteCORE & EVP: Specify OP_query_operation_name() for KEYMGMT
2019-11-25 Shane LontisCache constants for fetched EVP_cipher
2019-11-14 Matt CaswellImplement provider support for Asym Ciphers
2019-11-10 Richard LevitteFinal cleanup after move to leaner EVP_PKEY methods
2019-11-05 Richard LevitteEVP: Make the SIGNATURE implementation leaner
2019-11-05 Richard LevitteEVP: Make the KEYEXCH implementation leaner
2019-10-17 Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-03 Matt CaswellAdd the provider function signatures for DigestSign*
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias St... Reorganize local header files