On Thu, Feb 27, 2020 at 04:38:37PM +0100, Theo Buehler wrote:
> This is the only missing dependency for an upcoming py-tlsfuzzer port
> which I would like to have available to help with TLSv1.3 server
> development. I will also use tlsfuzzer to write a regress test for
> libssl, hence the need for a port.
> We do need the 0.8.0-alpha37 version for to have a TLSv1.3 client
> available. Since packages-specs(7) does not support alpha versions, I
> will probably have to use EPOCH once 0.8.0 is released. I decided to
> keep alpha in the package name to indicate that it's not meant to be
> used in production. The port is python3 only.
> kmos@ helped me with the final touches and apart from the package name,
> I think it's done. All regress tests pass.
> $ cat pkg/DESCR
> tlslite-ng is an open source python library that implements the SSL and
> TLS cryptographic protocols. It can be used either as a standalone
> wrapper around the python socket interface or as a backend for multiple
> other libraries.
I finally got around to running the regression tests on sparc64, and 71
fail. They all seem to fail the same way though:
> raise NotImplementedError("Use module Crypto.Cipher.PKCS1_OAEP instead")
E NotImplementedError: Use module Crypto.Cipher.PKCS1_OAEP instead
/usr/local/lib/python3.7/site-packages/Crypto/PublicKey/RSA.py:379: NotImplement
edError
So this is not a problem with this new port.
ok kmos
--Kurt