Top 4 C++ X509 Projects
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
Project mention: All I Know About Certificates – Certificate Authority | news.ycombinator.com | 2024-07-30
> One thing I would be interested in is if there were any differences between rust-webpki and BoringSSL itself.
Adding BoringSSL as a harness would probably be pretty easy! We have an existing OpenSSL harness[1] that would probably be straightforward to adapt.
We could also probably improve the visualization of differences between implementations: right now you can find them either by looking at individual testcases[2] or on each harness's "anomalies" page[3], but it'd be cool to have a more unified UI.
[1]: https://github.com/C2SP/x509-limbo/blob/main/harness/openssl...
[2]: https://x509-limbo.com/testcases/rfc5280/#rfc5280akileaf-mis...
[3]: https://x509-limbo.com/anomalous-results/rust-webpki/
-
C++ X509 discussion
C++ X509 related posts
Index
What are some of the best open-source X509 projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | Botan | 2,538 |
2 | xca | 1,489 |
3 | x509-limbo | 38 |
4 | QSimpleCrypto | 16 |