summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-21upstream: GSSAPI code got missed when converting to new packet APIdjm@openbsd.org
2019-01-21Fix -Wunused when compiling PKCS#11 without ECDSADamien Miller
2019-01-21upstream: allow override of ssh-pkcs11-helper binary viadjm@openbsd.org
2019-01-21upstream: adapt agent-pkcs11.sh test to softhsm2 and add supportdjm@openbsd.org
2019-01-21upstream: add "extra:" target to run some extra tests that are notdjm@openbsd.org
2019-01-21upstream: use ECDSA_SIG_set0() instead of poking signature values intodjm@openbsd.org
2019-01-21remove HAVE_DLOPEN that snuck inDamien Miller
2019-01-21conditionalise ECDSA PKCS#11 supportDamien Miller
2019-01-21upstream: we use singleton pkcs#11 RSA_METHOD and EC_KEY_METHODdjm@openbsd.org
2019-01-21upstream: KNF previous; from markus@djm@openbsd.org
2019-01-21upstream: use OpenSSL's RSA reference counting hooks todjm@openbsd.org
2019-01-21upstream: make the PKCS#11 RSA code more like the new PKCS#11djm@openbsd.org
2019-01-21upstream: fix leak of ECDSA pkcs11_key objectsdjm@openbsd.org
2019-01-21upstream: use EVP_PKEY_get0_EC_KEY() instead of direct access ofdjm@openbsd.org
2019-01-21upstream: cleanup PKCS#11 ECDSA pubkey loading: the returneddjm@openbsd.org
2019-01-21upstream: cleanup unnecessary code in ECDSA pkcs#11 signaturedjm@openbsd.org
2019-01-21upstream: cleanup pkcs#11 client code: use sshkey_new in insteaddjm@openbsd.org
2019-01-21upstream: allow override of the pkcs#11 helper binary viadjm@openbsd.org
2019-01-21upstream: add support for ECDSA keys in PKCS#11 tokensdjm@openbsd.org
2019-01-21upstream: add option to test whether keys in an agent are usable,djm@openbsd.org
2019-01-21upstream: Fix BN_is_prime_* calls in SSH, the API returns -1 ontb@openbsd.org
2019-01-21upstream: DH-GEX min value is now specified in RFC8270. ok djm@dtucker@openbsd.org
2019-01-21Check for cc before gcc.Darren Tucker
2019-01-20last bits of old packet API / active_state globalDamien Miller
2019-01-20remove PAM dependencies on old packet APIDamien Miller
2019-01-20remove vestiges of old packet API from loginrec.cDamien Miller
2019-01-20dependDamien Miller
2019-01-20upstream: fix error in refactor: use ssh_packet_disconnect() instead ofdjm@openbsd.org
2019-01-20upstream: remove last traces of old packet API!djm@openbsd.org
2019-01-20upstream: remove last references to active_statedjm@openbsd.org
2019-01-20upstream: convert monitor.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert sshd.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert session.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert auth.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert serverloop.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert the remainder of sshconnect2.c to new packetdjm@openbsd.org
2019-01-20upstream: convert the remainder of clientloop.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert auth2.c to new packet APIDamien Miller
2019-01-20upstream: convert servconf.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert channels.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert sshconnect.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert ssh.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert mux.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert sshconnect2.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert clientloop.c to new packet APIdjm@openbsd.org
2019-01-20upstream: allow sshpkt_fatal() to take a varargs format; we'lldjm@openbsd.org
2019-01-20upstream: begin landing remaining refactoring of packet parsingdjm@openbsd.org
2019-01-20upstream: Print an \r in front of the password prompt so parts oftb@openbsd.org
2019-01-18Add minimal fchownat and fchmodat implementations.Darren Tucker
2019-01-18Add a minimal implementation of utimensat().Darren Tucker