summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_esp.h
AgeCommit message (Expand)Author
2010-01-10Fix two bugs in IPsec/HMAC-SHA2:Markus Friedl
2007-12-14add sysctl entry points into various network layers, in particular toTheo de Raadt
2004-02-17switch to sysctl_int_arr(); ok henning, deraadtMarkus Friedl
2003-12-02UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)Markus Friedl
2003-02-12Remove commons; inspired by netbsd.Jason Wright
2002-06-09whitespaceJun-ichiro itojun Hagino
2001-07-04Make preprocessor happier, don't give it untasty tokens at end of input.Marc Espie
2001-06-25Copyright.Angelos D. Keromytis
2001-06-09Inclusion protection.Angelos D. Keromytis
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 prototype for esp6_input() wrapper to ESP input processing routine.Angelos D. Keromytis
1999-12-06Add another statisticAngelos 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
1999-02-17ipsec skipjack, based on free .fi code (some .gov type will test this for me)Theo de Raadt
1999-02-17indentTheo de Raadt
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-18make old style padding default again.Niels Provos
1997-11-04make it easier to add additional transforms. add blowfish and castNiels Provos
1997-09-30same as for ip_esp_new.c, and indentTheo de Raadt
1997-09-24New style self-describing padding in use.Angelos D. Keromytis
1997-09-23AH changes, after interoperating at the ANX bakeoff.Angelos D. Keromytis
1997-08-26new esp: encryption, authentication and replay protection +Niels 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-26count input/output packets for espTheo de Raadt
1997-02-24OpenBSD tags + some prototyping policeNiklas Hallqvist
1997-02-24XXX cleanupTheo de Raadt
1997-02-20IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inTheo de Raadt