@@ -34,7 +34,7 @@ Features
34
34
a given DNS name or IP address by considering the allowed usage of the
35
35
certificate and additional constraints.
36
36
37
-
37
+
38
38
Limitations
39
39
===============
40
40
@@ -54,40 +54,7 @@ For these tasks you may prefer using webpki in combination with libraries like
54
54
Changelog
55
55
=========
56
56
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 ) .
91
58
92
59
93
60
Demo
0 commit comments