Skip to content
New issue

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

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

Already on GitHub? # to your account

Implement AES-GCM backend with m2crypto #300

Closed
tomato42 opened this issue Jul 31, 2018 · 1 comment
Closed

Implement AES-GCM backend with m2crypto #300

tomato42 opened this issue Jul 31, 2018 · 1 comment
Labels
enhancement new feature to be implemented help wanted
Milestone

Comments

@tomato42
Copy link
Member

tomato42 commented Jul 31, 2018

Currently m2crypto is used only for AES-CBC, RC4 and 3DES encryption and decryption, we should also use it for AES-GCM (at least for the AES-CTR part of AES-GCM).

Since the AES-GCM itself is not exposed by m2crypto[1], we can use only the counter mode from native code, use tlslite/utils/pycrypto_aesgcm.py for inspiration.

@tomato42 tomato42 added enhancement new feature to be implemented help wanted labels Jul 31, 2018
@tomato42 tomato42 added this to the someday/future milestone Jul 31, 2018
@tomato42 tomato42 changed the title Implement AES-GCM backend from m2crypto Implement AES-GCM backend with m2crypto Nov 28, 2019
@tomato42 tomato42 modified the milestones: someday/future, v0.8.0 May 19, 2020
@tomato42
Copy link
Member Author

fixed by #384

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement new feature to be implemented help wanted
Projects
None yet
Development

No branches or pull requests

1 participant