Bug#929903: openssl: m2crypto test case regression

2019-06-08 Thread Sebastian Andrzej Siewior
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

Bug#929903: openssl: m2crypto test case regression

2019-06-08 Thread Matěj Cepl
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 >

Bug#929903: openssl: m2crypto test case regression

2019-06-04 Thread Sebastian Andrzej Siewior
On 2019-06-04 14:24:12 [+0200], Matěj Cepl wrote: > Sebastian Andrzej Siewior píše v Út 04. 06. 2019 v 14:15 +0200: > > Let me ping upstream: Matěj, could you please take a look at > > https://bugs.debian.org/929903 > > > > and check if it is okay the test no longer fails or if openssl

Bug#929903: openssl: m2crypto test case regression

2019-06-04 Thread Kurt Roeckx
On Tue, Jun 04, 2019 at 02:24:12PM +0200, Matěj Cepl wrote: > Sebastian Andrzej Siewior píše v Út 04. 06. 2019 v 14:15 +0200: > > Let me ping upstream: Matěj, could you please take a look at > > https://bugs.debian.org/929903 > > > > and check if it is okay the test no longer fails or if

Bug#929903: openssl: m2crypto test case regression

2019-06-04 Thread Matěj Cepl
Sebastian Andrzej Siewior píše v Út 04. 06. 2019 v 14:15 +0200: > Let me ping upstream: Matěj, could you please take a look at > https://bugs.debian.org/929903 Also, the upstream bug for this is https://gitlab.com/m2crypto/m2crypto/issues/258 Best, Matěj --

Bug#929903: openssl: m2crypto test case regression

2019-06-04 Thread Matěj Cepl
Sebastian Andrzej Siewior píše v Út 04. 06. 2019 v 14:15 +0200: > Let me ping upstream: Matěj, could you please take a look at > https://bugs.debian.org/929903 > > and check if it is okay the test no longer fails or if openssl suddenly > eats up the error code. Afterall: OK, I have this

Bug#929903: openssl: m2crypto test case regression

2019-06-04 Thread Sebastian Andrzej Siewior
On 2019-06-04 12:12:35 [+0200], Kurt Roeckx wrote: > On Tue, Jun 04, 2019 at 12:46:07AM +0200, Sebastian Andrzej Siewior wrote: > > > > So if I decoded it right, it does > > > > | fbuf = sha1("The magic words are squeamish ossifrage."); /* 0xbf, > > 0xf0, 0x04 … */ > > | flen =

Bug#929903: openssl: m2crypto test case regression

2019-06-04 Thread Kurt Roeckx
On Tue, Jun 04, 2019 at 12:46:07AM +0200, Sebastian Andrzej Siewior wrote: > > So if I decoded it right, it does > > | fbuf = sha1("The magic words are squeamish ossifrage."); /* 0xbf, 0xf0, > 0x04 … */ > | flen = RSA_public_encrypt(20, fbuf, tobuf, ) > | /* flen -> 128 */ > | r

Bug#929903: openssl: m2crypto test case regression

2019-06-03 Thread Sebastian Andrzej Siewior
On 2019-06-02 23:39:22 [+0200], Kurt Roeckx wrote: > > So, I added a small test for RSA_SSLV23_PADDING, as an extra commit, > > since it will likely not cherry-pick in stable branches. > > It's about this change: > -good &= constant_time_lt(threes_in_row, 8); > +good &=

Bug#929903: [Pkg-openssl-devel] Bug#929903: openssl: m2crypto test case regression

2019-06-02 Thread Kurt Roeckx
On Sun, Jun 02, 2019 at 11:00:28PM +0200, Sebastian Andrzej Siewior wrote: > Package: openssl > Version: 1.1.1c-1 > Severity: serious > > The m2crypto test suite fails with c, passes with b. The error log > > https://ci.debian.net/data/autopkgtest/testing/amd64/m/m2crypto/2436983/log.gz > >

Bug#929903: openssl: m2crypto test case regression

2019-06-02 Thread Sebastian Andrzej Siewior
Package: openssl Version: 1.1.1c-1 Severity: serious The m2crypto test suite fails with c, passes with b. The error log https://ci.debian.net/data/autopkgtest/testing/amd64/m/m2crypto/2436983/log.gz The testsuite complains about a missing error / the exception is not raised. The bisect says,