From e9076cd63c46985e0706b85db1d0c64ff31c7bae Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 26 Oct 2024 07:19:12 +0200 Subject: [PATCH] Add changelog entry for #70 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a700594..1d51079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ You can find out backwards-compatibility policy [here](https://github.com/pyca/s ## [Unreleased](https://github.com/pyca/service-identity/compare/24.1.0...HEAD) +### Changed + +- pyOpenSSL's identity extraction has been reimplemented using *cryptography*'s primitives instead of deprecated pyOpenSSL APIs. + As a result, the oldest supported pyOpenSSL version is now 17.1.0. + [#70](https://github.com/pyca/service-identity/pull/70) + ## [24.1.0](https://github.com/pyca/service-identity/compare/23.1.0...24.1.0) - 2024-01-14