mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Update NSS to 3.41
This commit is contained in:
parent
d5f6e64f43
commit
5f0986e66f
540 changed files with 49568 additions and 10631 deletions
|
|
@ -37,10 +37,13 @@
|
|||
# memleak.sh - memory leak testing (optional)
|
||||
# ssl_gtests.sh- Gtest based unit tests for ssl
|
||||
# gtests.sh - Gtest based unit tests for everything else
|
||||
# policy.sh - Crypto Policy tests
|
||||
# bogo.sh - Bogo interop tests (disabled by default)
|
||||
# https://boringssl.googlesource.com/boringssl/+/master/ssl/test/PORTING.md
|
||||
# interop.sh - Interoperability tests (disabled by default)
|
||||
# https://github.com/ekr/tls_interop
|
||||
# tlsfuzzer.sh - tlsfuzzer interop tests (disabled by default)
|
||||
# https://github.com/tomato42/tlsfuzzer/
|
||||
#
|
||||
# NSS testing is now devided to 4 cycles:
|
||||
# ---------------------------------------
|
||||
|
|
@ -300,7 +303,7 @@ if [ $NO_INIT_SUPPORT -eq 0 ]; then
|
|||
RUN_FIPS="fips"
|
||||
fi
|
||||
|
||||
tests="cipher lowhash libpkix cert dbtests tools $RUN_FIPS sdr crmf smime ssl ocsp merge pkits ec gtests ssl_gtests"
|
||||
tests="cipher lowhash libpkix cert dbtests tools $RUN_FIPS sdr crmf smime ssl ocsp merge pkits ec gtests ssl_gtests policy"
|
||||
# Don't run chains tests when we have a gyp build.
|
||||
if [ "$OBJDIR" != "Debug" -a "$OBJDIR" != "Release" ]; then
|
||||
tests="$tests chains"
|
||||
|
|
@ -315,7 +318,7 @@ if [ $NO_INIT_SUPPORT -eq 0 ]; then
|
|||
fi
|
||||
NSS_SSL_TESTS="${NSS_SSL_TESTS:-$nss_ssl_tests}"
|
||||
|
||||
nss_ssl_run="cov auth stapling stress"
|
||||
nss_ssl_run="cov auth stapling signed_cert_timestamps stress scheme"
|
||||
NSS_SSL_RUN="${NSS_SSL_RUN:-$nss_ssl_run}"
|
||||
|
||||
# NOTE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue