Add documentation for running unit tests under Valgrind
[openssl.git] / providers /
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
2019-04-19 Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-15 Richard Levitteproviders/common/digests/sha2.c: forward declare all...
2019-04-15 Richard LevitteProviders: for the digest_final operation, pass a outpu...
2019-04-09 Matt CaswellAdd a legacy provider and put MD2 in it
2019-04-04 Matt CaswellCreate a FIPS provider and put SHA256 in it
2019-04-03 Matt CaswellSupport EVP_MD_block_size() with providers
2019-03-21 Matt CaswellImplement SHA256 in the default provider
2019-03-21 Matt CaswellAdd a skeleton default provider