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
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2024-10-14
Split per-connection sshd-session binary
Damien Miller
2024-09-09
pull post-quantum ML-KEM/x25519 key exchange out from compile-time
Damien Miller
2024-09-02
Add experimental support for hybrid post-quantum key exchange
Damien Miller
2024-06-17
disable the DSA signature algorithm by default; ok markus@
Damien Miller
2024-06-04
enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all the
Theo de Raadt
2024-05-22
Do not pass -Werror twice when building with clang.
Christian Weisgerber
2024-05-22
Do not pass -Werror if building with gcc 3, for asn1.h and bio.h cause
Miod Vallat
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2024-01-11
make DSA key support compile-time optional, defaulting to on
Damien Miller
2023-01-15
update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122)
Damien Miller
2021-01-09
Move address handling functions out into their own file in order to reuse
Darren Tucker
2020-12-29
Update/replace the experimental post-quantim hybrid key exchange
Damien Miller
2020-10-16
revised log infrastructure for OpenSSH
Damien Miller
2020-08-03
clang -Wimplicit-fallthrough does not recognise /* FALLTHROUGH */
Theo de Raadt
2020-04-03
chacha20-poly1305 AEAD using libcrypto EVP_chacha20
Damien Miller
2020-01-25
factor out reading/writing sshbufs to dedicated functions;
Damien Miller
2020-01-23
Make zlib optional. This adds a "ZLIB" build time option that allows
Darren Tucker
2019-12-13
use ssh-sk-helper for all security key signing operations
Damien Miller
2019-11-18
add the missing WITH_OPENSSL ifdefs after the ED25519-SK addition; ok djm@
Christian Weisgerber
2019-11-15
only clang understands those new -W options
Theo de Raadt
2019-11-14
remove debugging goop that snuck in to last commit
Damien Miller
2019-11-14
directly support U2F/FIDO2 security keys in OpenSSH by linking
Damien Miller
2019-11-12
implement ssh-ed25519-sk verification; ok djm@
Markus Friedl
2019-11-11
skip demanding -fstack-protector-all on hppa. we never wrote a stack protector
Theo de Raadt
2019-10-31
undo debugging bits that shouldn't have been committed
Damien Miller
2019-10-31
Refactor signing - use sshkey_sign for everything, including the new
Damien Miller
2019-10-31
U2F/FIDO middleware interface
Damien Miller
2019-10-31
Initial infrastructure for U2F/FIDO support
Damien Miller
2019-09-06
avoid compiling certain files that deeply depend on libcrypto when
Damien Miller
2019-08-16
include sshbuf-misc.c in SRCS_BASE
Damien Miller
2019-04-18
Remove crc32.{c,h} which were only used by the now-gone SSH1 protocol.
Darren Tucker
2019-01-21
merge kexkem[cs] into kexgen
Damien Miller
2019-01-21
use KEM API for vanilla ECDH
Damien Miller
2019-01-21
use KEM API for vanilla DH KEX
Damien Miller
2019-01-21
use KEM API for vanilla c25519 KEX
Damien Miller
2019-01-21
Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.org
Damien Miller
2019-01-19
remove last traces of old packet API!
Damien Miller
2018-07-18
Remove support for running ssh(1) setuid and fatal if attempted.
Darren Tucker
2018-07-09
remove legacy buffer API emulation layer; ok djm@
Markus Friedl
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2018-01-08
group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSL
Markus Friedl
2017-12-10
ssh/lib hasn't worked towards our code-sharing goals for a quit while,
Theo de Raadt
2017-06-02
rationalise the long list of manual CDIAGFLAGS that we add; most of
Damien Miller
2017-04-30
undo some local debugging stuff that I committed by accident
Damien Miller
2017-04-30
remove SSH1 make flag and associated files
Damien Miller
2017-04-30
unifdef WITH_SSH1
Damien Miller
2017-04-17
Change COMPILER_VERSION tests which limited additional warnings to gcc4
Jonathan Gray
2015-07-01
Compile-time disable SSH v.1 again
Damien Miller
2015-05-29
put back SSH1 for now - we want to make sure we don't regress
Damien Miller
2015-03-24
Compile-time disable SSH protocol 1. You can turn it back on using
Damien Miller
[next]