Adding missing NULL pointer check
[openssl.git] / providers / default / defltprov.c
2019-10-10 Richard LevitteCleanup: move provider mains up
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-08 Shane LontisAdd rc2 ciphers to default provider
2019-10-03 Richard LevitteAdapt existing providers to posibly have name lists
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
2019-09-27 Robbie Harwood[KDF] Add KBKDF implementation for counter-mode HMAC
2019-09-25 Shane LontisAdd rc4 cipher to default provider
2019-09-23 Shane LontisAdd des ciphers to default provider
2019-09-20 Shane LontisAdd aes_wrap cipher to providers
2019-09-19 Shane LontisAdd aes_ocb cipher to providers
2019-09-19 Shane LontisAdd sm4 ciphers to default provider
2019-09-18 Shane LontisAdd SEED ciphers to default provider
2019-09-18 Shane LontisAdd cast5 ciphers to default provider
2019-09-18 Shane LontisAdd IDEA ciphers to default provider
2019-09-15 Shane LontisAdd blowfish ciphers to default provider
2019-09-13 Shane LontisAdd aes_xts cipher to providers
2019-09-11 PauliRegister KDF's using their name macros rather than...
2019-09-09 Matt CaswellImplement DSA in the default provider
2019-09-06 PauliAdd KDFs to providers
2019-08-29 Matt CaswellFix no-des
2019-08-26 Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-22 Shane LontisAdd basic aria and camellia ciphers modes to default...
2019-08-19 Shane Lontiscleanup provider digests
2019-08-19 Shane LontisAdd aes_ccm to provider
2019-08-15 Richard LevitteRename the hash implementations KMAC{128,256} to KECCAK...
2019-08-15 Richard LevitteMove Poly1305 to providers
2019-08-15 Richard LevitteMove SipHash to providers
2019-08-15 Richard LevitteMove KMAC to providers
2019-08-15 Richard LevitteMove HMAC to providers
2019-08-15 Richard LevitteMove GMAC to providers
2019-08-15 Richard LevitteMove CMAC to providers
2019-08-15 Richard LevitteMove BLAKE2 MACs to the providers
2019-08-15 Richard LevitteRename provider and core get_param_types functions
2019-07-31 Shane LontisAdd gcm ciphers (aes and aria) to providers.
2019-07-23 Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23 Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-19 Matt CaswellFix no-dh
2019-07-16 Matt CaswellImplement PKCS#3 DH Key Exchange in the default provider
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-17 Richard LevitteReplumbing: Adapt the default and legacy providers...
2019-06-04 Shane LontisMove digests to providers
2019-04-30 Richard LevitteReplumbing: give the possibility for the provider to...
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-03-21 Matt CaswellImplement SHA256 in the default provider
2019-03-21 Matt CaswellAdd a skeleton default provider