Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-08 | Revamp srp_host_secret_nif() | Doug Hogan | |
* Add error checking on all OpenSSL calls. * Change dlen to int. * Consolidate all of the freeing of resources into a common path. | |||
2019-01-08 | Revamp srp_user_secret_nif() | Doug Hogan | |
* Add error handling for all OpenSSL calls. * Consolidate freeing resources in both success and failure path. | |||
2019-01-08 | Revamp srp_value_B_nif() | Doug Hogan | |
* Add error handling for all OpenSSL calls. * Simplify freeing resources on failure or success. * Change dlen to int. | |||
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 SRP functionality to a new file | Doug Hogan | |