15
0

- Add 32bit_ASN1_Time.patch to quench errors on 32bit archs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=124
This commit is contained in:
2023-10-24 15:32:34 +00:00
committed by Git OBS Bridge
parent e2be38a5e9
commit b5fd22981b
3 changed files with 119 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ Tue Oct 24 15:13:16 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
CentOS 7 have been included.
- Introduce m2.err_clear_error()
- Make X509_verify_cert() accessible as m2.x509_verify_cert
- Add 32bit_ASN1_Time.patch to quench errors on 32bit archs.
-------------------------------------------------------------------
Mon Aug 7 13:14:41 UTC 2023 - Matej Cepl <mcepl@suse.com>