aboutsummaryrefslogtreecommitdiff
path: root/src/external
AgeCommit message (Expand)AuthorFilesLines
2018-10-13chacha: remove re-declared typeTilo Eckert1-2/+0
2018-07-05crytpo: Make sure we check return of ssh_get_random() correctlyAndreas Schneider1-3/+3
2018-06-28external: Add ChaCha and Poly1305 implementations from OpenSSHAris Adamantiadis2-0/+374
2018-02-12src: Use explicit_bzero() if available on the platformAndreas Schneider1-3/+3
2017-10-28Fix config.h includesAndreas Schneider4-0/+8
2016-11-06bcrypt: Fix type of shalenAndreas Schneider1-1/+1
2016-01-19cleanup: use ssh_ prefix in the blf (non-static) functionsFabiano FidĂȘncio2-23/+23
2015-05-04external: Fix resetting the stateAndreas Schneider1-1/+1
2015-05-04external: Make sure we burn buffers in bcryptAndreas Schneider1-5/+4
2015-05-04external: Fix a possible buffer overrun in bcrypt_pbkdfAndreas Schneider1-3/+9
2015-04-10cmake: Check for sys/param.h header fileAndreas Schneider1-0/+2
2015-04-10external: Use standard int typesAndreas Schneider2-67/+69
2015-02-02Move all 3rd-party C files to src/external/Aris Adamantiadis6-0/+2507
2015-02-02external: Add OpenSSH bcrypt and blowfish implementationAris Adamantiadis2-0/+866