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
/
ssh
/
packet.c
Age
Commit message (
Expand
)
Author
2017-05-08
helps if I commit the correct version of the file. fix missing
Damien Miller
2017-05-08
I was too aggressive with the scalpel in the last commit;
Damien Miller
2017-05-07
As promised in last release announcement: remove support for
Damien Miller
2017-05-03
remove miscellaneous SSH1 leftovers; ok markus@
Christian Weisgerber
2017-04-30
obliterate ssh1.h and some dead code that used it
Damien Miller
2017-04-30
remove the (in)famous SSHv1 CRC compensation attack detector.
Damien Miller
2017-04-30
remove SSHv1 support from packet and buffer APIs
Damien Miller
2017-04-30
remove compat20/compat13/compat15 variables
Damien Miller
2017-04-30
unifdef WITH_SSH1
Damien Miller
2017-03-11
Don't count the initial block twice when computing how many bytes
Markus Friedl
2017-02-28
small memleak: free fd_set on connection timeout (though we are heading to
Damien Miller
2017-02-03
add ssh_packet_set_log_preamble() to allow inclusion of a preamble
Damien Miller
2017-02-03
Make ssh_packet_set_rekey_limits take u32 for the number of seconds
Darren Tucker
2016-10-11
Add a per-packet input hook that is called with the decrypted packet
Damien Miller
2016-09-30
ssh proxy mux mode (-O proxy; idea from Simon Tatham):
Markus Friedl
2016-09-28
put back some pre-auth zlib bits that I shouldn't have removed -
Damien Miller
2016-09-28
restore pre-auth compression support in the client -- the previous
Damien Miller
2016-09-28
Remove support for pre-authentication compression. Doing compression
Damien Miller
2016-09-19
move inbound NEWKEYS handling to kex layer; otherwise early NEWKEYS causes
Markus Friedl
2016-09-12
Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions
Theo de Raadt
2016-09-06
ssh_set_newkeys: print correct block counters on rekeying; ok djm@
Markus Friedl
2016-08-03
small refactor of cipher.c: make ciphercontext opaque to callers
Damien Miller
2016-07-18
Reduce timing attack against obsolete CBC modes by always computing
Markus Friedl
2016-07-18
Add some unsigned overflow checks for extra_pad. None of these
Damien Miller
2016-07-15
Reduce the syslog level of some relatively common protocol events
Darren Tucker
2016-07-08
Improve crypto ordering for Encrypt-then-MAC (EtM) mode MAC algorithms.
Damien Miller
2016-03-07
refactor canohost.c: move functions that cache results closer to the
Damien Miller
2016-02-17
rekey refactor broke SSH1; spotted by Tom G. Christensen
Damien Miller
2016-02-08
refactor activation of rekeying
Damien Miller
2016-02-04
printf argument casts to avoid warnings on strict compilers
Damien Miller
2016-01-29
include packet type of non-data packets in debug3 output;
Damien Miller
2016-01-29
Revert "account for packets buffered but not yet processed" change as it
Darren Tucker
2016-01-29
Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the return
Darren Tucker
2016-01-29
Account for packets buffered but not yet processed when computing whether or
Darren Tucker
2016-01-14
remove roaming support; ok djm@
Markus Friedl
2015-12-11
Remove NULL-checks before sshbuf_free().
mmcc
2015-12-11
include remote port number in a few more messages; makes tying log
Damien Miller
2015-12-10
Remove NULL-checks before free().
mmcc
2015-12-04
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
Markus Friedl
2015-11-08
fix OOB read in packet code caused by missing return statement
Damien Miller
2015-10-21
fix memory leak in error path
Gleydson Soares
2015-09-21
fix possible hang on closed output; bz#2469 reported by Tomas Kuthan
Damien Miller
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2015-07-29
include the peer's offer when logging a failure to negotiate a
Damien Miller
2015-05-01
refactor ssh_dispatch_run_fatal() to use sshpkt_fatal() to better
Damien Miller
2015-04-27
fix compilation with OPENSSL=no; ok dtucker@
Damien Miller
2015-03-24
don't leak 'setp' on error; noted by Nicholas Lemonias; ok djm@
Markus Friedl
2015-03-11
add back the changes from rev 1.206, djm reverted this by mistake in
Jonathan Gray
2015-02-13
make rekey_limit for sshd w/privsep work; ok djm@ dtucker@
Markus Friedl
2015-02-11
Some packet error messages show the address of the peer, but might be
Damien Miller
[next]