summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ah_aesxcbcmac.c
Commit message (Collapse)AuthorAgeFilesLines
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
| | | | | | | | were unused or already in if_var.h so add if_name() to if_var.h and remove net_osdep.h along with all references to it. Longer term we may want to kill off if_name() entierly since all modern BSDs have if_xname variables rendering it unnecessicary.
* Correct a buffer overflow which can occur when decompressing acperciva2005-07-271-7/+9
| | | | | | | | | carefully crafted deflated data stream. [1] Correct problems in the AES-XCBC-MAC IPsec authentication algorithm. [2] Submitted by: suz [2] Security: FreeBSD-SA-05:18.zlib [1], FreeBSD-SA-05:19.ipsec [2]
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
|
* support AES XCBC MAC for AH.ume2003-10-131-0/+190
Obtained from: KAME
OpenPOWER on IntegriCloud