aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/info.c
AgeCommit message (Collapse)Author
2019-01-15Convert argc checks to ASSERTs per PRDoug Hogan
2019-01-08Revamp info_lib()Doug Hogan
* Add error checking and use enif_make_badarg() on error. * Use size_t when using sizeof(). * Move initialization away from declaration so it's not as easy to miss.
2019-01-08Revamp change_basename()Doug Hogan
* Change the parameter from int to size_t. - Only caller doesn't need to change since it was already passing sizeof(). * Add unsigned wrapping checks.
2018-12-20Add Ericsson AB copyright header to all new filesDoug Hogan
Using the same copyright header as crypto.c
2018-12-20Move info functionality to a new fileDoug Hogan