Small extensible RPKI-RTR-Client C library
RTRlib is an open-source C implementation of the RPKI/Router Protocol
client. The library allows one to fetch and store validated prefix origin
data from a RTR-cache and performs origin verification of prefixes. It
supports different types of transport sessions (e.g., SSH, unprotected TCP)
and is easily extendable.
- Sources inherited from project SUSE:SLE-15-SP5:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.5:Update/rtrlib && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
rtrlib-0.8.0.tar.gz | 0000262281 256 KB | |
rtrlib-disable-tests-that-require-network-connecti |
0000000577 577 Bytes | |
rtrlib.changes | 0000002169 2.12 KB | |
rtrlib.spec | 0000003759 3.67 KB |
Latest Revision
Marcus Rueckert (darix)
committed
(revision 2)
Required to update frr to 8.4: - Update to version 0.8.0 * Fix blocking when stopping sockets in some cases * Add callback to allow user created sockets * Add ability to change the connect timeout * Add support for password authentication to ssh transport * Update tools to allow for password authentication when using ssh transport * Improve error handling in ssh transport * Improve error output in TCP transport * Improve libssh detection when running configure * Initialise structures properly in rtrclient * Fix several compiler warnings * Extend log messages to include prefixes when using ssh transport * Fix bug that constantly called tr_recv because of ignoring timeout argument when using ssh transport * Apply kernel coding style in all source files
Comments 0