Skip to content

Commit

Permalink
Merge pull request #11 from microsoft/user/nnmkhang/version_0.2
Browse files Browse the repository at this point in the history
Update rustls-symcrypt to version 0.2
  • Loading branch information
nnmkhang authored Dec 20, 2024
2 parents 4c16568 + bfd98ff commit 54e05f7
Show file tree
Hide file tree
Showing 13 changed files with 654 additions and 417 deletions.
299 changes: 182 additions & 117 deletions examples/Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ publish = false

[dependencies]
rustls-symcrypt = {path = "../rustls-symcrypt"}
rustls = { version = "0.23.0", features = ["ring", "tls12", "std"], default-features = false }
rustls = { version = "0.23.0", features = ["tls12", "std"], default-features = false }
webpki-roots = "0.26"
webpki = {package = "rustls-webpki", version = "0.102", features = ["alloc"], default-features = false}
rustls-pemfile = "2.1.0"
cmake = "0.1"
once_cell = "1.8.0"
rustls-platform-verifier = "0.3.1"
rustls-platform-verifier = "0.4.0"

[[bin]]
name = "sample_internet_client"
Expand Down
Loading

0 comments on commit 54e05f7

Please sign in to comment.