Skip to content

Commit

Permalink
Switched to rustls+ring from native-tls.
Browse files Browse the repository at this point in the history
It appears to be more actively maintained, and supports TLS 1.3.

Use host OS certificate validation rules.
  • Loading branch information
zlogic committed Jul 31, 2024
1 parent 60e1f6f commit e4f60c4
Show file tree
Hide file tree
Showing 6 changed files with 308 additions and 150 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cargo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
deb [arch=arm64] http://azure.ports.ubuntu.com/ $(lsb_release -cs)-security main universe restricted multiverse
EOF
sudo apt-get update || echo "Some sources failed to update, http://azure.archive.ubuntu.com doesn't have arm64 images"
sudo apt-get install libssl-dev:arm64
echo "LD_LIBRARY_PATH=/usr/lib/aarch64-linux-gnu:$LD_LIBRARY_PATH" >> $GITHUB_ENV
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/aarch64-linux-gnu-gcc" >> $GITHUB_ENV
echo "CC=/usr/bin/aarch64-linux-gnu-gcc" >> $GITHUB_ENV
Expand Down
Loading

0 comments on commit e4f60c4

Please sign in to comment.