- Feb 26, 2015
-
-
Matt Johnston authored
--HG-- branch : fastopen
-
- Feb 21, 2015
-
-
Matt Johnston authored
--HG-- branch : fastopen
-
- Feb 20, 2015
-
-
Matt Johnston authored
--HG-- branch : fastopen
-
Matt Johnston authored
--HG-- branch : fastopen
-
Matt Johnston authored
--HG-- branch : fastopen
-
Matt Johnston authored
--HG-- branch : fastopen
-
- Feb 19, 2015
-
-
Matt Johnston authored
--HG-- branch : fastopen
-
Matt Johnston authored
--HG-- branch : fastopen
-
Matt Johnston authored
memset rather than = {0} initialiser --HG-- branch : fastopen
-
Matt Johnston authored
--HG-- branch : fastopen
-
- Feb 18, 2015
-
-
Matt Johnston authored
--HG-- branch : fastopen
-
Matt Johnston authored
--HG-- branch : fastopen
-
Matt Johnston authored
--HG-- branch : fastopen
-
- Feb 15, 2015
-
-
Matt Johnston authored
--HG-- branch : fastopen
-
- Feb 14, 2015
-
-
Matt Johnston authored
-
- Feb 13, 2015
-
-
Matt Johnston authored
network timestamps (in tshark)
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
- Feb 10, 2015
-
-
Matt Johnston authored
improbable, roughly 2**-1023 Regression in 0.49
-
- Feb 04, 2015
-
-
Matt Johnston authored
-
- Jan 29, 2015
-
-
Matt Johnston authored
-
- Jan 28, 2015
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Christian Engelmayer authored
of the pointer to the data instead of the whole size of struct openssh_key is cleared. Correct the size calculation as detected by Coverity CID 1191543.
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Elan Ruusamäe authored
if using bundled libraries
-
Matt Johnston authored
-
- Jan 24, 2015
-
-
Matt Johnston authored
-
- Jan 23, 2015
-
-
Fedor Brunner authored
Prefer diffie-hellman-group14-sha1 (2048 bit) over diffie-hellman-group1-sha1 (1024 bit). Due to meet-in-the-middle attacks the effective key length of three key 3DES is 112 bits. AES is stronger and faster then 3DES. Prefer to delay the start of compression until after authentication has completed. This avoids exposing compression code to attacks from unauthenticated users. (github pull request #9)
-