Skip to content

Commit bef457f

Browse files
committed
Move to using github releases
1 parent 8f19a0c commit bef457f

File tree

1 file changed

+2
-35
lines changed

1 file changed

+2
-35
lines changed

README.md

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Features
3434
a given DNS name or IP address by considering the allowed usage of the
3535
certificate and additional constraints.
3636

37-
37+
3838
Limitations
3939
===============
4040

@@ -54,40 +54,7 @@ For these tasks you may prefer using webpki in combination with libraries like
5454
Changelog
5555
=========
5656

57-
* Next release:
58-
- MSRV increased to Rust 1.60.
59-
* 0.101.1 (2023-07-05)
60-
- Fixed 32-bit architecture compatibility.
61-
* 0.101.0 (2023-07-04)
62-
- *Breaking change*: added `EndEntity::verify_is_valid_tls_client_cert`
63-
argument for certificate revocation lists.
64-
- *Breaking change*: removed `Time::try_from`.
65-
- *Breaking change*: removed `From<DnsNameRef<'_>` impl for `DnsName`.
66-
- *Breaking change*: replaced `AsRef<[u8]>` with `AsRef<str>` for `DnsNameRef`.
67-
- Added certificate revocation list (CRL) support.
68-
- Improved specificity of errors returned from
69-
`EndEntityCert::verify_is_valid_tls_client_cert` and
70-
`EndEntityCert::verify_is_valid_tls_server_cert`.
71-
- Improved error specificity for malformed subject alternate names.
72-
- Added `EndEntityCert::dns_names` method for returning a list of DNS subject
73-
alternate names from an end entity cert.
74-
- Changed `EndEntityCert::verify_is_valid_for_subject_name` to ignore invalid
75-
names when verifying cert is valid for a provided subject.
76-
- MSRV increased to Rust 1.57.
77-
* 0.100.1 (2023-03-28)
78-
- Relax constraint on serial number length.
79-
* 0.100.0 (2023-03-13) - first release of `rustls-webpki` crate.
80-
- Allow verification of certificates with IP address subjectAltNames.
81-
`EndEntityCert::verify_is_valid_for_subject_name` was added, and
82-
`EndEntityCert::verify_is_valid_for_dns_name` was removed.
83-
- Make `Error` type non-exhaustive.
84-
- Reject non-contiguous netmasks in IP address name constraints.
85-
- Name constraints of type dNSName and iPAddress now work and are tested.
86-
directoryName name constraints are not implemented and will prevent
87-
path building where they appear.
88-
- Relax requirement that serial numbers are positive to deal with issuers
89-
that cannot generate correct ASN.1 but nevertheless persist in doing so.
90-
* 0.22.0 (2021-04-10) - last upstream release of `webpki` crate.
57+
Release history can be found [on GitHub](https://github.com/rustls/webpki/releases).
9158

9259

9360
Demo

0 commit comments

Comments
 (0)