summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/mac.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependenciesmarkus2015-01-131-5/+25
* Output the effective values of Ciphers, MACs and KexAlgorithms whendtucker2013-11-071-2/+2
* add the ability to query supported ciphers, MACs, key type and KEXdjm2013-04-191-1/+2
* Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, mustpvalchev2007-06-071-2/+2
* Preserve MAC ctx between packets, saving 2xhash calls per-packet.djm2007-06-051-2/+4
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-3/+3
* prototype pedant. not very creative...itojun2001-06-261-4/+4
* 1) clean up the MAC support for SSH-2markus2001-02-111-0/+28