Version: 0.8.0alpha40, Package name: py-tlslite-ng-0.8.0alpha40 |
Maintained by: Theo Buehler |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description 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. |
Filesize: 475.362 KB |
Version History (View Complete History) |
|
2021-01-23 05:24:04 by Theo Buehler | Files touched by this commit (3) |
Log message: update to py-tlslite-ng 0.8.0-alpha40 * fix wrong error message in AES implementation (Bernt Røskar Brenna) * fix API break caused by the workaround for Bleichenbacher; RSA keys generated in-memory with m2crypto wouldn't work for decryption/encryption * handle too short RSA ciphertexts for the key size consistently between backends |
2020-12-19 21:53:20 by Theo Buehler | Files touched by this commit (3) |
Log message: Update to py3-tlslite-ng 0.8.0-alpha39 Workaround CVE-2020-26263 - Bleichenbacher oracle in RSA decryption. Please note that while the code was fortified, because of peculiarities of python, it's not possible to fully fix it. If you require resistance against side-channel attacks please use a different library. Various optimizations in RSA, certificate selection and PRF. |
2020-11-20 16:27:48 by Theo Buehler | Files touched by this commit (1) |
Log message: tlslite's home moved to the tlsfuzzer organization Update GH_ACCOUNT and bump |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-06-17 07:01:17 by Theo Buehler | Files touched by this commit (4) |
Log message: update to py3-tlslite-ng 0.8.0alpha38 eliminates need for workaround for py3-cryptodome installations |
2020-05-14 09:27:03 by Theo Buehler | Files touched by this commit (1) |
Log message: Add a runtime dependency on py3-M2Crypto, which speeds up the tests for libressl by a factor between 4 and 6. I sent this for py3-tlsfuzzer which was ok kmos, jca. jca subsequently convinced me to move the dependency to tlslite-ng. |
2020-03-26 13:55:08 by Jeremie Courreges-Anglas | Files touched by this commit (3) |
Log message: Bump EPOCH after introducing support for alpha[N] package versions I highly suspect this is not needed but it's too tempting to just bump three ports and forget about it. No objection from tb@ (py-tlslite-ng maintainer) |
2020-03-03 11:49:14 by Theo Buehler | Files touched by this commit (1) |
Log message: tlslite-ng needs ecdsa as an RDEP ok sthen |
2020-02-29 12:47:08 by Theo Buehler | Files touched by this commit (1) |
Log message: Fix typo in patch description. |
2020-02-29 12:17:16 by Theo Buehler | Files touched by this commit (2) |
Log message: Avoid loading pycrypto. If py3-cryptodome is installed, it will be loaded instead and this will break RSA use. ok kmos |