mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-07 07:25:29 +00:00
Update default configuration
Change the default settings for SSL and modify the tests accordingly.
This commit is contained in:
parent
a91d85e331
commit
4dfecabb97
5 changed files with 42 additions and 2 deletions
|
|
@ -103,6 +103,27 @@ cd tests
|
|||
./compat.sh
|
||||
cd ..
|
||||
|
||||
msg "build: Default + SSLv3 (ASan build)" # ~ 6 min
|
||||
cleanup
|
||||
cp "$CONFIG_H" "$CONFIG_BAK"
|
||||
scripts/config.pl set POLARSSL_SSL_PROTO_SSL3
|
||||
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
|
||||
make
|
||||
|
||||
msg "test: SSLv3 - main suites and selftest (ASan build)" # ~ 50s
|
||||
make test
|
||||
programs/test/selftest
|
||||
|
||||
msg "build: SSLv3 - compat.sh (ASan build)" # ~ 6 min
|
||||
cd tests
|
||||
./compat.sh -m 'ssl3 tls1 tls1_1 tls1_2'
|
||||
cd ..
|
||||
|
||||
msg "build: SSLv3 - ssl-opt.sh (ASan build)" # ~ 6 min
|
||||
cd tests
|
||||
./ssl-opt.sh
|
||||
cd ..
|
||||
|
||||
msg "build: cmake, full config, clang" # ~ 50s
|
||||
cleanup
|
||||
cp "$CONFIG_H" "$CONFIG_BAK"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue