Closed fmorency closed 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.
MRE: https://github.com/fmorency/p256-error-pem
Investigation continues in https://github.com/RustCrypto/elliptic-curves/issues/769
I will bump our dependencies to prepare for the next p256 release.
p256
macOS CI bats tests are occasionally failing with
Investigate.