spki_hash_pinning 0.1.1
spki_hash_pinning: ^0.1.1 copied to clipboard
SPKI hash certificate pinning for Dart and Flutter clients.
Changelog #
Unreleased #
- Added a logged demo flow to the example app
- Added Android internet permission and macOS client networking entitlement to the example runners
- Added troubleshooting notes for pinning failures and platform setup
0.1.0 #
- Initial release of
spki_hash_pinning - Added SPKI fingerprint extraction from PEM / DER certificates
- Added fingerprint normalization for Base64, hex, and
sha256/<base64> - Added TLS probing and pinned
HttpClienthelpers - Added a Flutter example app that demonstrates
package:http - Added widget tests for the example flows
0.1.1 #
- updated repository