| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-11 | 1.4 kB | |
| v1.7.10 source code.tar.gz | 2026-09-11 | 4.9 MB | |
| v1.7.10 source code.zip | 2026-09-11 | 9.2 MB | |
| Totals: 3 Items | 14.2 MB | 2 | |
Release Summary
- s2n-tls-metrics-subscriber publishes hello_retry_request_count metric
What's Changed
- feat(bindings): add signature_public_key_type to Connection by @CarolYeh910 in https://github.com/aws/s2n-tls/pull/6076
- fix: bounds-check cert pkey type before array indexing by @jouho in https://github.com/aws/s2n-tls/pull/6054
- fix(integration): replace BoringSSL fork git dependency with btls crate by @kaukabrizvi in https://github.com/aws/s2n-tls/pull/6067
- feat(s2n-tls-metrics): Add hello_retry_request_count by @Mark-Simulacrum in https://github.com/aws/s2n-tls/pull/6078
- fix: always free async offload op during connection teardown by @CarolYeh910 in https://github.com/aws/s2n-tls/pull/6080
- fix: enforce JA4 list limit when building fingerprint by @jouho in https://github.com/aws/s2n-tls/pull/6047
- fix: zero-initialize s2n_tls13_keys in PSK binder functions by @jouho in https://github.com/aws/s2n-tls/pull/6048
- fix: free encoded point on write failure in s2n_ecc_evp_write_params_point by @WesleyRosenblum in https://github.com/aws/s2n-tls/pull/5964
- fix: free client pub_key on all error paths in server shared secret by @jouho in https://github.com/aws/s2n-tls/pull/6063
- feat(metrics-subscriber): expose compatibility profile allow-lists by @jouho in https://github.com/aws/s2n-tls/pull/6086
Full Changelog: https://github.com/aws/s2n-tls/compare/v1.7.9...v1.7.10