summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/rijndael.c
AgeCommit message (Expand)Author
2015-03-16#if 0 some more arrays used only for decrypting (we don't useDamien Miller
2014-11-18Sync AES code to the one shipped in OpenSSL/LibreSSL.Mike Belopuhov
2014-04-29re-add our own aesctr implementation; ok djm@Markus Friedl
2004-12-22remove fallback AES support for old OpenSSL, as OpenBSD has had it for manyDamien Miller
2004-06-23-Wshadow fix up s/encrypt/do_encrypt/. OK djm@, markus@mouring
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2002-07-10use right sizeof in memcpy; markus okTheo de Raadt
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-09-13missing $OpenBSD:Markus Friedl
2001-08-27#include <string.h>Markus Friedl
2001-08-23switch to the optimised AES reference code fromMarkus Friedl
2001-08-22Sync alignment fixes on OpenSSH rijndael with OpenBSD.Heikki Korpela
2001-07-30new BSD-style license:Kevin Steves
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2000-12-09fix byte order bug w/o introducing new implementationMarkus Friedl
2000-12-09undo rijndael changesMarkus Friedl
2000-12-06unexpand(1)Markus Friedl
2000-12-06new rijndael implementation. fixes endian bugsMarkus Friedl
2000-10-15typos; from stevesk@sweden.hp.comMarkus Friedl
2000-10-13rijndael/aes supportMarkus Friedl