aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/evp.c
AgeCommit message (Collapse)Author
2019-01-15Convert argc checks to ASSERTs per PRDoug Hogan
2019-01-08Revamp evp_generate_key_nif()Doug Hogan
* Bug fix: Some EVP_PKEY_* calls return <= 0 on failure and 1 on success.
2019-01-08Revamp evp_compute_key_nif()Doug Hogan
* Bug fix: Some EVP_PKEY_* return <= 0 on failure and 1 on success. * Fix a possible memory leak where enif_alloc_binary() wasn't converted into a term or freed in all paths.
2018-12-20Add Ericsson AB copyright header to all new filesDoug Hogan
Using the same copyright header as crypto.c
2018-12-20Move EVP functionality to a new fileDoug Hogan