drbild / sslpsk

Adds TLS-PSK support to the Python ssl package
Apache License 2.0
24 stars 32 forks source link

travis unittests: add more test cases #22

Open joergsteffens opened 3 years ago

joergsteffens commented 3 years ago

Add more test cases and makes it possible to separately test client and server parts (by connecting against the openssl binary).

joergsteffens commented 3 years ago

My main reason for adding theses tests is that I run into problems on other Linux platforms than Ubuntu 16.04 used by Travis here.

In https://github.com/joergsteffens/sslpsk/tree/unittest-distris I added Ubuntu 18.04 and Ubuntu 20.04 to the platforms tested by Travis. Result: https://travis-ci.com/github/joergsteffens/sslpsk/builds/196602525 Summary:

Mac osx seams to have similar problems than Ubunutu 18.04.