summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/deattack.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update packet.c & isolate, introduce struct sshmarkus2015-01-191-2/+9
| | | | | | | | a) switch packet.c to buffer api and isolate per-connection info into struct ssh b) (de)serialization of the state is moved from monitor to packet.c c) the old packet.c API is implemented in opacket.[ch] d) compress.c/h is removed and integrated into packet.c with and ok djm@
* limit maximum work performed by the CRC compensation attack detector,djm2006-09-161-1/+2
| | | | | problem reported by Tavis Ormandy, Google Security Team; ok markus@ deraadt@
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
|
* remove IV support from the CRC attack detector, OpenSSH has never useddjm2006-03-221-2/+2
| | | | | | it - it only applied to IDEA-CFB, which we don't support. prompted by NetBSD Coverity report via elad AT netbsd.org; feedback markus@ "nuke it" deraadt@
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-2/+2
| | | | and out of sync
* prototype pedant. not very creative...itojun2001-06-261-2/+2
| | | | | - () -> (void) - no variable names
* $OpenBSD$niklas2001-01-291-0/+2
|
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-1/+1
| | | | with u_char.
* much more KNFderaadt1999-11-241-3/+4
|
* include licensing infodugsong1999-10-051-4/+16
|
* crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@dugsong1999-10-051-0/+15