aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/srp.c
AgeCommit message (Collapse)Author
2019-01-15Convert argc checks to ASSERTs per PRDoug Hogan
2019-01-08Revamp 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-08Revamp srp_user_secret_nif()Doug Hogan
* Add error handling for all OpenSSL calls. * Consolidate freeing resources in both success and failure path.
2019-01-08Revamp 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-20Add Ericsson AB copyright header to all new filesDoug Hogan
Using the same copyright header as crypto.c
2018-12-20Move SRP functionality to a new fileDoug Hogan