1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: avoid privacy breach in documentation
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-06-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.md
+++ b/README.md
@@ -1,8 +1,3 @@
-[](https://github.com/rustls/webpki/actions/workflows/ci.yml?query=branch%3Amain)
-[](https://codecov.io/gh/rustls/webpki/)
-[](https://docs.rs/rustls-webpki/)
-[](https://discord.gg/MCSB76RU96)
-
webpki is a library that validates Web PKI (TLS/SSL) certificates. It's
used by [Rustls](https://github.com/rustls/rustls) to handle certificate-related
tasks required for implementing TLS clients and servers.
|