summaryrefslogtreecommitdiff
path: root/src/SWIG
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "X509_Name.as_der() method from X509.py -> class X509_Name caused ↵Matěj Cepl2022-10-061-1/+1
| | | | segmentation fault"
* Fix according to the code review.Matěj Cepl2022-07-122-12/+8
|
* Mitigate the Bleichenbacher timing attacks in the RSA decryption API ↵Matěj Cepl2022-06-282-16/+24
| | | | | | (CVE-2020-25657) Fixes #282
* Add generated filesMatěj Cepl2021-06-141-6571/+5304
|
* Remove unnecessary ret variable.Matěj Cepl2021-06-141-1/+0
|
* Use m2_PyObject_AsReadBuffer instead of PyObject_AsReadBuffer.Matěj Cepl2021-06-135-16/+13
| | | | | | PyObject_AsReadBuffer has been removed from Python 3.10 Fixes #297.
* Make support of RSA_SSLV23_PADDING optional.Matěj Cepl2021-02-252-22/+6
| | | | | | OpenSSL removes support for it in gh#openssl/openssl#14248. Fixes #294.
* Move project to src/ layoutMatěj Cepl2021-01-1428-0/+42258