Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AES-GMAC (rfc9044) support for CMS AuthenticatedData #281

Open
lbenthins opened this issue Sep 11, 2024 · 0 comments
Open

AES-GMAC (rfc9044) support for CMS AuthenticatedData #281

lbenthins opened this issue Sep 11, 2024 · 0 comments

Comments

@lbenthins
Copy link

Hello,

we are using asn1cryto to implement CMS (PKCS#7) AuthenticatedData. We have noticed that asn1crypto only supports HMAC ASN.1 OIDs. We are planning to use HMAC, but we want also to provide alternatives for systems where block-cipher based MACs are supported only.

In this context, AES-GMAC seems to be a good alternative. AES-GMAC is defined in https://www.rfc-editor.org/rfc/rfc9044.html and has the ASN.1 OID: 2.16.840.1.101.3.4.1.9.

Is there any plan to add support for AES-GMAC in https://github.com/wbond/asn1crypto/blob/master/asn1crypto/algos.py?

Thanks and best regards
Luis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant