Fix header file include guard names
[openssl.git] / include / openssl / core_names.h
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-27 Robbie Harwood[KDF] Add KBKDF implementation for counter-mode HMAC
2019-09-25 PauliMake the "engine" parameter to some provider algorithms...
2019-09-20 Richard LevitteRefactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provide...
2019-09-11 Shane LontisAdd EVP_CIPHER_CTX_tag_length()
2019-09-11 PauliAdd macros for the KDF algorithm names.
2019-09-09 Matt CaswellUse simple names in core_names.h
2019-09-09 Matt CaswellImplement DSA in the default provider
2019-09-07 PauliUse common define for properties, engine, cipher and...
2019-09-06 PauliKDF additons to names and numbers
2019-09-05 Shane LontisChange provider params from int to size_t
2019-08-26 Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-24 Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-19 Richard LevitteUse macros internally for algorithm names
2019-08-18 Shane LontisAdd fips provider code for handling self test data
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-12 Richard LevitteMake more use of OSSL_PARAM for digests
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 Richard LevitteMake more use of OSSL_PARAM for ciphers
2019-06-11 Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-04 Shane LontisMove digests to providers
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-03-21 Matt CaswellAdd a skeleton default provider