Increase the default security level to 2
[openssl.git] / include / openssl / core_dispatch.h
2021-06-16 Matt CaswellAdd various OBJ functions as callbacks
2021-05-23 Matt CaswellFix a memleak in the FIPS provider
2021-05-20 Matt CaswellAdd a callback for providers to know about global prope...
2021-05-11 Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11 Matt CaswellRegister callbacks with core for child provider creatio...
2021-05-11 Matt CaswellAdd the concept of a child OSSL_LIB_CTX
2021-04-22 Nicola TuveriAdd missing argname for keymgmt_gettable_params and...
2021-04-15 Tomas MrazRemove keymgmt_copy function from the provider API
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-09 Tomas MrazSmall fixes and cleanups of provider API documentation
2021-03-11 Paulicore: add params arguments to init calls
2021-03-11 Paulicore: add params argument to key manager's gen_init...
2021-03-10 Paulicore: add up_ref callback for OSSL_CORE_BIO
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-28 Paulicore: add params argument to DRBG instantiate call
2021-02-28 Paulicore: add param argument to KDF derive call
2021-02-28 Paulicore: update to use the extra MAC init arguments
2021-02-26 Paulicore: support modified gettable/settable ctx calls...
2021-02-26 Paulicore: core: support modified gettable/settable ctx...
2021-02-26 Paulicore: support modified gettable/settable ctx calls...
2021-02-26 Paulicore: update RNG gettable/settable ctx param calls
2021-02-26 Paulicore: update digest gettable/settable ctx params calls
2021-02-24 Pauliprovider: add an unquery function to allow providers...
2021-02-22 Matt CaswellNote that the OSSL_CORE_MAKE_FUNC macro is reserved
2021-02-21 jwalch-Wunused-function cleanup
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 Paulicore: add get_entropy and clear_entropy calls to RAND
2021-02-15 Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-10 FdaSilvaYYinclude/openssl: add a few missing #pragma once directives
2021-02-03 Richard LevitteCORE & PROV: clean away OSSL_FUNC_mac_size()
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-11-11 Richard LevitteENCODER: Add support for OSSL_FUNC_encoder_does_selection()
2020-11-11 Richard LevitteDECODER: Add support for OSSL_FUNC_decoder_does_selection()
2020-10-23 Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-22 Nicola TuveriConstify OSSL_FUNC_keymgmt_has()
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-09-20 Richard LevitteENCODER: Redefine the libcrypto <-> provider interface
2020-09-19 Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-09 Richard LevitteENCODER: Refactor provider implementations, and some...
2020-09-03 Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-08-24 Richard LevitteSTORE for providers: define libcrypto <-> provider...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-09 Shane LontisAdd 'on demand self test' and status test to providers
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-08-06 Pauligettables: core changes to pass the provider context.
2020-07-24 Richard LevitteCORE: Add upcalls for BIO_gets() and BIO_puts()
2020-07-24 Richard LevitteDESERIALIZER: Add foundation for deserializers
2020-07-24 Richard LevitteKEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()
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...