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
Age
Commit message (
Expand
)
Author
2019-01-23
rework grep_open to be more careful about directories.
Ted Unangst
2019-01-23
Remove support for obsolete host/port syntax.
Darren Tucker
2019-01-23
Remove duplicate word. bz#2958, patch from jjelen at redhat.com
Darren Tucker
2019-01-23
Remove 3 as a guess for possible generator during moduli generation.
Darren Tucker
2019-01-23
Sanitize scp filenames via snmprintf. To do this we move the
Darren Tucker
2019-01-23
allow auto-incrementing certificate serial number for certs signed
Damien Miller
2019-01-23
move a bunch of global flag variables to main(); make the rest static
Damien Miller
2019-01-23
switch mainloop from select(2) to poll(2); ok deraadt@
Damien Miller
2019-01-23
pass most arguments to the KEX hash functions as sshbuf rather
Damien Miller
2019-01-22
backoff reading messages from active connections when the input buffer
Damien Miller
2019-01-22
add -m to usage(); reminded by jmc@
Damien Miller
2019-01-22
Correct some bugs in PKCS#11 token PIN handling at initial login,
Damien Miller
2019-01-22
Support keys that set the CKA_ALWAYS_AUTHENTICATE by requring a
Damien Miller
2019-01-22
Mention that configuration for the destination host is not applied
Damien Miller
2019-01-22
Include -m in the synopsis for a few more commands that support it
Damien Miller
2019-01-22
print the full pubkey being attempted at loglevel >= debug2; bz2939
Damien Miller
2019-01-22
clarify: ssh-keygen -e only writes public keys, never private
Damien Miller
2019-01-22
mention the new vs. old key formats in the introduction and give some
Damien Miller
2019-01-22
tweak previous;
Jason McIntyre
2019-01-21
Forgot to add -J to the synopsis.
Theo Buehler
2019-01-21
Add a -J option as a shortcut for -o Proxyjump= to scp(1) and sftp(1)
Theo Buehler
2019-01-21
switch sntrup implementation source from supercop to libpqcrypto;
Damien Miller
2019-01-21
add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debug
Damien Miller
2019-01-21
fix reversed arguments to kex_load_hostkey(); manifested as errors in
Damien Miller
2019-01-21
forgot to cvs add this file in previous series of commits; grrr
Damien Miller
2019-01-21
nothing shall escape this purge
Damien Miller
2019-01-21
rename kex->kem_client_pub -> kex->client_pub now that KEM has been renamed
Damien Miller
2019-01-21
merge kexkem[cs] into kexgen
Damien Miller
2019-01-21
pass values used in KEX hash computation as sshbuf rather than
Damien Miller
2019-01-21
remove kex_derive_keys_bn wrapper; no unused since the DH-like KEX
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-21
factor out kex_verify_hostkey() - again, duplicated almost exactly
Damien Miller
2019-01-21
factor out kex_load_hostkey() - this is duplicated in both the client and
Damien Miller
2019-01-21
factor out kex_dh_compute_key() - it's shared between plain DH KEX and
Damien Miller
2019-01-21
factor out DH keygen; it's identical between the client and the server
Damien Miller
2019-01-21
save the derived session id in kex_derive_keys() rather than making each
Damien Miller
2019-01-21
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
Damien Miller
2019-01-21
remove obsolete (SSH v.1) sshbuf_get/put_bignum1 functions
Damien Miller
2019-01-21
fix all-zero check in kexc25519_shared_key
Damien Miller
2019-01-21
explicitly handle printing the AF_KEY socket type as "pfkey"
David Gwynne
2019-01-21
- -T was added to the first synopsis by mistake
Jason McIntyre
2019-01-21
always print the caller's error message in ossl_error(), even when there
Damien Miller
2019-01-21
get the ex_data (pkcs11_key object) back from the keys at the
Damien Miller
2019-01-21
GSSAPI code got missed when converting to new packet API
Damien Miller
2019-01-21
use ECDSA_SIG_set0() instead of poking signature values into
Damien Miller
2019-01-20
we use singleton pkcs#11 RSA_METHOD and EC_KEY_METHOD now, so there
Damien Miller
2019-01-20
KNF previous; from markus@
Damien Miller
[next]