index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progressmeter.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-21
upstream: factor out DH keygen; it's identical between the client
djm@openbsd.org
4
-57
/
+37
2019-01-21
upstream: save the derived session id in kex_derive_keys() rather
djm@openbsd.org
9
-97
/
+17
2019-01-21
upstream: Make sshpkt_get_bignum2() allocate the bignum it is
djm@openbsd.org
11
-133
/
+68
2019-01-21
upstream: remove obsolete (SSH v.1) sshbuf_get/put_bignum1
djm@openbsd.org
2
-52
/
+2
2019-01-21
upstream: fix all-zero check in kexc25519_shared_key
djm@openbsd.org
1
-5
/
+7
2019-01-21
upstream: - -T was added to the first synopsis by mistake - since
jmc@openbsd.org
1
-6
/
+5
2019-01-21
Make --with-rpath take a flag instead of yes/no.
Darren Tucker
1
-22
/
+23
2019-01-21
fix previous test
Damien Miller
1
-1
/
+1
2019-01-21
Wrap ECC static globals in EC_KEY_METHOD_NEW too.
Darren Tucker
1
-0
/
+2
2019-01-21
pass TEST_SSH_SSHPKCS11HELPER to regress tests
Damien Miller
1
-0
/
+1
2019-01-21
make agent-pkcs11 search harder for softhsm2.so
Damien Miller
1
-1
/
+16
2019-01-21
upstream: always print the caller's error message in ossl_error(),
djm@openbsd.org
1
-2
/
+3
2019-01-21
upstream: get the ex_data (pkcs11_key object) back from the keys at
djm@openbsd.org
1
-9
/
+8
2019-01-21
upstream: GSSAPI code got missed when converting to new packet API
djm@openbsd.org
1
-4
/
+4
2019-01-21
Fix -Wunused when compiling PKCS#11 without ECDSA
Damien Miller
1
-0
/
+2
2019-01-21
upstream: allow override of ssh-pkcs11-helper binary via
djm@openbsd.org
1
-1
/
+5
2019-01-21
upstream: adapt agent-pkcs11.sh test to softhsm2 and add support
djm@openbsd.org
1
-23
/
+58
2019-01-21
upstream: add "extra:" target to run some extra tests that are not
djm@openbsd.org
1
-2
/
+10
2019-01-21
upstream: use ECDSA_SIG_set0() instead of poking signature values into
djm@openbsd.org
1
-3
/
+14
2019-01-21
remove HAVE_DLOPEN that snuck in
Damien Miller
1
-4
/
+2
2019-01-21
conditionalise ECDSA PKCS#11 support
Damien Miller
3
-1
/
+20
2019-01-21
upstream: we use singleton pkcs#11 RSA_METHOD and EC_KEY_METHOD
djm@openbsd.org
1
-7
/
+3
2019-01-21
upstream: KNF previous; from markus@
djm@openbsd.org
1
-6
/
+6
2019-01-21
upstream: use OpenSSL's RSA reference counting hooks to
djm@openbsd.org
1
-35
/
+21
2019-01-21
upstream: make the PKCS#11 RSA code more like the new PKCS#11
djm@openbsd.org
1
-16
/
+29
2019-01-21
upstream: fix leak of ECDSA pkcs11_key objects
djm@openbsd.org
1
-2
/
+21
2019-01-21
upstream: use EVP_PKEY_get0_EC_KEY() instead of direct access of
djm@openbsd.org
1
-4
/
+3
2019-01-21
upstream: cleanup PKCS#11 ECDSA pubkey loading: the returned
djm@openbsd.org
1
-10
/
+14
2019-01-21
upstream: cleanup unnecessary code in ECDSA pkcs#11 signature
djm@openbsd.org
1
-25
/
+16
2019-01-21
upstream: cleanup pkcs#11 client code: use sshkey_new in instead
djm@openbsd.org
1
-23
/
+42
2019-01-21
upstream: allow override of the pkcs#11 helper binary via
djm@openbsd.org
1
-5
/
+7
2019-01-21
upstream: add support for ECDSA keys in PKCS#11 tokens
djm@openbsd.org
5
-236
/
+1302
2019-01-21
upstream: add option to test whether keys in an agent are usable,
djm@openbsd.org
2
-6
/
+60
2019-01-21
upstream: Fix BN_is_prime_* calls in SSH, the API returns -1 on
tb@openbsd.org
1
-5
/
+14
2019-01-21
upstream: DH-GEX min value is now specified in RFC8270. ok djm@
dtucker@openbsd.org
1
-2
/
+2
2019-01-20
Check for cc before gcc.
Darren Tucker
1
-1
/
+1
2019-01-20
last bits of old packet API / active_state global
Damien Miller
15
-58
/
+18
2019-01-20
remove PAM dependencies on old packet API
Damien Miller
6
-31
/
+47
2019-01-19
remove vestiges of old packet API from loginrec.c
Damien Miller
6
-11
/
+18
2019-01-19
depend
Damien Miller
1
-50
/
+49
2019-01-19
upstream: fix error in refactor: use ssh_packet_disconnect() instead of
djm@openbsd.org
1
-4
/
+6
2019-01-19
upstream: remove last traces of old packet API!
djm@openbsd.org
4
-484
/
+2
2019-01-19
upstream: remove last references to active_state
djm@openbsd.org
15
-88
/
+90
2019-01-19
upstream: convert monitor.c to new packet API
djm@openbsd.org
5
-105
/
+94
2019-01-19
upstream: convert sshd.c to new packet API
djm@openbsd.org
1
-30
/
+39
2019-01-19
upstream: convert session.c to new packet API
djm@openbsd.org
1
-64
/
+87
2019-01-19
upstream: convert auth.c to new packet API
djm@openbsd.org
7
-37
/
+31
2019-01-19
upstream: convert serverloop.c to new packet API
djm@openbsd.org
1
-152
/
+204
2019-01-19
upstream: convert the remainder of sshconnect2.c to new packet
djm@openbsd.org
1
-49
/
+46
2019-01-19
upstream: convert the remainder of clientloop.c to new packet API
djm@openbsd.org
1
-35
/
+32
[next]