Rename ctx_{get,set}_params to {get,set}_ctx_params
[openssl.git] / providers / common / ciphers /
2019-08-16 Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15 Richard LevitteAdjust some provider reason codes
2019-08-07 Shane LontisGCM cipher in provider now fails if passed bad keylength
2019-08-01 Patrick SteuerFix commit a672a02a s390x build breakage
2019-07-31 Shane LontisAdd gcm ciphers (aes and aria) to providers.
2019-07-15 Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-07-11 Richard LevitteAdapt the provider AES for more use of OSSL_PARAM
2019-07-02 Patrick Steuers390x assembly pack: fix various aes modes performance...
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-03 Matt CaswellEnsure we get all the right defines for AES assembler...
2019-06-03 Matt CaswellMake basic AES ciphers available from within the FIPS...
2019-04-30 PauliStructure alignment macro.
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 CaswellCreate provider errors and use them
2019-04-19 Matt CaswellFix the S390X support for the basic AES ciphers
2019-04-19 Matt CaswellAdd forward declarations of the AES dispatch table...
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 CTR ciphers in the default provider
2019-04-19 Matt CaswellImplement AES CFB ciphers in the default provider
2019-04-19 Matt CaswellImplement AES OFB ciphers in the default provider
2019-04-19 Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19 Matt CaswellAdd support in the default provider for 192/128 bit...
2019-04-19 Matt CaswellAdd the provider_algs.h internal header file
2019-04-19 Matt CaswellImplement support for AES-256-ECB in the default provider