Skip to content

Commit

Permalink
fix: Revert TLS 1.3 because it breaks everything
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed May 10, 2024
1 parent 5408ed8 commit 5a346d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions buildscripts/scripts/mbedtls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,5 @@ else
./scripts/config.py set MBEDTLS_AESNI_C
fi

# enable TLS 1.3
./scripts/config.py set MBEDTLS_SSL_PROTO_TLS1_3
./scripts/config.py set MBEDTLS_PSA_CRYPTO_C
./scripts/config.py set MBEDTLS_SSL_KEEP_PEER_CERTIFICATE

make -j$cores no_test
make DESTDIR="$prefix_dir" install

0 comments on commit 5a346d5

Please sign in to comment.