| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refresh src/SWIG/_m2crypto_wrap.c | Matěj Cepl | 2023-03-28 | 1 | -1/+1 |
| | | |||||
| * | Changed required to pass tests on OpenSSL 3.0 | Petr Mensik | 2023-02-04 | 1 | -0/+6 |
| | | | | | | | | Just changes to make the package pass tests. Some are just cosmetic changes. Some would require proper investigation. Fixes #310 | ||||
| * | Add functionality to extract EC key from public key + Update tests | Mohd Saquib | 2023-02-03 | 1 | -0/+29 |
| | | | | | Fixes #124 | ||||
| * | 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 |
