flutter_ssl_pinning_client 1.1.1
flutter_ssl_pinning_client: ^1.1.1 copied to clipboard
Enterprise SSL/TLS Certificate & SPKI Public Key Pinning client for Flutter with OTA pin rotation, security audit logging, and MITM protection.
1.1.1 #
- Refactored documentation with professional enterprise usage guide and zero fluff.
1.1.0 #
- Added
SslPinningHelper.extractServerFingerprint()utility to fetch and print server SHA-256 SPKI pins. - Added dynamic Over-The-Air (OTA) pin rotation via
config.updatePinsForDomain(). - Added
SecurityAuditEventcallback (onSecurityAuditEvent) for Datadog, Sentry, and Crashlytics audit logging. - Added
onCertificateNearExpirynotification callback for certificate rotation warnings.
1.0.2 #
- Updated CI build badge to official native GitHub Actions SVG URL.
1.0.1 #
- Added GitHub Actions CI workflow for automated testing and green build badge.
1.0.0 #
- Initial release of
flutter_ssl_pinning_client. - Added SPKI and Certificate SHA-256 fingerprint pinning.
- Added backup pin rotation support and wildcard domain matching.
- Added strict and report-only enforcement modes.