tls 2.3.1 → 2.4.0
raw patch · 2 files changed
+6/−2 lines, 2 files
Files
- CHANGELOG.md +5/−1
- tls.cabal +1/−1
CHANGELOG.md view
@@ -1,6 +1,10 @@ # Change log for "tls" -## Version 2.3.1+## Version 2.4.0++* Idential to v2.3.1 but major version up as v2.3.1 breaks "quic".++## Version 2.3.1 (deprecated) * Using ScrubbedBytes for secrets. * Key echange with ML-KEM.
tls.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: tls-version: 2.3.1+version: 2.4.0 license: BSD3 license-file: LICENSE copyright: Vincent Hanquez <vincent@snarc.org>