All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.1 2022-02-11
- Pared down pyobjc dependencies to just pyobjc-framework-SecurityFoundation.
0.3.0 2020-05-22
- Added client cert auth using keychain identities to
SecureTransportAdapter
.
- Renamed
SecureTransportSession
toSession
to indicate that it's the one you probably want to use. - Updated documentation accordingly.
0.2.1 2020-04-28
- Reworked to simplify usage, and add alternate strategies.
0.1.0 2020-04-25
- Initial MacKeychainTransportAdapter source.