summaryrefslogtreecommitdiffstats
path: root/progressmeter.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-21upstream: factor out DH keygen; it's identical between the clientdjm@openbsd.org4-57/+37
2019-01-21upstream: save the derived session id in kex_derive_keys() ratherdjm@openbsd.org9-97/+17
2019-01-21upstream: Make sshpkt_get_bignum2() allocate the bignum it isdjm@openbsd.org11-133/+68
2019-01-21upstream: remove obsolete (SSH v.1) sshbuf_get/put_bignum1djm@openbsd.org2-52/+2
2019-01-21upstream: fix all-zero check in kexc25519_shared_keydjm@openbsd.org1-5/+7
2019-01-21upstream: - -T was added to the first synopsis by mistake - sincejmc@openbsd.org1-6/+5
2019-01-21Make --with-rpath take a flag instead of yes/no.Darren Tucker1-22/+23
2019-01-21fix previous testDamien Miller1-1/+1
2019-01-21Wrap ECC static globals in EC_KEY_METHOD_NEW too.Darren Tucker1-0/+2
2019-01-21pass TEST_SSH_SSHPKCS11HELPER to regress testsDamien Miller1-0/+1
2019-01-21make agent-pkcs11 search harder for softhsm2.soDamien Miller1-1/+16
2019-01-21upstream: always print the caller's error message in ossl_error(),djm@openbsd.org1-2/+3
2019-01-21upstream: get the ex_data (pkcs11_key object) back from the keys atdjm@openbsd.org1-9/+8
2019-01-21upstream: GSSAPI code got missed when converting to new packet APIdjm@openbsd.org1-4/+4
2019-01-21Fix -Wunused when compiling PKCS#11 without ECDSADamien Miller1-0/+2
2019-01-21upstream: allow override of ssh-pkcs11-helper binary viadjm@openbsd.org1-1/+5
2019-01-21upstream: adapt agent-pkcs11.sh test to softhsm2 and add supportdjm@openbsd.org1-23/+58
2019-01-21upstream: add "extra:" target to run some extra tests that are notdjm@openbsd.org1-2/+10
2019-01-21upstream: use ECDSA_SIG_set0() instead of poking signature values intodjm@openbsd.org1-3/+14
2019-01-21remove HAVE_DLOPEN that snuck inDamien Miller1-4/+2
2019-01-21conditionalise ECDSA PKCS#11 supportDamien Miller3-1/+20
2019-01-21upstream: we use singleton pkcs#11 RSA_METHOD and EC_KEY_METHODdjm@openbsd.org1-7/+3
2019-01-21upstream: KNF previous; from markus@djm@openbsd.org1-6/+6
2019-01-21upstream: use OpenSSL's RSA reference counting hooks todjm@openbsd.org1-35/+21
2019-01-21upstream: make the PKCS#11 RSA code more like the new PKCS#11djm@openbsd.org1-16/+29
2019-01-21upstream: fix leak of ECDSA pkcs11_key objectsdjm@openbsd.org1-2/+21
2019-01-21upstream: use EVP_PKEY_get0_EC_KEY() instead of direct access ofdjm@openbsd.org1-4/+3
2019-01-21upstream: cleanup PKCS#11 ECDSA pubkey loading: the returneddjm@openbsd.org1-10/+14
2019-01-21upstream: cleanup unnecessary code in ECDSA pkcs#11 signaturedjm@openbsd.org1-25/+16
2019-01-21upstream: cleanup pkcs#11 client code: use sshkey_new in insteaddjm@openbsd.org1-23/+42
2019-01-21upstream: allow override of the pkcs#11 helper binary viadjm@openbsd.org1-5/+7
2019-01-21upstream: add support for ECDSA keys in PKCS#11 tokensdjm@openbsd.org5-236/+1302
2019-01-21upstream: add option to test whether keys in an agent are usable,djm@openbsd.org2-6/+60
2019-01-21upstream: Fix BN_is_prime_* calls in SSH, the API returns -1 ontb@openbsd.org1-5/+14
2019-01-21upstream: DH-GEX min value is now specified in RFC8270. ok djm@dtucker@openbsd.org1-2/+2
2019-01-20Check for cc before gcc.Darren Tucker1-1/+1
2019-01-20last bits of old packet API / active_state globalDamien Miller15-58/+18
2019-01-20remove PAM dependencies on old packet APIDamien Miller6-31/+47
2019-01-19remove vestiges of old packet API from loginrec.cDamien Miller6-11/+18
2019-01-19dependDamien Miller1-50/+49
2019-01-19upstream: fix error in refactor: use ssh_packet_disconnect() instead ofdjm@openbsd.org1-4/+6
2019-01-19upstream: remove last traces of old packet API!djm@openbsd.org4-484/+2
2019-01-19upstream: remove last references to active_statedjm@openbsd.org15-88/+90
2019-01-19upstream: convert monitor.c to new packet APIdjm@openbsd.org5-105/+94
2019-01-19upstream: convert sshd.c to new packet APIdjm@openbsd.org1-30/+39
2019-01-19upstream: convert session.c to new packet APIdjm@openbsd.org1-64/+87
2019-01-19upstream: convert auth.c to new packet APIdjm@openbsd.org7-37/+31
2019-01-19upstream: convert serverloop.c to new packet APIdjm@openbsd.org1-152/+204
2019-01-19upstream: convert the remainder of sshconnect2.c to new packetdjm@openbsd.org1-49/+46
2019-01-19upstream: convert the remainder of clientloop.c to new packet APIdjm@openbsd.org1-35/+32