You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimal rustc version bumps happen [only with minor number bumps in this project](https://github.com/Devolutions/picky-rs/issues/89#issuecomment-868303478).
7
+
5
8
# picky-asn1-der
6
9
7
10
Portions of project [serde_asn1_der](https://github.com/KizzyCode/serde_asn1_der) are held by
Minimal rustc version bumps happen [only with minor number bumps in this project](https://github.com/Devolutions/picky-rs/issues/89#issuecomment-868303478).
7
+
5
8
# picky-asn1-x509
6
9
7
10
Provide implementation for types defined in [X.509 RFC](https://tools.ietf.org/html/rfc5280) and related RFC ([PKCS#8](https://tools.ietf.org/html/rfc5208), [PKCS#10](https://tools.ietf.org/html/rfc2986)).
@@ -11,3 +14,4 @@ This is a low-level library providing only raw types for serialization and deser
11
14
These types are implementing `serde`'s `Serialize` and `Deserialize` and are to be used with [picky-asn1-der](https://crates.io/crates/picky-asn1-der).
12
15
If you're looking for a higher level API, you may be interested by the [picky crate](https://crates.io/crates/picky) which uses
Minimal rustc version bumps happen [only with minor number bumps in this project](https://github.com/Devolutions/picky-rs/issues/89#issuecomment-868303478).
Minimal rustc version bumps happen [only with minor number bumps in this project](https://github.com/Devolutions/picky-rs/issues/89#issuecomment-868303478).
7
+
5
8
# picky
6
9
7
10
Portable X.509, PKI, JOSE and HTTP signature implementation.
0 commit comments