sslpsk
sslpsk copied to clipboard
Adds TLS-PSK support to the Python ssl package
Thanks for your efforts in authoring and maintaining this module! I was wondering whether this should be something that exists in Python's stdlib and if you've thought about that. I...
There is an issue with server hint and some clients will not work properly. If you don't specify a server hint, the server hint should not be sent. But in...
The README says that there are Windows binaries available, but how does one get them? edit: i see that there are binaries on pypi.org but if i specify --only-binary=sslpsk when...
The [Python ssl module documentation](https://docs.python.org/3/library/ssl.html#ssl.SSLObject) says: > Since Python 3.2 and 2.7.9, it is recommended to use the SSLContext.wrap_socket() of an SSLContext instance to wrap sockets as SSLSocket objects. The...
When build for Python 3.11 an deprecation warning is shown on testing: ``` + /usr/bin/python3 setup.py test /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions....
I face an issue when using sslpsk with Python 3.7.0. The TLS connection gets refused. I run a server application, which upon receiving a Client Hello, closes the TCP connection...
Fixes #11
Hi, i am new to this and needs help in connecting to the server. When i try to connect to the example_server from example_client, it gives the below message. Can...
Cannot get around an error with this package on Windows 11 or 10 when trying to install sslpsk. `sslpsk/_sslpsk.c(19): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file...