index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
Age
Commit message (
Expand
)
Author
2024-10-06
Turn off finite field (a.k.a modp) Diffie-Hellman key exchange in sshd
Damien Miller
2024-09-26
fix previous change to ssh_config Match, which broken on negated
Damien Miller
2024-09-25
remove some unused defines; ok djm@
Jonathan Gray
2024-09-25
remove some unneeded Xo/Xc calls; from evan silberman
Jason McIntyre
2024-09-25
fix regression introduced when I switched the "Match" criteria tokeniser
Damien Miller
2024-09-24
some extra paranoia, reminded by jsg@
Damien Miller
2024-09-22
remove some unused defines; ok djm@
Jonathan Gray
2024-09-20
remove unneeded semicolons; checked by millert@
Jonathan Gray
2024-09-19
openssh-9.9
Damien Miller
2024-09-16
use 64 bit math to avoid signed underflow. upstream code relies on
Damien Miller
2024-09-15
minor grammar/sort fixes for refuseconnection; ok djm
Jason McIntyre
2024-09-15
bad whitespace in config dump output
Damien Miller
2024-09-15
update the Streamlined NTRU Prime code from the "ref" implementation
Damien Miller
2024-09-15
document Match invalid-user
Damien Miller
2024-09-15
add a "Match invalid-user" predicate to sshd_config Match options.
Damien Miller
2024-09-15
Add a "refuseconnection" penalty class to sshd_config
Damien Miller
2024-09-15
Add a sshd_config "RefuseConnection" option
Damien Miller
2024-09-15
switch sshd_config Match processing to the argv tokeniser too;
Damien Miller
2024-09-15
switch "Match" directive processing over to the argv string
Damien Miller
2024-09-15
include pathname in some of the ssh-keygen passphrase prompts. Helps
Damien Miller
2024-09-15
Do not apply authorized_keys options when signature verification
Damien Miller
2024-09-12
Relax absolute path requirement back to what it was prior to OpenSSH 9.8,
Damien Miller
2024-09-09
document the mlkem768x25519-sha256 key exchange algorithm
Christian Weisgerber
2024-09-09
pull post-quantum ML-KEM/x25519 key exchange out from compile-time
Damien Miller
2024-09-06
make parsing user@host consistently look for the last '@' in the
Damien Miller
2024-09-04
be more strict in parsing key type names. Only allow shortnames (e.g
Damien Miller
2024-09-04
fix RCSID in output
Damien Miller
2024-09-03
envrionment -> environment;
Jason McIntyre
2024-09-03
allow the "Include" directive to expand the same set of %-tokens
Damien Miller
2024-09-02
missing ifdef
Damien Miller
2024-09-02
Add experimental support for hybrid post-quantum key exchange
Damien Miller
2024-08-23
As defined in the RFC, the SSH protocol has negotiable compression support
Theo de Raadt
2024-08-22
sntrup761x25519-sha512 now has an IANA codepoint assigned,
Damien Miller
2024-08-21
Import regenerated moduli.
Darren Tucker
2024-08-20
actually use the length parameter that was passed in rather than a
Damien Miller
2024-08-20
place shielded keys (i.e. keys at rest in RAM) into memory allocated
Damien Miller
2024-08-17
mention that ed25519 is the default key type generated and
Damien Miller
2024-08-17
fix minor memory leak in Subsystem option parsing;
Damien Miller
2024-08-17
fix swapping of source and destination addresses in some sshd log messages
Damien Miller
2024-08-15
Convert RSA and ECDSA key to the libcrypto EVP_PKEY API. DSA remains
Damien Miller
2024-08-14
Reorder calloc arguments
Tobias Stoeckmann
2024-08-14
Extend sshbuf validation
Tobias Stoeckmann
2024-08-14
Use freezero for better readability
Tobias Stoeckmann
2024-08-14
Fix typo in comment
Tobias Stoeckmann
2024-07-31
add a random amount of time (up to 4 seconds) to the grace login time.
David Gwynne
2024-07-26
document the reduced logingrace penalty
Christian Weisgerber
2024-07-25
reduce logingrace penalty.
Damien Miller
2024-07-25
Fix proxy multiplexing (-O proxy) bug
Damien Miller
2024-07-18
mention mux proxy mode
Damien Miller
2024-07-14
fix double word; ok dtucker@
Jonathan Gray
[next]