0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00
bird/proto/rpki
Maria Matejka 3ca6e03db7 RPKI: refactored pdu to host byte order conversion
We shouldn't convert bytes 2 and 3 of the PDU blindly, there are several
cases where these are used by bytes. Instead, the conversion is done
only where needed.

This fixes misinterpretation bug of ASPA PDU flags on little endian
architectures.
2024-11-28 14:19:47 +01:00
..
config.Y RPKI: added documentation and RTR version config options 2024-11-26 04:47:33 +01: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: refactored pdu to host byte order conversion 2024-11-28 14:19:47 +01:00
packets.h RPKI: protocol version 2, loading ASPA 2024-11-26 04:14:36 +01:00
rpki.c RPKI: added documentation and RTR version config options 2024-11-26 04:47:33 +01:00
rpki.h RPKI: added documentation and RTR version config options 2024-11-26 04:47:33 +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