]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/core_numbers.h
Replumbing: offer a core upcall to get the provider object's library context
[thirdparty/openssl.git] / include / openssl / core_numbers.h
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