summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Workfix_typesMatěj Cepl2023-02-032-2/+5
* Switch off Twisted.Matěj Cepl2023-02-031-0/+1
* Use the latest Fedora instead.Matěj Cepl2023-02-031-3/+1
* Changed required to pass tests on OpenSSL 3.0Petr Mensik2023-02-037-15/+51
* Upload generated wheels to PyPI.Matěj Cepl2023-02-031-0/+8
* Fedora-based distros don't seem to like secp112r1.Matěj Cepl2023-02-031-3/+3
* Add functionality to extract EC key from public key + Update testsMohd Saquib2023-02-035-9/+136
* Allow failing of Python 2.7 tests.Matěj Cepl2023-02-021-4/+6
* 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
* Deprecate Python 2 support.Matěj Cepl2023-02-021-0/+2
* Don't bother with generating .exe and .msi packages.Matěj Cepl2023-02-022-5/+1
* A compatibility shim for setup.pyMatěj Cepl2023-02-021-0/+6
* Use more recent versions of PythonMatěj Cepl2023-02-021-50/+28
* On Windows skip over a test requiring os.mkfifoMatěj Cepl2023-02-021-0/+1
* Skip over problematic tests on WindowsMatěj Cepl2023-02-021-0/+1
* Fix running testsMatěj Cepl2023-02-021-28/+45
* Limit AppVeyor to build only for master and windows branch.Matěj Cepl2023-02-021-0/+5
* Make Windows tests working again.Matěj Cepl2023-02-023-5/+5
* Allow failure of Python 2.7 and Fedora Rawhide tests.Matěj Cepl2023-02-011-0/+4
* Remove use of parameterized in favour of unittest.subTest.Matěj Cepl2023-02-014-79/+94
* 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 seg...Matěj Cepl2022-10-061-1/+1
* Remove one relative import.Matěj Cepl2022-07-241-1/+1
* Fix according to the code review.Matěj Cepl2022-07-123-19/+14
* Mitigate the Bleichenbacher timing attacks in the RSA decryption API (CVE-202...Matěj Cepl2022-06-283-24/+31
* Use OpenSSL_version_num() instead of unrealiable parsing of .h file.Matěj Cepl2021-11-221-15/+24
* test_bio_membuf: Use fork when running on MacOSAllan Que2021-11-121-1/+20
* Reverse 5595820 ... tests still fail.Matěj Cepl2021-07-231-1/+1
* Fiixed: On Win32 platforms openssl dll's not present in binary packages anymorePandu Getj2021-07-221-1/+1
* New release0.38.0Matěj Cepl2021-06-142-1/+14
* Adjust GitHub Actions fileMatěj Cepl2021-06-141-1/+1
* Remove the last use of setup.py test idiom.Matěj Cepl2021-06-143-4/+4
* Add generated filesMatěj Cepl2021-06-142-6616/+5369
* Remove unnecessary ret variable.Matěj Cepl2021-06-141-1/+0
* Install openssl explicitly on openSUSE.Matěj Cepl2021-06-141-1/+1
* Use m2_PyObject_AsReadBuffer instead of PyObject_AsReadBuffer.Matěj Cepl2021-06-135-16/+13
* parameterized is actually not required for every run of M2Crypto.Matěj Cepl2021-04-231-2/+2
* Use the latest WinOpenSSLMatěj Cepl2021-04-181-2/+2
* Add support for arm64 big endianSteev Klimaszewski2021-04-181-0/+2
* Make support of RSA_SSLV23_PADDING optional.Matěj Cepl2021-02-254-24/+11
* Use current verison of WinOpenSSLMatěj Cepl2021-02-221-5/+5
* Use of RSA_SSLV23_PADDING has been deprecated.Matěj Cepl2021-02-191-5/+0
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-1428-28/+28
* Remove superfluous variables in test_bn.Matěj Cepl2021-01-141-9/+9
* Remove deprecation warningsMatěj Cepl2021-01-142-4/+4
* Move project to src/ layoutMatěj Cepl2021-01-1468-9/+12
* Fix main.ymlMatěj Cepl2021-01-143-13/+24
* Allow verify_cb_* to be called with ok=TrueCasey Deccio2021-01-081-2/+12
* Bump Windows OpenSSL versionMatěj Cepl2020-12-171-2/+2