Age | Commit message (Expand) | Author |
---|---|---|
2023-07-17 | move other RCSIDs to before their respective license blocks too | Damien Miller |
2020-04-03 | make Chacha20-POLY1305 context struct opaque; ok tb@ as part of a larger | Damien Miller |
2016-08-03 | small refactor of cipher.c: make ciphercontext opaque to callers | Damien Miller |
2015-01-14 | remove unneeded includes, sync my copyright across files & whitespace; ok djm@ | Markus Friedl |
2014-07-03 | Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - this | Joel Sing |
2014-06-24 | New key API: refactor key-related functions to be more library-like, | Damien Miller |
2014-01-31 | replace most bzero with explicit_bzero, except a few that cna be memset | Ted Unangst |
2013-12-15 | add some comments and constify a constant | Damien Miller |
2013-11-21 | RCSID markers | Damien Miller |
2013-11-21 | Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" | Damien Miller |