summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Stop using GitHubHEADmasterMatěj Cepl2023-03-281-37/+0
|
* Fix mypy problemsMatěj Cepl2023-03-283-4/+5
|
* Adjust versions run on GitHub.Matěj Cepl2023-03-281-1/+1
|
* Refresh src/SWIG/_m2crypto_wrap.cMatěj Cepl2023-03-281-1/+1
|
* tap.py doesn't support Python 2Matěj Cepl2023-03-281-1/+1
|
* One more forgotten use of parameterized.Matěj Cepl2023-03-171-1/+1
|
* Take care of CRLF x LF difference even for test case.Matěj Cepl2023-03-171-2/+2
| | | | Fixes #331
* Generates TAP.Matěj Cepl2023-03-173-12/+15
| | | | Not sure how important it is, but it looks neat.
* Upgrade openssl on openSUSE to v3Matěj Cepl2023-02-071-6/+6
|
* Correct the docstring of EVP.PKey.Matěj Cepl2023-02-071-1/+2
| | | | Fixes #87
* Switch off Twisted.Matěj Cepl2023-02-041-0/+1
| | | | Nobody really seems to care, they provide their own SSL bindings.
* Use the latest Fedora instead.Matěj Cepl2023-02-041-3/+1
|
* Changed required to pass tests on OpenSSL 3.0Petr Mensik2023-02-047-15/+51
| | | | | | | Just changes to make the package pass tests. Some are just cosmetic changes. Some would require proper investigation. Fixes #310
* Upload generated wheels to PyPI.Matěj Cepl2023-02-041-1/+12
| | | | Fixes #263, #238
* 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
| | | | Fixes #124
* 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
| | | | Fixes #308
* Deprecate Python 2 support.Matěj Cepl2023-02-021-0/+2
| | | | Fixes #326.
* 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
| | | | Fixes #315
* Allow failure of Python 2.7 and Fedora Rawhide tests.Matěj Cepl2023-02-011-0/+4
| | | | They fail too often and I really don't care that much.
* Remove use of parameterized in favour of unittest.subTest.Matěj Cepl2023-02-014-79/+94
| | | | Fixes #327.
* 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"
* 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 ↵Matěj Cepl2022-06-283-24/+31
| | | | | | (CVE-2020-25657) Fixes #282
* Use OpenSSL_version_num() instead of unrealiable parsing of .h file.Matěj Cepl2021-11-221-15/+24
| | | | Fixes #302
* test_bio_membuf: Use fork when running on MacOSAllan Que2021-11-121-1/+20
| | | | | | | Restores Python pre-3.8 multiprocessing start method when running test_readline() under MacOS. Fixes #286
* 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
| | | | | | PyObject_AsReadBuffer has been removed from Python 3.10 Fixes #297.
* 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
| | | | | | OpenSSL removes support for it in gh#openssl/openssl#14248. Fixes #294.