Skip to content

Commit 0e93500

Browse files
committed
Prepare README and fork versions
We're starting from 0.100.0 so there is minimal future confusion with the upstream version space (currently 0.22.0).
1 parent e69b9df commit 0e93500

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license-file = "LICENSE"
2020
name = "rustls-webpki"
2121
readme = "README.md"
2222
repository = "https://github.com/rustls/webpki"
23-
version = "0.22.0-alpha.1"
23+
version = "0.100.0-alpha.1"
2424

2525
include = [
2626
"Cargo.toml",

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
77
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
88

99

10+
[![Build Status](https://github.com/rustls/webpki/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/rustls/webpki/actions/workflows/ci.yml?query=branch%3Amain)
11+
[![Coverage Status (codecov.io)](https://codecov.io/gh/rustls/webpki/branch/main/graph/badge.svg)](https://codecov.io/gh/rustls/webpki/)
12+
[![Documentation](https://docs.rs/rustls-webpki/badge.svg)](https://docs.rs/rustls-webpki/)
13+
[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/MCSB76RU96)
14+
1015

1116
What is webpki?
1217
==================
@@ -50,6 +55,23 @@ including:
5055
* A specification of precisely what the Web PKI is.
5156

5257

58+
About this fork
59+
===============
60+
61+
This is a fork of the [original webpki project](https://github.com/briansmith/webpki)
62+
which adds a number of features required by the rustls project. This fork is
63+
released as the `rustls-webpki` crate, with versions starting 0.100.0 so as to
64+
not confusingly overlap with `webpki` versions.
65+
66+
Changelog
67+
---------
68+
69+
* 0.100.0 (2023-01-xx) - first release of `rustls-webpki` crate.
70+
- Allow verification of certificates with IP address subjectAltNames.
71+
`EndEntityCert::verify_is_valid_for_subject_name` was added, and
72+
`EndEntityCert::verify_is_valid_for_dns_name` was removed.
73+
* 0.22.0 (2021-04-10) - last upstream release of `webpki` crate.
74+
5375

5476
Demo
5577
====

0 commit comments

Comments
 (0)