aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/aead.c
AgeCommit message (Collapse)Author
2019-01-08Revamp aead_decrypt()Doug Hogan
* Add bounds checks and casting where appropriate.
2019-01-08Revamp aead_encrypt()Doug Hogan
* Add error handling for all OpenSSL calls. * Add bounds check and casting where appropriate.
2018-12-20Add Ericsson AB copyright header to all new filesDoug Hogan
Using the same copyright header as crypto.c
2018-12-20Remove chacha20.h dependency in aead.cDoug Hogan
While it uses chacha20, it doesn't use Erlang chacha20 functions.
2018-12-20Move AEAD functionality to a new fileDoug Hogan