Skip to content

Commit

Permalink
update rust-mbedtls
Browse files Browse the repository at this point in the history
doc: add comments for functions

Add comments for functions:
- encrypt_auth_inplace
- decrypt_auth_inplace

add comments for `private_from_ec_components`

fix compile error

- update changes that `private_rk` is removed
- turn of  tls13 now

disable tls1.3 tests

fix tests

add back tls1.3 rs code

fix client_server tests for tls1.3

try fix test: hyper

try fix hyper tests

fix deps after rebase

update sys config

mbedtls-sys: update headers

mbedtls-sys: update DEFAULT_DEFINES

mbedtls-sys: deprecate automatic enabling of debug

turn off tls 1.3 through defines

remove deprecated features in mbedtls-sys

update mbedtls-sys version

enable tls1.3 in mbedtls-sys
  • Loading branch information
Taowyoo committed May 10, 2023
1 parent 47bcb5a commit c20b146
Show file tree
Hide file tree
Showing 48 changed files with 2,826 additions and 1,095 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rust:
env:
jobs:
# Matrix build of 3 targets against Rust stable
- TARGET=x86_64-unknown-linux-gnu ZLIB_INSTALLED=true AES_NI_SUPPORT=true
- TARGET=x86_64-unknown-linux-gnu AES_NI_SUPPORT=true
- TARGET=aarch64-unknown-linux-musl
- TARGET=x86_64-fortanix-unknown-sgx
global:
Expand Down
Loading

0 comments on commit c20b146

Please sign in to comment.