You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: