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
*
highly polished whitespace, mostly fixing spaces-for-tab and bad
djm
2021-04-03
1
-3
/
+3
*
make ssh->kex->session_id a sshbuf instead of u_char*/size_t and
djm
2021-01-27
1
-5
/
+1
*
remove global variable used to stash compat flags and use the
djm
2021-01-27
1
-2
/
+2
*
Update/replace the experimental post-quantim hybrid key exchange
djm
2020-12-29
1
-3
/
+3
*
make ssh_free(NULL) a no-op
djm
2020-12-04
1
-1
/
+4
*
use the new variant log macros instead of prepending __func__ and
djm
2020-10-18
1
-10
/
+10
*
support for user-verified FIDO keys
djm
2020-08-27
1
-5
/
+5
*
free kex in ssh_packet_close; ok djm semarie
markus
2020-07-01
1
-4
/
+2
*
Refactor signing - use sshkey_sign for everything, including the new
djm
2019-10-31
1
-4
/
+5
*
Plug mem leaks on error paths, based in part on github pr#120 from
dtucker
2019-09-13
1
-15
/
+19
*
fixes for !WITH_OPENSSL compilation; ok dtucker@
djm
2019-09-06
1
-1
/
+8
*
lots of things were relying on libcrypto headers to transitively
djm
2019-09-06
1
-1
/
+6
*
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