Skip to content

Commit

Permalink
Describe trusted_cert_callback feature and bump mbedtls-sys-auto version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagten committed May 10, 2020
1 parent 7231e15 commit c29df59
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ This is a list of the Cargo features available for mbedtls-sys. Features in
memmove/memcpy/memcmp/memset, and rand/printf. For printf, you can
optionally use the `custom_printf` feature.
* **time** Enable time support.
* *trusted_cert_callback* Enable trusted certificate callback support.
* **zlib** Enable zlib support.

For the complete mapping of features to config.h defines, see
Expand Down
2 changes: 1 addition & 1 deletion mbedtls-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mbedtls-sys-auto"
version = "2.18.4"
version = "2.18.5"
authors = ["Jethro Beekman <[email protected]>"]
build = "build/build.rs"
license = "Apache-2.0/GPL-2.0+"
Expand Down
2 changes: 1 addition & 1 deletion mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rc2 = { version = "0.3", optional = true }
rs-libc = "0.1.0"

[dependencies.mbedtls-sys-auto]
version = "2.18.0"
version = "2.18.5"
default-features = false
features = ["custom_printf", "trusted_cert_callback"]
path = "../mbedtls-sys"
Expand Down

0 comments on commit c29df59

Please sign in to comment.