issues Search Results · repo:RustCrypto/formats language:Rust
Filter by
260 results
(54 ms)260 results
inRustCrypto/formats (press backspace or delete to remove)Due to BER:
- using ber features makes DER reader slow (about 20% slower)
- read_nested now includes primitive DecodeValues too (added in #1877) (partial fix in #1916)
- ~indefinite flag in Length ...
dishmaker
- 5
- Opened 7 days ago
- #1934
I am trying to use x509-cert-0.3.0-rc.0 and it is unable to be built due to errors. These errors have been resolved in
commit #1889 but they are not included in this release. Can you retag or put out another ...
smarime
- Opened 9 days ago
- #1917
Support for parsing RELATIVE-OID tag (0x0d) is missing. For example, the following test results in Result::unwrap() on
an Err value: unknown/unsupported ASN.1 DER tag: 0x0d ` .
#[cfg(test)]
mod tests ...
lukevalenta
- 3
- Opened 28 days ago
- #1875
It looks like the 1.8.0 release from a few hours ago is using a cargo feature that s from edition2024, and edition2024
has not yet made it to the stable channel (which is on 1.84.x right now).
Hence, ...
behnam-oneschema
- 2
- Opened on Jun 4
- #1860
I tried to user low-memory ObjectIdentifier 10 for embedded, but der implements only ObjectIdentifier 39 .
https://github.com/RustCrypto/formats/blob/501fdc9811562db53825841ca132a7bb1886613d/const-oid/src/lib.rs#L48 ...
dishmaker
- Opened on Jun 2
- #1849
I have a pretty well-written #[cfg(feature = clarify )] - gated writer that pretty-prints DER.
Proposal: To add Encode::to_hex_clarify, that annotates tags and types.
Example of PKCS#15:
30 3E !-- ...
dishmaker
- 1
- Opened on May 12
- #1835
Hi
I could not find how to verify x509-cert certificate and requests signatures with the public key. How would that be
achieved?
ArthurHeymans
- 1
- Opened on May 6
- #1822
derive(Choice) needs constructed = true flag, but derive(Sequence) does not.
#[derive(Choice)]
pub enum ImplicitChoice a {
// This works:
#[asn1(context_specific = 3 , tag_mode = IMPLICIT ...
dishmaker
- Opened on May 5
- #1808
Related:
- #1651
DF 8F FF FF FF 7F should parse correctly:
assertion `left == right` failed
left: Tag(0xffffff80: PRIVATE [4294967168] (primitive))
right: Tag(0xffffffff: PRIVATE [4294967295] (primitive)) ...
dishmaker
- Opened on May 4
- #1803
cargo llvm-lines shows a lot of try_fold
Probable cause Sequence macro:
impl a ::der::EncodeValue for SubjectPublicKeyInfo a {
fn value_len( self) - ::der::Result ::der::Length {
...
dishmaker
- Opened on May 4
- #1800

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.