Commit Graph

11 Commits (master)

Author SHA1 Message Date
Marco Oliverio 4064227489 SSLSocket: support version() method 2024-07-18 18:53:27 +00:00
Andrew Hutchings aea5844a10 Add support for disable-oldtls
If wolfSSL is build with `--disable-oldtls` then we need to support
this. Otherwise link errors will occur.
2022-07-22 13:20:13 +01:00
Andrew Hutchings 9d22a85445 Fix TLSv1.3 support
There were some missing pieces to the TLSv1.3 support, this adds them in
along with tests.
2022-07-15 11:07:43 +01:00
Andrew Hutchings b34b40f7f4 Update wolfSSL to 5.1.1 and fix any issues
* Bumps to wolfSSL 5.1.1
* Fixup `make clean`
* Move `wolfssl` src to root
* Switch test from DigiCert to GlobalSign (`python.org` ditched DigiCert
  years ago)
* Make SSLContext call `wolfSSL_Init()` which fixes a few issues
* Make `setup.py` compile CFFI and wolfSSL C code
* Fully enable SSLv3 support
* Add TLSv1.3 support
* Fix bug in `wolfSSL_Free()` usage
* Update `tox.ini` to a currently supported platform
2022-01-20 12:13:57 +00:00
Chris Conlon 032f2e0167 update copyright to 2020 2020-01-03 16:24:35 -08:00
Chris Conlon e32799a5ed update copyright dates to 2019 2018-12-31 08:31:48 -08:00
Moisés Guimarães ef06c446f5 runs openssl tests only in python >= 3.6 2018-01-27 21:36:14 +01:00
Moisés Guimarães 85ac434af3 adds support to tls 1.3 2018-01-27 20:51:32 +01:00
Moisés Guimarães a0fed9d8d2 fixes pylint warnings 2018-01-09 12:43:56 -03:00
Moisés Guimarães 52ee72a6e4 fixes flake8 warnings 2018-01-09 12:14:44 -03:00
Moisés Guimarães 7afda6b253 build files 2017-12-19 14:46:42 -03:00