aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/evp_compat.h
AgeCommit message (Collapse)Author
2019-01-08Revamp DH_get0_key()Doug Hogan
* Whitespace
2019-01-08Revamp DSA_get0_pqg()Doug Hogan
* Whitespace
2019-01-08Revamp EVP_MD_CTX_free()Doug Hogan
* Mention that these were renamed (and aliased) in 1.1.0. * Use extra paren around macro argument when expanding.
2019-01-08Revamp evp_compat HMAC_CTX_free()Doug Hogan
* Allow for calling with NULL.
2019-01-08Revamp evp_compat HMAC_CTX_new()Doug Hogan
* Add error handling for OpenSSL call.
2018-12-21Avoid unused warning with old OpenSSL versions per PR feedbackDoug Hogan
2018-12-20Add Ericsson AB copyright header to all new filesDoug Hogan
Using the same copyright header as crypto.c
2018-12-20Move EVP compat functions to a separate fileDoug Hogan