Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-18 | Simplified the protocol hookup code in Makefiles | Maria Matejka | |
2022-04-06 | Protocols have their own explicit init routines | Maria Matejka | |
2021-06-06 | Babel: Add MAC authentication support | Toke Høiland-Jørgensen | |
This implements support for MAC authentication in the Babel protocol, as specified by RFC 8967. The implementation seeks to follow the RFC as close as possible, with the only deliberate deviation being the addition of support for all the HMAC algorithms already supported by Bird, as well as the Blake2b variant of the Blake algorithm. For description of applicability, assumptions and security properties, see RFC 8967 sections 1.1 and 1.2. | |||
2016-12-13 | Minor cleanups | Ondrej Zajicek (work) | |
2016-12-07 | Make: upgrade Babel makefiles | Jan Moskyto Matejka | |
2016-04-28 | Add the Babel routing protocol (RFC 6126) | Ondrej Zajicek (work) | |
This patch implements the IPv6 subset of the Babel routing protocol. Based on the patch from Toke Hoiland-Jorgensen, with some heavy modifications and bugfixes. Thanks to Toke Hoiland-Jorgensen for the original patch. |