rpki

Crates.iorpki
lib.rsrpki
version0.18.4
sourcesrc
created_at2018-11-01 09:52:34.18532
updated_at2024-06-21 10:00:53.289315
descriptionA library for validating and creating RPKI data.
homepagehttps://github.com/nlnetlabs/rpki-rs/
repositoryhttps://github.com/NLnetLabs/rpki-rs
max_upload_size
id93998
size2,313,384
Core (github:nlnetlabs:core)

documentation

https://docs.rs/rpki/

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!

License

The rpki crate is distributed under the terms of the BSD-3-clause license. See LICENSE for details.

Commit count: 962

cargo fmt