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
/
kex.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
more robust rekeying
markus
2001-04-04
1
-3
/
+3
*
enable server side rekeying + some rekey related clientup.
markus
2001-04-04
1
-2
/
+2
*
don't sent multiple kexinit-requests.
markus
2001-04-04
1
-3
/
+4
*
undo parts of recent my changes: main part of keyexchange does not
markus
2001-04-03
1
-35
/
+40
*
move kex to kex*.c, used dispatch_set() callbacks for kex. should
markus
2001-04-03
1
-32
/
+26
*
prepare for rekeying: move DH code to dh.c
markus
2001-03-29
1
-6
/
+1
*
forgot to include min and max params in hash, okay markus@
provos
2001-03-28
1
-2
/
+3
*
generate a 2*need size (~300 instead of 1024/2048) random private
markus
2001-03-05
1
-2
/
+2
*
1) clean up the MAC support for SSH-2
markus
2001-02-11
1
-2
/
+4
*
unexpand and remove end-of-line whitespace; ok markus@
stevesk
2001-02-04
1
-2
/
+2
*
$OpenBSD$
niklas
2001-01-29
1
-0
/
+2
*
fix prototypes; from stevesk@pobox.com
markus
2000-12-20
1
-2
/
+2
*
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
markus
2000-12-19
1
-6
/
+6
*
compute diffie-hellman in parallel between server and client. okay markus@
provos
2000-12-15
1
-0
/
+1
*
add support for RSA to SSH2. please test.
markus
2000-11-12
1
-1
/
+1
*
remove unused
markus
2000-10-12
1
-1
/
+0
*
new cipher framework
markus
2000-10-11
1
-6
/
+4
*
First rough implementation of the diffie-hellman group exchange. The
provos
2000-10-11
1
-2
/
+22
*
cleanup copyright notices on all files. I have attempted to be accurate with
deraadt
2000-09-07
1
-5
/
+0
*
split kexinit/kexdh, factor out common code
markus
2000-05-25
1
-4
/
+9
*
check for reasonable public DH values
markus
2000-04-12
1
-1
/
+2
*
DSA, keyexchange, algorithm agreement for ssh2
markus
2000-04-03
1
-0
/
+111