On 2019-06-08 10:28:38 [+0200], Matěj Cepl wrote: > Sebastian Andrzej Siewior píše v Út 04. 06. 2019 v 23:10 +0200: > > It did not if I understand the python correctly: > > > with self.assertRaises(RSA.RSAError): > > > priv.private_decrypt(ctxt, RSA.sslv23_padding) > > > > you expect that `priv.private_decrypt()' raised an RSA.RSAError > > exception which it did before c (due to that bug) and did not since c. > > I believe M2Crypto 0.35.1 is what you are looking for. Thank you > very much for finding the problem.
I see 0b22d79082afd ("Limit tests.test_rsa.RSATestCase.test_public_encrypt just to OpenSSL which sustains it.") 83d4d9bc3aa44 ("Remove duplicate call of the error code.") which are ontop of 0.34. I don't see 0.35.1 but I think those two should fix my problem. > Best, > > Matěj Sebastian