Skip to content

Commit bf991e8

Browse files
committed
0.4.0
1 parent dce1cfa commit bf991e8

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.4.0
4+
35
* Restrict DTLS 1.2 key exchange to P-256/P-384 (for now) #70
46
* Add AEAD, encrypt_sn, and key exchange validation to CryptoProvider #68
57
* Add #[non_exhaustive] to public API enums likely to grow (breaking) #69

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dimpl"
33
authors = ["Martin Algesten <martin@algesten.se>"]
44
description = "DTLS 1.2 implementation (Sans‑IO, Sync)"
5-
version = "0.3.0"
5+
version = "0.4.0"
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/algesten/dimpl"

0 commit comments

Comments
 (0)