Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-15 | Convert argc checks to ASSERTs per PR | Doug Hogan | |
2019-01-08 | Revamp evp_generate_key_nif() | Doug Hogan | |
* Bug fix: Some EVP_PKEY_* calls return <= 0 on failure and 1 on success. | |||
2019-01-08 | Revamp 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-20 | Add Ericsson AB copyright header to all new files | Doug Hogan | |
Using the same copyright header as crypto.c | |||
2018-12-20 | Move EVP functionality to a new file | Doug Hogan | |