librasn / rasn

A Safe #[no_std] ASN.1 Codec Framework
Other
199 stars 50 forks source link

Fix issue with decoding of BasicOcspResponse. #208

Closed chrismoos closed 10 months ago

chrismoos commented 10 months ago

Fixes an issue decoding a BasicOcspResponse, looks to be because the version field's default attribute was not being picked up.

Not sure if this was a typo or if there is a compiler that generates this and the issue is from there.

XAMPPRocky commented 10 months ago

Thank you for your PR and congrats on your first contribution! 🎉 The proc macro should have caught this.