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
/
cipher.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
unexpand and remove end-of-line whitespace; ok markus@
stevesk
2001-02-04
1
-4
/
+4
*
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
2001-01-21
1
-2
/
+3
*
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
markus
2000-12-19
1
-7
/
+7
*
undo rijndael changes
markus
2000-12-09
1
-36
/
+31
*
new rijndael implementation. fixes endian bugs
markus
2000-12-06
1
-31
/
+36
*
des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
markus
2000-11-29
1
-18
/
+7
*
non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsd
markus
2000-10-23
1
-23
/
+16
*
debug3
markus
2000-10-14
1
-3
/
+3
*
rijndael/aes support
markus
2000-10-13
1
-2
/
+98
*
enable DES in SSH-1 clients only
markus
2000-10-12
1
-9
/
+16
*
remove DES
markus
2000-10-11
1
-5
/
+1
*
new cipher framework
markus
2000-10-11
1
-310
/
+296
*
a few more comments about it being ARC4 not RC4
deraadt
2000-09-12
1
-2
/
+2
*
cleanup copyright notices on all files. I have attempted to be accurate with
deraadt
2000-09-07
1
-6
/
+29
*
strtok() --> strsep(). (niels@ ok)
ho
2000-07-10
1
-4
/
+5
*
OpenBSD tag
markus
2000-06-20
1
-1
/
+1
*
check strtok() != NULL; ok niels@
markus
2000-05-22
1
-2
/
+4
*
whitespace cleanup
markus
2000-04-14
1
-17
/
+17
*
#include <ssl/foo.h> -> <openssh/foo.h>
markus
2000-04-12
1
-2
/
+2
*
add Cipher and Protocol options to ssh/sshd, e.g.:
markus
2000-04-12
1
-4
/
+30
*
comment typo
deraadt
2000-04-12
1
-2
/
+2
*
remove unused argument, split cipher_mask()
markus
2000-04-04
1
-7
/
+17
*
support ssh2 ciphers
markus
2000-03-28
1
-2
/
+121
*
remove unused cipher_attack_detected code
markus
2000-03-22
1
-15
/
+1
*
void* -> unsigned char*, ok niels@
markus
2000-02-22
1
-5
/
+5
*
KNF, final part 3
markus
1999-11-24
1
-16
/
+27
*
much more KNF
deraadt
1999-11-24
1
-12
/
+12
*
KNF part 1
markus
1999-11-23
1
-191
/
+196
*
syslog changes:
markus
1999-11-22
1
-3
/
+3
*
remove support for cipher RC4
markus
1999-11-15
1
-2
/
+2
*
replace assert() with error, fatal or packet_disconnect
markus
1999-11-02
1
-5
/
+5
*
use libssl md5 routines
deraadt
1999-10-27
1
-5
/
+5
*
better cipher name fix.
provos
1999-09-30
1
-7
/
+8
*
deal with NULL in ciphernames
provos
1999-09-30
1
-2
/
+3
*
less brain damage, get rid of 'no '
provos
1999-09-30
1
-7
/
+7
*
use libc md5
deraadt
1999-09-30
1
-3
/
+4
*
remove ``none''.
provos
1999-09-30
1
-3
/
+3
*
"ssh is a very large program" -- anonymous
deraadt
1999-09-30
1
-37
/
+1
*
cull, cull, cull
deraadt
1999-09-30
1
-3
/
+3
*
convert all uses of gmp to SSL bignum
provos
1999-09-28
1
-30
/
+8
*
blowfish is always there
deraadt
1999-09-26
1
-15
/
+1
*
all the idea code goes away
deraadt
1999-09-26
1
-46
/
+1
*
i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
deraadt
1999-09-26
1
-0
/
+418