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
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
2015-03-03
add SSH1 Makefile knob to make it easier to build without SSH1 support;
Damien Miller
2014-04-29
make compiling against OpenSSL optional (make OPENSSL=no);
Markus Friedl
2014-03-31
ssh has a target painted on it's back, so use -fstack-protector-all
Theo de Raadt
2014-02-28
Absolutely do not override base system build features in this file!!
Theo de Raadt
2014-02-07
-Wold-style-declaration is not supported by gcc 3.
Miod Vallat
2014-01-29
remove experimental, never-enabled JPAKE code; ok markus@
Damien Miller
2014-01-18
Remove -Wbounded: it is now the compiler default.
Martynas Venckus
2013-12-06
new private key format, bcrypt as KDF by default; details in PROTOCOL.key;
Markus Friedl
2010-10-01
turn off -g too
Damien Miller
2010-10-01
oops, didn't mean to turn -Werror on for everyone.
Damien Miller
2010-10-01
adapt to API changes in openssl-1.0.0a
Damien Miller
2010-02-20
unbreak build for NOPIC systems; noticed, help and ok deraadt@
Markus Friedl
2010-02-09
enable PKCS#11 code; ok djm
Markus Friedl
2010-02-08
replace our obsolete smartcard code with PKCS#11.
Markus Friedl
[next]