aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/dh.c
AgeCommit message (Collapse)Author
2019-04-10crypto: Obey compile flags for no DSA, BF, DES, DHHans Nilsson
2019-01-15Convert argc checks to ASSERTs per PRDoug Hogan
2019-01-14dh_p is referenced after dh_params owns itDoug Hogan
* Need to keep a reference even though ownership was transfered to dh_params. * Also, be more conservative and return atom_error where the original code did.
2019-01-08Convert put_int32 to put_uint32Doug Hogan
2019-01-08Revamp dh_compute_key_nif()Doug Hogan
2019-01-08Revamp dh_generate_key_nif()Doug Hogan
2018-12-20Add Ericsson AB copyright header to all new filesDoug Hogan
Using the same copyright header as crypto.c
2018-12-20Move DH functionality to a new fileDoug Hogan