summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ah.h
AgeCommit message (Expand)Author
2000-09-19Lots and lots of changes.Angelos D. Keromytis
2000-03-17Cryptographic services framework, and software "device driver". TheAngelos D. Keromytis
2000-01-27Merge "old" and "new" ESP and AH in two files (one for each).Angelos D. Keromytis
2000-01-13Add an ip4_input6() for use with IPv6 (just a wrapper forAngelos D. Keromytis
2000-01-09Add ingress ACL for IPsec: after being processed, IPsec packets areAngelos D. Keromytis
1999-12-31fix IPv6 ipsec template lossage.Jun-ichiro itojun Hagino
1999-12-25Change some function prototypes, dont unnecessarily initialize someAngelos D. Keromytis
1999-12-09Add v4/v6 wrapper routine definitions.Angelos D. Keromytis
1999-12-07New ah_new_input(), protocol-independent processing (still lackingAngelos D. Keromytis
1999-10-29Get rid of unnecessary third argument in *_output routines of IPsec.Angelos D. Keromytis
1999-04-11Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.Niklas Hallqvist
1999-02-24Update copyright; remove a few annoying debugging printfs.Angelos D. Keromytis
1999-02-24Remove encap.h include; saner debugging printfs; fix buglets; work withAngelos D. Keromytis
1998-11-25Add checks of packets getting to big after transforms.Niklas Hallqvist
1998-05-18first step to the setsockopt/getsockopt interface as described inNiels Provos
1997-11-24add ripemd-160 as authentication function.Niels Provos
1997-11-04make it easier to add additional transforms. add blowfish and castNiels Provos
1997-07-14global byte counters.Niels Provos
1997-07-11put old esp/ah and new esp/ah in different files.Niels Provos
1997-06-25hard and soft limits for SPI's per absolute timer, relative since establish,Niels Provos
1997-06-20ah-sha1 + esp-3des + indentationNiels Provos
1997-03-30no more 2(two) md5 libs in kernel!Michael Shalayeff
1997-02-26I/O packet counters added.Angelos D. Keromytis
1997-02-24Beautification.Angelos D. Keromytis
1997-02-24OpenBSD tags + some prototyping policeNiklas Hallqvist
1997-02-20IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inTheo de Raadt