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
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
2019-01-19
convert servconf.c to new packet API
Damien Miller
2019-01-19
convert channels.c to new packet API
Damien Miller
2019-01-19
convert sshconnect.c to new packet API
Damien Miller
2019-01-19
convert ssh.c to new packet API
Damien Miller
2019-01-19
convert mux.c to new packet API
Damien Miller
2019-01-19
convert sshconnect2.c to new packet API
Damien Miller
2019-01-19
convert clientloop.c to new packet API
Damien Miller
2019-01-19
allow sshpkt_fatal() to take a varargs format; we'll use this to give
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2019-01-19
change the default digest used by
Jonathan Gray
2019-01-19
Print an \r in front of the password prompt so parts of a password
Theo Buehler
2019-01-18
switch the default algorithm for the dgst command from MD5 to SHA256
Christian Weisgerber
2019-01-18
Add -iter and -pbkdf2 to the usage synopsis.
Christian Weisgerber
[prev]
[next]