summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_auth_trailer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: OSPFv3 manual key authentication neglects checking the SA ID.Acee Lindem2024-06-041-0/+9
* ospf6d: fix GR & auth seqno state locationDavid Lamparter2024-01-271-38/+80
* *: remove sys/stat.h from zebra.hDonald Sharp2024-01-091-0/+1
* *: Remove Crypto openSSL define from zebra.hDonald Sharp2024-01-041-0/+6
* ospf6d: introduce OSPFv3 Cryptographic Protocol ID constantRenato Westphal2023-08-161-1/+1
* ospf6d: fix interoperability issue in auth trailer digest computationRenato Westphal2023-08-161-1/+1
* ospf6d: Increment sequence number correctly in Authentication TrailerDavid Ward2023-06-191-10/+9
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ospf6d: Ensure that ospf6d does not memcpy beyond end of dataDonald Sharp2022-06-231-1/+7
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* zebra, ospf6d: Do not check if NULL for XCALLOC()Donatas Abraitis2022-05-081-2/+0
* Merge pull request #10571 from rameshabhinay/ospf6_auth_trailerRuss White2022-02-151-8/+8
|\
| * ospf6d: fix coverity issues.Abhinay Ramesh2022-02-141-8/+8
* | ospf6d: Fix spelling mistakesDonald Sharp2022-02-141-1/+1
|/
* ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh2022-02-091-164/+336
* ospf6d: Core functionality of auth trailer implementation..Abhinay Ramesh2022-02-091-0/+828