0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 18:08:45 +00:00
bird/proto/rpki
Job Snijders 8dc2a36ae5 RPKI: Add TCP-MD5 authentication option
RPKI-To-Router (RTR) sessions seem to be similar security-sensitivity as
IBGP sessions. BIRD already offered a choice of either "plain TCP" (meh)
or "SSH" (secure, albeit a bit more hassle to set up than TCP-MD5).
The patch adds TCP-MD5 as another option. TCP-MD5 for RTR is specified
through RFC 6810 section 7.3 and RFC 8210 section 9.3.

Minor changes by committer.
2024-10-03 16:25:29 +02:00
..
config.Y RPKI: Add TCP-MD5 authentication option 2024-10-03 16:25:29 +02:00
Doc RPKI protocol with one cache server per protocol 2016-12-07 09:35:24 +01:00
Makefile Simplified the protocol hookup code in Makefiles 2022-08-18 22:07:30 +02:00
packets.c RPKI: Add contextual out-of-bound checks in RTR Prefix PDU handler 2021-12-18 16:35:28 +01:00
packets.h RPKI: fixed some of the extended warnings 2016-12-07 15:35:35 +01:00
rpki.c RPKI: Add TCP-MD5 authentication option 2024-10-03 16:25:29 +02:00
rpki.h RPKI: Add 'local address' configuration option 2024-02-22 14:58:29 +01:00
ssh_transport.c RPKI: Remove port (and SSH username) from 'Cache server' output line 2021-01-07 06:04:31 +01:00
tcp_transport.c RPKI: Add TCP-MD5 authentication option 2024-10-03 16:25:29 +02:00
transport.c RPKI: Add 'local address' configuration option 2024-02-22 14:58:29 +01:00
transport.h RPKI: Add TCP-MD5 authentication option 2024-10-03 16:25:29 +02:00