librasn / rasn

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

Add OID for MGF1 #255

Closed treebly closed 3 weeks ago

treebly commented 4 weeks ago

Hi there!

This is just a simple PR for adding the OID for the MGF1 hash function. AWS uses this in some of their KMS calls so it would be useful for it to be included here!

Relevant RFC: https://www.rfc-editor.org/rfc/rfc8017.html#appendix-B.2.1

XAMPPRocky commented 3 weeks ago

Thank you for your PR, and congrats on your first contribution! 🎉