Panda RPKI OSS Local 277cbca878
Some checks failed
ci / rust (push) Has been cancelled
ci / docker (push) Has been cancelled
初始化 Panda RPKI v0.1.0 开源候选版本
2026-09-09 18:01:15 +08:00

728 B

Synthetic RPKI test data

generate_repository.py creates a fresh RFC-shaped RPKI hierarchy with new keys for each test process. It provides TAL/TA bootstrap files, CA/CRL, manifest, ROA, ASPA, RRDP snapshot and delta documents, and a locally issued HTTPS certificate. serve_repository.py is the deliberately minimal HTTPS server used by the deterministic runtime and Docker tests.

No RIR production TAL, certificate, publication-point object, cache, or live network request is included in this directory. The generator requires Python cryptography, OpenSSL's cms command, and Python 3; CI installs those test tools explicitly. Test output is created under a temporary directory and is not part of a release artifact.