mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-01 16:10:25 +00:00
Changelog: ========== - defer unavailable ENGINE constant lookup - fixes problematic behaviour of pkcs11-provider - support TLS 1.0 contexts with modern OpenSSL - use Python 3 C APIs in handwritten SWIG code - feat: Add AES-GCM (AEAD) support to M2Crypto - remove Black configuration from setup.cfg - release X509V3 config with its context - keep IOBuffer chains alive until destruction - test: free low-level OpenSSL objects in leak tests - avoid leaking X509V3 extension config - free RSA exponent on modulus conversion failure - free replaced EVP digest contexts - wrap created X509 name entries with ownership - own ASN1 values created from Python data - own PKCS7 certificate stack copies - release BIOs on explicit close - Add AuthorityKeyIdentifier extension support Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>