summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/rijndael.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* #if 0 some more arrays used only for decrypting (we don't usedjm2015-03-161-2/+2
| | | | since we only need encrypt for AES-CTR)
* Sync AES code to the one shipped in OpenSSL/LibreSSL.mikeb2014-11-181-198/+101
| | | | | | | | This includes a commit made by Andy Polyakov <appro at openssl ! org> to the OpenSSL source tree on Wed, 28 Jun 2006 with the following message: "Mitigate cache-collision timing attack on last round." OK naddy, miod, djm
* re-add our own aesctr implementation; ok djm@markus2014-04-291-0/+1223
|
* remove fallback AES support for old OpenSSL, as OpenBSD has had it for manydjm2004-12-221-1242/+0
| | | | years now; ok deraadt@
* -Wshadow fix up s/encrypt/do_encrypt/. OK djm@, markus@mouring2004-06-231-3/+3
|
* unexpand and delete whitespace at EOL; ok markus@djm2003-11-211-67/+67
|
* use right sizeof in memcpy; markus okderaadt2002-07-101-2/+2
|
* basic KNF done while i was looking for something elsederaadt2001-12-191-176/+175
|
* missing $OpenBSD:markus2001-09-131-0/+2
|
* #include <string.h>markus2001-08-271-0/+1
|
* switch to the optimised AES reference code frommarkus2001-08-231-432/+1213
| | | | http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
* Sync alignment fixes on OpenSSH rijndael with OpenBSD.heko2001-08-221-3/+37
| | | | markus@ ok
* new BSD-style license:stevesk2001-07-301-8/+21
| | | | | | | | | | | 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.
* unexpand and remove end-of-line whitespace; ok markus@stevesk2001-02-041-58/+58
|
* fix byte order bug w/o introducing new implementationmarkus2000-12-091-100/+19
|
* undo rijndael changesmarkus2000-12-091-294/+477
|
* unexpand(1)markus2000-12-061-23/+23
|
* new rijndael implementation. fixes endian bugsmarkus2000-12-061-477/+294
|
* typos; from stevesk@sweden.hp.commarkus2000-10-151-5/+5
|
* rijndael/aes supportmarkus2000-10-131-0/+493