-
Notifications
You must be signed in to change notification settings - Fork 83
Update dependencies #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #102
Conversation
This patch lets us compile mbedtls-sys with recent clang versions.
…uild-script * haraldh/upstream_bindgen: mbedtls-sys: generate code with a recent version of bindgen
Add note about the `core_io` feature
* upstream/master: Describe trusted_cert_callback feature and bump mbedtls-sys-auto version Simply use calloc for allocating on the C heap Enable trusted_cert_callback feature by default Remove LinkedCertificate::is_self_signed() and add additional tests for verifying self-signed certificates Add is_self_signed() function to LinkedCertificate Bump minor version number Add trusted_cert_callback tests to CI Some code cleanup Use ForeignOwnedCertListBuilder for efficiency Add test cases for the ca_callback when using a self-signed CA cert and a self-signed CA cert with an invalid signature Add support for mbedtls_ssl_conf_ca_cb()
* upstream/master: Use quotes not brackets for MBEDTLS_CONFIG_FILE
Resolves #5. Please consider merging. It would make mbedtls compilation with a modern clang version more enjoyable. |
Hi, has this PR gone stale? If so, why? I tested it on my machine and it worked (famous last words, I know, but it seems to be a common occurrence). Are there changes needed? |
@bsdinis most likely yes, I believe this PR and several others are trying to do the same thing. :( |
Close this PR since long time no update. |
Built on top of #72 and includes updated dependencies.