Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-08 | Revamp ecdh_compute_key_nif() | Doug Hogan | |
* Bug fix: ECDH_compute_key was not being checked for failures - That function returns 0 on failure and never returns < 0. - Using <= 0 check because OpenSSL uses that internally and on their wiki. * Remove unnecessary variable i * Make the gotos always flow downward rather than jumping back. | |||
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 ECDH functionality to a new file | Doug Hogan | |