summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add some documentation strings for ASN1.ASN1_Time methods.Matěj Cepl2023-02-021-3/+25
|
* Corect typehint for the return value of ASN1.ASN1_TIME.get_datetime.Matěj Cepl2023-02-021-1/+1
| | | | Fixes #308
* Upgrade embedded six module to 1.16.0.Matěj Cepl2023-01-311-2/+18
|
* 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
* New release0.38.0Matěj Cepl2021-06-141-1/+1
|
* Add generated filesMatěj Cepl2021-06-142-6616/+5369
|
* 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-253-23/+8
| | | | | | OpenSSL removes support for it in gh#openssl/openssl#14248. Fixes #294.
* Remove deprecation warningsMatěj Cepl2021-01-141-3/+3
|
* Move project to src/ layoutMatěj Cepl2021-01-1466-0/+51693