Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9cfdb24c | 2025-10-23 13:20:19 | remove MODPY_COMMENT from PLISTs, no longer needed | ||
| 59061db9 | 2025-10-17 07:49:26 | Update to M2Crypto 0.46.2 Tested with salt by Mikolaj Kucharski, many thanks | ||
| b00100fd | 2025-04-29 10:39:48 | sync PLISTs for setuptools ports | ||
| 7f2781a1 | 2025-02-08 04:13:06 | M2Crypto: remove X509_NAME_print() binding | ||
| 6c1e2c77 | 2024-12-21 11:38:44 | handle py3.12 switchover in security | ||
| b726034d | 2024-07-13 08:26:20 | M2Crypto: disable use of X509_check_trust() | ||
| 99bd775e | 2024-05-07 07:43:48 | update to py3-M2Crypto-0.41.0 | ||
| 384eb285 | 2024-05-06 12:23:55 | bump REVISION for py3.10 -> py3.11 switch | ||
| 0114dc49 | 2024-03-02 12:00:46 | M2Crypto: fix build with removed sk_find_ex() by providing a stub | ||
| aa2a6ac9 | 2024-01-25 15:44:23 | M2Crypto: prepare for next libcrypto bump Make the OPENSSL_sk_free() compat shim (for whichever reason that one was deemed necessary) a thin wrapper around sk_new() and make the abomination that is OPENSSL_sk_deep_copy() always fail. By complete misdesign of the "safestack" API, this is even more reliant on undefined behavior than the average STACK_OF() use. discussed with jsing |