summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ah_new.c
AgeCommit message (Expand)Author
1999-12-15do not overwrite traffic class portion when filling in IPv6 version field.Jun-ichiro itojun Hagino
1999-12-09Fix comment typos.Angelos D. Keromytis
1999-12-08Type in sizeofsAngelos D. Keromytis
1999-12-08IPv6 header handling, improve IPv4 option handling support.Angelos D. Keromytis
1999-12-08AH finished, a couple of cosmetic changes in ESP.Angelos D. Keromytis
1999-12-07New ah_new_input(), protocol-independent processing (still lackingAngelos D. Keromytis
1999-12-06New ESP code that's v4 and v6 friendly.Angelos D. Keromytis
1999-10-29Get rid of unnecessary third argument in *_output routines of IPsec.Angelos D. Keromytis
1999-06-30remove final low-level crypto knowledge from base ipsec codeTheo de Raadt
1999-05-16spltdb introduced, protection for tdb lists and related structures, soNiklas Hallqvist
1999-03-24Implement lifetime expiration notifications. Fix some typos. Remove statics.Niklas Hallqvist
1999-02-25Bzero key information before free'ing it, just for paranoia's sake.Angelos D. Keromytis
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-01-11remove panic() calls, consistent error reportingTheo de Raadt
1998-11-25Better error code for too large packetsNiklas Hallqvist
1998-11-25Add checks of packets getting to big after transforms.Niklas Hallqvist
1998-06-03cleanup debug printfsNiels Provos
1998-05-18first step to the setsockopt/getsockopt interface as described inNiels Provos
1998-02-22Changes made for GCC 2.8 -Wall pleasuresNiklas Hallqvist
1998-01-21rcvif not needed.Niels Provos
1997-11-24add ripemd-160 as authentication function.Niels Provos
1997-11-18fix 3DES, style changesTheo de Raadt
1997-11-15fix memory management errorsTheo de Raadt
1997-11-04make it easier to add additional transforms. add blowfish and castNiels Provos
1997-10-02conditional error loggingTheo de Raadt
1997-09-28log() needs a \nTheo de Raadt
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-27expiration messages, fixes, updates, all sorts of thingsNiklas Hallqvist
1997-07-24network byte order for countersTheo de Raadt
1997-07-18enablespi/disablespi in encap + print spi's in hostorderNiels Provos
1997-07-14global byte counters.Niels Provos
1997-07-12fixed tiny bug in pad values and hmac inner hash lengths. should work now.Niels Provos
1997-07-11put old esp/ah and new esp/ah in different files.Niels Provos