drbild / sslpsk

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

fixes example code #10

Closed joergsteffens closed 5 years ago

joergsteffens commented 5 years ago

The server code did contain two typos. Also, in my environment, I had to specifiy the ciphers to use. Reuse listen socket to speed up testing.

Also added the client and server example as files, to speed up testing.