formats icon indicating copy to clipboard operation
formats copied to clipboard

der: Decode error thrown without Some(position)

Open dishmaker opened this issue 4 months ago • 0 comments

After PR:

  • https://github.com/RustCrypto/formats/pull/1889

most cases now return error position, but few untreated errors remain, for example:

https://github.com/RustCrypto/formats/blob/3ee0028ef967b0831df6fc6338e2620ea03efd43/der/src/asn1/generalized_time.rs#L112 https://github.com/RustCrypto/formats/blob/858f3af9df8398cb456ebe05b41f82e0335e66d8/der/src/asn1/integer/uint.rs#L330

https://github.com/RustCrypto/formats/blob/858f3af9df8398cb456ebe05b41f82e0335e66d8/der/src/asn1/oid.rs#L19

dishmaker avatar Oct 09 '25 14:10 dishmaker