Vulnerabilities | |||||
---|---|---|---|---|---|
Version | Suggest | Low | Medium | High | Critical |
0.7.5 | 0 | 0 | 0 | 0 | 0 |
0.7.4 | 0 | 0 | 0 | 0 | 0 |
0.7.3 | 0 | 0 | 0 | 0 | 0 |
0.7.2 | 0 | 0 | 1 | 0 | 0 |
0.7.1 | 0 | 0 | 1 | 0 | 0 |
0.7.0 | 0 | 0 | 1 | 0 | 0 |
0.6.1 | 0 | 0 | 1 | 0 | 0 |
0.6.0 | 0 | 0 | 1 | 0 | 0 |
0.5.1 | 0 | 0 | 1 | 0 | 0 |
0.5.0 | 0 | 0 | 1 | 0 | 0 |
0.4.2 | 0 | 0 | 1 | 0 | 0 |
0.4.1 | 0 | 0 | 1 | 0 | 0 |
0.4.0 | 0 | 0 | 1 | 0 | 0 |
0.3.1 | 0 | 0 | 1 | 0 | 0 |
0.3.0 | 0 | 0 | 1 | 0 | 0 |
0.2.2 | 0 | 0 | 1 | 0 | 0 |
0.2.1 | 0 | 0 | 1 | 0 | 0 |
0.2.0 | 0 | 0 | 1 | 0 | 0 |
0.1.0 | 0 | 0 | 1 | 0 | 0 |
0.7.5 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
BSD-3-Clause - BSD 3-Clause "New" or "Revised" LicenseThis crate provides decoding and encoding for Basic Encoding Rules (BER) of the ASN.1 standard as well as the more strict variants Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER). It provides the basic machinery as well as implementation for the most important universal types of ASN.1.
Add the following dependency to your Cargo.toml
:
[dependencies]
bcder = "^0.1"
A guide introducing ASN.1, BER, and how to use this crate is part of the
source as the [ber::guide
] module.
If you have comments, proposed changes, or would like to contribute, please open an issue.
bcder is distributed under the terms of the BSD-3-clause license. See LICENSE for details.