Skip to content

v3.1.3

Choose a tag to compare

@github-actions github-actions released this 02 Jun 17:25
· 6 commits to main since this release

Changelog

  • 49458d6 Fix panic unmarshaling ECDHE_PSK ServerKeyExchange
  • e4b257d Add MasterKeyIdentifier to use_srtp ext in flight3 (#835)
  • fd27a52 Add private min and max version API (#823)
  • 620d642 Improve fuzzing for all extensions (#805)
  • 977de19 Update CI configs to v0.12.2
  • e6950f0 Filter non-approved FIPS curves in FIPS mode (#817)
  • 848c4bc Optimize handshake memory usage
  • d0e736c DTLS 1.3 OID filter extension (#814)
  • 956d41d Update module golang.org/x/crypto to v0.48.0 (#809)
  • b86cb75 Add missing checks and validations
  • 726522d Apply modernize and lint upgrades
  • d994b8b Update CI configs to v0.12.1
  • 4fcce60 Fix handshake hang on Finish in retransmit state
  • a25c8b8 Add ListenConfig option to Listener
  • 42b83fe Remove custom AddUint48 helper
  • 5a4e85a DTLS 1.3 Add the Certificate Authorities extension (#807)
  • 812fc22 DTLS 1.3 post handshake auth extension (#806)
  • 39f3100 DTLS 1.3 Add EarlyDataIndication extension (#804)
  • d1d58f2 Update CI configs to v0.12.0
  • 16413ba Add HKDF funcs for Key Scheduling - DTLS v1.3 (#737)
  • accee59 Implement ChaCha20-Poly1305 Ciphersuite (#794)
  • 6b4fe8c Add RSA_PSS_RSAE back to DTLS 1.2 and fix parsing (#801)
  • 5ee9206 Upgrade E2E Test Docker Image (for OpenSSL 3.x) (#799)