index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
rijndael.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
#if 0 some more arrays used only for decrypting (we don't use
djm
2015-03-16
1
-2
/
+2
*
Sync AES code to the one shipped in OpenSSL/LibreSSL.
mikeb
2014-11-18
1
-198
/
+101
*
re-add our own aesctr implementation; ok djm@
markus
2014-04-29
1
-0
/
+1223
*
remove fallback AES support for old OpenSSL, as OpenBSD has had it for many
djm
2004-12-22
1
-1242
/
+0
*
-Wshadow fix up s/encrypt/do_encrypt/. OK djm@, markus@
mouring
2004-06-23
1
-3
/
+3
*
unexpand and delete whitespace at EOL; ok markus@
djm
2003-11-21
1
-67
/
+67
*
use right sizeof in memcpy; markus ok
deraadt
2002-07-10
1
-2
/
+2
*
basic KNF done while i was looking for something else
deraadt
2001-12-19
1
-176
/
+175
*
missing $OpenBSD:
markus
2001-09-13
1
-0
/
+2
*
#include <string.h>
markus
2001-08-27
1
-0
/
+1
*
switch to the optimised AES reference code from
markus
2001-08-23
1
-432
/
+1213
*
Sync alignment fixes on OpenSSH rijndael with OpenBSD.
heko
2001-08-22
1
-3
/
+37
*
new BSD-style license:
stevesk
2001-07-30
1
-8
/
+21
*
unexpand and remove end-of-line whitespace; ok markus@
stevesk
2001-02-04
1
-58
/
+58
*
fix byte order bug w/o introducing new implementation
markus
2000-12-09
1
-100
/
+19
*
undo rijndael changes
markus
2000-12-09
1
-294
/
+477
*
unexpand(1)
markus
2000-12-06
1
-23
/
+23
*
new rijndael implementation. fixes endian bugs
markus
2000-12-06
1
-477
/
+294
*
typos; from stevesk@sweden.hp.com
markus
2000-10-15
1
-5
/
+5
*
rijndael/aes support
markus
2000-10-13
1
-0
/
+493