A:~# iptables -t mangle -A OUTPUT -d B -j SIGN --sign-with-secret=s3cr3t B:~# iptables -t mangle -A PREROUTING -m verify --verify-secret=s3cr3t -j UNSIGN.. And vice-versa.
2001-08-29 | YES! It functions! Some renaming needs to be done and a lot of cleaning up, but the syntax described above WORKS! Replace UNSIGN by STRIPSPS and it will function! |
2001-08-28 | I'm looking for ipsec minded people who can tell me if it is easy to implement the simplicity mentioned above using AH - it would be great to get into a best of both worlds situation where we have the non-intrusiveness of the current SPS Linux code while following a standard, too. |
2001-08-26 | Added some relevant links and a Thanks So section. Decided to concentrate on symmetric encryption/signing first, asymmetric is very slow. Algorithms will probably be SHA-1 HMAC (RFC 2104) and Blowfish. Asymmetric needs more thinking. |
2001-08-26 | Added SPEC file, outlining some ideas about the protocol |