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-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
2019-01-20
use OpenSSL's RSA reference counting hooks to implicitly clean up
Damien Miller
2019-01-20
make the PKCS#11 RSA code more like the new PKCS#11 ECDSA code:
Damien Miller
2019-01-20
fix leak of ECDSA pkcs11_key objects
Damien Miller
2019-01-20
use EVP_PKEY_get0_EC_KEY() instead of direct access of EC_KEY internals
Damien Miller
2019-01-20
cleanup PKCS#11 ECDSA pubkey loading: the returned object should never
Damien Miller
2019-01-20
cleanup unnecessary code in ECDSA pkcs#11 signature support: the
Damien Miller
2019-01-20
cleanup pkcs#11 client code: use sshkey_new in instead of stack-
Damien Miller
2019-01-20
allow override of the pkcs#11 helper binary via $SSH_PKCS11_HELPER;
Damien Miller
2019-01-20
add support for ECDSA keys in PKCS#11 tokens
Damien Miller
2019-01-20
add option to test whether keys in an agent are usable, by performing
Damien Miller
2019-01-20
Should use DECFRA if not default, not if default. From Karl Beldan.
Nicholas Marriott
2019-01-20
merge weird BUGS section into HISTORY;
Ingo Schwarze
2019-01-20
don't reuse global between functions; the value is wrong.
Ted Unangst
2019-01-20
Fix BN_is_prime_* calls in SSH, the API returns -1 on error.
Theo Buehler
2019-01-20
Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error.
Theo Buehler
2019-01-20
DH-GEX min value is now specified in RFC8270. ok djm@
Darren Tucker
2019-01-19
fix error in refactor: use ssh_packet_disconnect() instead of
Damien Miller
2019-01-19
remove last traces of old packet API!
Damien Miller
2019-01-19
remove last references to active_state
Damien Miller
2019-01-19
convert monitor.c to new packet API
Damien Miller
2019-01-19
convert sshd.c to new packet API
Damien Miller
2019-01-19
convert session.c to new packet API
Damien Miller
2019-01-19
convert auth.c to new packet API
Damien Miller
2019-01-19
convert serverloop.c to new packet API
Damien Miller
2019-01-19
convert the remainder of sshconnect2.c to new packet API
Damien Miller
2019-01-19
convert the remainder of clientloop.c to new packet API
Damien Miller
2019-01-19
convert auth2.c to new packet API
Damien Miller
[next]