https://github.com/nlnetlabs/rpki-rs
An RPKI library for Rust
https://github.com/nlnetlabs/rpki-rs
routing-security rpki rust
Last synced: 6 months ago
JSON representation
An RPKI library for Rust
- Host: GitHub
- URL: https://github.com/nlnetlabs/rpki-rs
- Owner: NLnetLabs
- License: bsd-3-clause
- Created: 2018-07-27T12:23:23.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:48:49.000Z (11 months ago)
- Last Synced: 2024-10-29T11:49:49.341Z (11 months ago)
- Topics: routing-security, rpki, rust
- Language: Rust
- Size: 1.98 MB
- Stars: 40
- Watchers: 18
- Forks: 22
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# rpki – A Library for Validating and Creating RPKI Data
This crate aims to provide the foundation for implementing Resource
Public Key Infrastructure – RPKI –, which is an important building block
in Internet routing security. The crate provides the ability to parse,
validate, and create the the objects published in the RPKI: certificates,
CRLs, manifests, and ROAs. It also provides functionality share between
certification authority and publication software such as the protocol the
two use for communication.The crate is work in progress and will grow over time to be more and more
complete.## Contributing
If you have comments, proposed changes, or would like to contribute,
please open an issue in the [Github repository]. In particular, if you
would like to use the crate but it is missing functionality for your use
case, we would love to hear from you![Github repository]: (https://github.com/NLnetLabs/rpki-rs)
## License
The _rpki_ crate is distributed under the terms of the BSD-3-clause license.
See LICENSE for details.