liftedinit / many-rs

Rust libraries for the Many Protocol
Apache License 2.0
5 stars 11 forks source link

macOS nightly failure #324

Closed fmorency closed 1 year ago

fmorency commented 1 year ago

macOS CI bats tests are occasionally failing with

#   thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Asn1(Error { kind: Value { tag: Tag(0x30: SEQUENCE) }, position: Some(Length(108)) })', src/many-identity-dsa/src/impls/ecdsa.rs:174:64

Investigate.

fmorency commented 1 year ago

MRE: https://github.com/fmorency/p256-error-pem

fmorency commented 1 year ago

Investigation continues in https://github.com/RustCrypto/elliptic-curves/issues/769

fmorency commented 1 year ago

I will bump our dependencies to prepare for the next p256 release.