Age | Commit message (Expand) | Author |
1999-02-25 | Skipjack key bzero'ing case. | Angelos D. Keromytis |
1999-02-25 | Bzero key information before free'ing it, just for paranoia's sake. | Angelos D. Keromytis |
1999-02-25 | Be a bit more paranoid before free'ing memory. | Angelos D. Keromytis |
1999-02-24 | Update copyright; remove a few annoying debugging printfs. | Angelos D. Keromytis |
1999-02-24 | add skipjack support back | Theo de Raadt |
1999-02-24 | Remove encap.h include; saner debugging printfs; fix buglets; work with | Angelos D. Keromytis |
1999-02-17 | ipsec skipjack, based on free .fi code (some .gov type will test this for me) | Theo de Raadt |
1999-02-16 | Fix a padding check bug in the experimental-padding. iliya@ericom.com | Angelos D. Keromytis |
1999-02-12 | angelos cannot spell small words | Theo de Raadt |
1999-01-11 | remove panic() calls, consistent error reporting | Theo de Raadt |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1999-01-08 | do not use random bits when not necessary, remove 8-byte block dependence | Theo de Raadt |
1998-11-25 | Better error code for too large packets | Niklas Hallqvist |
1998-11-25 | Add checks of packets getting to big after transforms. | Niklas Hallqvist |
1998-11-25 | Tell caller of error condition | Niklas Hallqvist |
1998-08-01 | more careful error handling, some simplification and beautification. | Niels Provos |
1998-07-30 | fixing a stupid bug I introduced when trying to improve the encryption | Niels Provos |
1998-06-11 | fix a mbuf chain corruption which happened when m_pullup was called on an | Niels Provos |
1998-06-03 | cleanup debug printfs | Niels Provos |
1998-05-24 | allow the use of blowfish and cast encryption with implicit iv | Niels Provos |
1998-05-18 | first step to the setsockopt/getsockopt interface as described in | Niels Provos |
1998-05-05 | check for invalid padding length, reported by Dan McDonald (Sun Microsystems) | Niels Provos |
1998-03-07 | improve performance by avoiding unnecessary copies. | Niels Provos |
1998-02-22 | Changes made for GCC 2.8 -Wall pleasures | Niklas Hallqvist |
1998-01-21 | rcvif not needed. | Niels Provos |
1997-11-24 | add ripemd-160 as authentication function. | Niels Provos |
1997-11-18 | fix 3DES, style changes | Theo de Raadt |
1997-11-18 | make old style padding default again. | Niels Provos |
1997-11-15 | fix memory management errors | Theo de Raadt |
1997-11-04 | make it easier to add additional transforms. add blowfish and cast | Niels Provos |
1997-10-02 | conditional error logging | Theo de Raadt |
1997-09-30 | do the 3-DES key setup right, will ya? | Theo de Raadt |
1997-09-29 | brain dead sanity tests corrected | Theo de Raadt |
1997-09-28 | log() needs a \n | Theo de Raadt |
1997-09-24 | New style self-describing padding in use. | Angelos D. Keromytis |
1997-09-24 | Cosmetic changes. | Angelos D. Keromytis |
1997-09-23 | AH changes, after interoperating at the ANX bakeoff. | Angelos D. Keromytis |
1997-08-26 | new esp: encryption, authentication and replay protection + | Niels Provos |
1997-07-11 | put old esp/ah and new esp/ah in different files. | Niels Provos |