Skip to content

Instantly share code, notes, and snippets.

@chadbrewbaker
Last active March 20, 2022 18:47
Show Gist options
  • Save chadbrewbaker/4df2131db767ae312e48824aa479d648 to your computer and use it in GitHub Desktop.
Save chadbrewbaker/4df2131db767ae312e48824aa479d648 to your computer and use it in GitHub Desktop.
Building curl + TLS with coverage on OSX M1 to get minimal viable TLS implementation path
git clone https://github.com/curl/curl
cd curl
./configure --with-secure-transport
./scripts/coverage.sh
# https://opensource.apple.com/source/Security/Security-59754.80.3/ for Apple native TLS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment