Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-08 | Revamp aead_decrypt() | Doug Hogan | |
* Add bounds checks and casting where appropriate. | |||
2019-01-08 | Revamp aead_encrypt() | Doug Hogan | |
* Add error handling for all OpenSSL calls. * Add bounds check and casting where appropriate. | |||
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 | Remove chacha20.h dependency in aead.c | Doug Hogan | |
While it uses chacha20, it doesn't use Erlang chacha20 functions. | |||
2018-12-20 | Move AEAD functionality to a new file | Doug Hogan | |