Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-29 | 1.4 kB | |
Release_ v1.5.20 source code.tar.gz | 2025-05-29 | 5.0 MB | |
Release_ v1.5.20 source code.zip | 2025-05-29 | 9.2 MB | |
Totals: 3 Items | 14.2 MB | 0 |
Weekly release for May 30 2025
Release Summary:
- Add a new CertificateRequest callback to allow clients to select a certificate chain during the handshake.
- Add support for custom critical certificate extensions. Users MUST validate their custom extensions in the cert validation callback or after the handshake.
What's Changed
- feat(examples): add key log example by @jmayclin in https://github.com/aws/s2n-tls/pull/5314
- build(deps): bump the all-gha-updates group across 1 directory with 3 updates by @dependabot in https://github.com/aws/s2n-tls/pull/5315
- Add CertificateRequest certificate selection callback by @Mark-Simulacrum in https://github.com/aws/s2n-tls/pull/5318
- CertificateRequest Rust bindings by @Mark-Simulacrum in https://github.com/aws/s2n-tls/pull/5331
- chore: bindings release 0.3.20 by @goatgoose in https://github.com/aws/s2n-tls/pull/5332
- fix(benches): reuse config for handshakes by @jmayclin in https://github.com/aws/s2n-tls/pull/5319
- feat: add custom critical extension support by @CarolYeh910 in https://github.com/aws/s2n-tls/pull/5321
- ci: Use official libcrypto verification model repository by @goatgoose in https://github.com/aws/s2n-tls/pull/5336
- chore(ci): Pin parking_lot_core, lock_api by @goatgoose in https://github.com/aws/s2n-tls/pull/5338
Full Changelog: https://github.com/aws/s2n-tls/compare/v1.5.19...v1.5.20