Rename ctx_{get,set}_params to {get,set}_ctx_params
[openssl.git] / include / openssl / core_numbers.h
2019-08-16 Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15 Richard LevitteRename provider and core get_param_types functions
2019-08-15 Richard LevitteAdd missing EVP param utility functions
2019-08-12 Richard LevitteMake more use of OSSL_PARAM for digests
2019-08-05 Matt CaswellDocumentation for the provider Key Exchange operation
2019-07-31 Richard LevitteRefactor provider support for reporting errors
2019-07-25 Matt CaswellDocument the provider DIGEST operation
2019-07-23 Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23 Matt CaswellRemove some utilities from the core to provider interface
2019-07-23 Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-23 Richard LevitteAdd internal function ossl_algorithm_do_all()
2019-07-22 Richard LevitteAdd basic EVP_KEYMGMT API and libcrypto <-> provider...
2019-07-16 Matt CaswellAdd the ability to set PKCS#3 DH padding in providers
2019-07-16 Matt CaswellMake the EVP Key Exchange code provider aware
2019-07-15 Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-07-11 Rich SalzMake allocation/free/clean available to providers
2019-07-11 Richard LevitteMake more use of OSSL_PARAM for ciphers
2019-07-02 Richard LevitteReplumbing: re-implement error reporting for providers
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Richard LevitteReplumbing: offer a core upcall to get the provider...
2019-06-04 Shane LontisMove digests to providers
2019-05-23 Matt CaswellMake core code available within the FIPS module
2019-04-30 Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-30 Richard LevitteReplumbing: make the oneshot proider cipher function...
2019-04-19 Matt CaswellAdd a maximum output length to update and final calls
2019-04-19 Matt CaswellAdd iv length and key length params to the cipher init...
2019-04-19 Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19 Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-15 Richard LevitteProviders: for the digest_final operation, pass a outpu...
2019-04-03 Matt CaswellSupport EVP_MD_block_size() with providers
2019-03-21 Matt CaswellMake EVP_Digest* functions provider aware
2019-03-21 Matt CaswellImplement EVP_MD_fetch()
2019-03-12 Richard LevitteReplumbing: Add support for the provider query_operatio...
2019-03-11 Richard LevitteReplumbing: Add the Provider Object, type OSSL_PROVIDER