summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/rijndael.c
AgeCommit message (Collapse)Author
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
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
2001-08-22Sync alignment fixes on OpenSSH rijndael with OpenBSD.Heikki Korpela
markus@ ok
2001-07-30new BSD-style license:Kevin Steves
Brian Gladman <brg@gladman.plus.com>: >I have updated my code at: >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm >with a copyright notice as follows: >[...] >I am not sure which version of my old code you are using but I am >happy for the notice above to be substituted for my existing copyright >intent if this meets your purpose.
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