summaryrefslogtreecommitdiff
path: root/ospfd/ospf_auth.c
AgeCommit message (Collapse)Author
2024-01-09*: remove sys/stat.h from zebra.hDonald Sharp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-01-04*: Remove Crypto openSSL define from zebra.hDonald Sharp
Only a couple of places use this. Move these to a better spot. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2023-10-03ospfd: a possible fix for TAINTED_SCALAR coverity issuesMahdi Varasteh
Signed-off-by: Mahdi Varasteh <varasteh@amnesh.ir>
2023-09-16[ospfd]: add support for RFC 5709 HMAC-SHA AuthMahdi Varasteh
This patch includes: * Implementation of RFC 5709 support in OSPF. Using openssl library and FRR key-chain, one can use SHA1, SHA256, SHA384, SHA512 and keyed-MD5( backward compatibility with RFC 2328) HMAC algs. * Updating documentation of OSPF * add topotests for new HMAC algorithms Signed-off-by: Mahdi Varasteh <varasteh@amnesh.ir>