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
/
ssh_api.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge kexkem[cs] into kexgen
djm
2019-01-21
1
-17
/
+17
*
use KEM API for vanilla ECDH
djm
2019-01-21
1
-3
/
+3
*
use KEM API for vanilla DH KEX
djm
2019-01-21
1
-11
/
+11
*
use KEM API for vanilla c25519 KEX
djm
2019-01-21
1
-3
/
+3
*
Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.org
djm
2019-01-21
1
-1
/
+3
*
remove last references to active_state
djm
2019-01-19
1
-7
/
+8
*
move client/server SSH-* banners to buffers under ssh->kex and factor
djm
2018-12-27
1
-55
/
+70
*
remove compat20/compat13/compat15 variables
djm
2017-04-30
1
-2
/
+1
*
move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@
markus
2016-05-04
1
-3
/
+1
*
add support for additional fixed DH groups from
djm
2016-05-02
1
-1
/
+7
*
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
markus
2015-12-04
1
-8
/
+8
*
Revise hostkeys@openssh.com hostkey learning extension.
djm
2015-02-16
1
-3
/
+4
*
avoid more fatal/exit in the packet.c paths that ssh-keyscan
djm
2015-01-30
1
-2
/
+3
*
correctly match ECDSA subtype (== curve) for offered/recevied
djm
2015-01-26
1
-7
/
+9
*
add experimental api for packet layer; ok djm@
markus
2015-01-19
1
-0
/
+525