Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve "X509_Name.as_der() method from X509.py -> class X509_Name caused ↵ | Matěj Cepl | 2022-10-06 | 1 | -1/+1 |
| | | | | segmentation fault" | ||||
* | Fix according to the code review. | Matěj Cepl | 2022-07-12 | 2 | -12/+8 |
| | |||||
* | Mitigate the Bleichenbacher timing attacks in the RSA decryption API ↵ | Matěj Cepl | 2022-06-28 | 2 | -16/+24 |
| | | | | | | (CVE-2020-25657) Fixes #282 | ||||
* | Add generated files | Matěj Cepl | 2021-06-14 | 1 | -6571/+5304 |
| | |||||
* | Remove unnecessary ret variable. | Matěj Cepl | 2021-06-14 | 1 | -1/+0 |
| | |||||
* | Use m2_PyObject_AsReadBuffer instead of PyObject_AsReadBuffer. | Matěj Cepl | 2021-06-13 | 5 | -16/+13 |
| | | | | | | PyObject_AsReadBuffer has been removed from Python 3.10 Fixes #297. | ||||
* | Make support of RSA_SSLV23_PADDING optional. | Matěj Cepl | 2021-02-25 | 2 | -22/+6 |
| | | | | | | OpenSSL removes support for it in gh#openssl/openssl#14248. Fixes #294. | ||||
* | Move project to src/ layout | Matěj Cepl | 2021-01-14 | 28 | -0/+42258 |