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
/
kexc25519.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename kex->kem_client_pub -> kex->client_pub now that KEM has been renamed
djm
2019-01-21
1
-2
/
+2
*
merge kexkem[cs] into kexgen
djm
2019-01-21
1
-52
/
+1
*
pass values used in KEX hash computation as sshbuf rather than
djm
2019-01-21
1
-17
/
+21
*
use KEM API for vanilla c25519 KEX
djm
2019-01-21
1
-10
/
+112
*
Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.org
djm
2019-01-21
1
-19
/
+28
*
fix all-zero check in kexc25519_shared_key
djm
2019-01-21
1
-5
/
+7
*
move client/server SSH-* banners to buffers under ssh->kex and factor
djm
2018-12-27
1
-5
/
+5
*
fix signed/unsigned errors reported by clang-3.7; add
djm
2016-05-02
1
-3
/
+3
*
ban all-zero curve25519 keys as recommended by latest
djm
2015-03-26
1
-1
/
+6
*
adapt kex to sshbuf and struct ssh; ok djm@
markus
2015-01-19
1
-44
/
+50
*
revert __bounded change; it causes way more problems for portable than
djm
2014-05-02
1
-4
/
+4
*
use __bounded(...) attribute recently added to sys/cdefs.h instead of
djm
2014-03-26
1
-4
/
+4
*
replace most bzero with explicit_bzero, except a few that cna be memset
tedu
2014-01-31
1
-2
/
+2
*
avoid use of OpenSSL BIGNUM type and functions for KEX with
djm
2014-01-12
1
-11
/
+7
*
Introduce digest API and use it to perform all hashing operations
djm
2014-01-09
1
-9
/
+8
*
add missing $OpenBSD$ tags
markus
2013-11-02
1
-0
/
+1
*
use curve25519 for default key exchange (curve25519-sha256@libssh.org);
markus
2013-11-02
1
-0
/
+124