RustCrypto / formats

Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
235 stars 125 forks source link

fix(#1210): fix impl of SubjectDirectoryAttributes #1286

Closed Taowyoo closed 7 months ago

Taowyoo commented 8 months ago

This PR fixes https://github.com/RustCrypto/formats/issues/1210

Though this does appear to be a bug, it's also a breaking change to incorporate the fix.

It can be merged as part of the next development cycle when we're making breaking changes.

tarcieri commented 8 months ago

Thank you! We can hopefully merge this soon.