Hello, According to the upstream bug report: https://github.com/dlitz/pycrypto/issues/253
"This bug is prevalent. It exists in PyCryptodome and libgcrypt (if used directly to encrypt messages)." Anyone know what the connection is between these python libraries and libgcrypt? Should libgcrypt be marked as vulnerable too? I believe python-crypto / pycryptodome are native Python implementations that don't use gcrypt, while gcrypt is a native C library that doesn't use python-crypto / pycryptodome. Regards -- Brian May <[email protected]> https://linuxpenguins.xyz/brian/
