mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Update NSS to 3.48 while keeping vc2013 hackfix and no-sslkeylogfile intact.
This commit is contained in:
parent
0b9855b841
commit
171849c8e5
351 changed files with 115185 additions and 57946 deletions
|
|
@ -86,7 +86,7 @@
|
|||
# +------------+------------+-----------+ ~ run_cycles
|
||||
# | | | | |
|
||||
# standard pkix upgradedb sharedb ~ run_cycle_*
|
||||
# | |
|
||||
# ... | ... ... |
|
||||
# +------+------+------+-----> ~ run_tests
|
||||
# | | | | |
|
||||
# cert tools fips ssl ... ~ . *.sh
|
||||
|
|
@ -147,9 +147,6 @@ run_cycle_standard()
|
|||
NSS_DEFAULT_DB_TYPE="dbm"
|
||||
export NSS_DEFAULT_DB_TYPE
|
||||
|
||||
NSS_SSL_TESTS=`echo "${NSS_SSL_TESTS}" | sed -e "s/normal//g" -e "s/fips//g" -e "s/_//g"`
|
||||
NSS_SSL_RUN=`echo "${NSS_SSL_RUN}" | sed -e "s/cov//g" -e "s/auth//g"`
|
||||
|
||||
run_tests
|
||||
}
|
||||
|
||||
|
|
@ -174,7 +171,6 @@ run_cycle_pkix()
|
|||
TESTS="${ALL_TESTS}"
|
||||
TESTS_SKIP="cipher dbtests sdr crmf smime merge multinit"
|
||||
|
||||
NSS_SSL_TESTS=`echo "${NSS_SSL_TESTS}" | sed -e "s/normal//g" -e "s/fips//g" -e "s/_//g"`
|
||||
export -n NSS_SSL_RUN
|
||||
|
||||
# use the default format. (unset for the shell, export -n for binaries)
|
||||
|
|
@ -222,9 +218,6 @@ run_cycle_upgrade_db()
|
|||
TESTS="${ALL_TESTS}"
|
||||
TESTS_SKIP="cipher libpkix cert dbtests sdr ocsp pkits chains"
|
||||
|
||||
NSS_SSL_TESTS=`echo "${NSS_SSL_TESTS}" | sed -e "s/normal//g" -e "s/fips//g" -e "s/_//g"`
|
||||
NSS_SSL_RUN=`echo "${NSS_SSL_RUN}" | sed -e "s/cov//g" -e "s/auth//g"`
|
||||
|
||||
run_tests
|
||||
}
|
||||
|
||||
|
|
@ -318,7 +311,8 @@ if [ $NO_INIT_SUPPORT -eq 0 ]; then
|
|||
fi
|
||||
NSS_SSL_TESTS="${NSS_SSL_TESTS:-$nss_ssl_tests}"
|
||||
|
||||
nss_ssl_run="cov auth stapling signed_cert_timestamps stress scheme"
|
||||
# NOTE: 'stress' run is omitted by default
|
||||
nss_ssl_run="cov auth stapling signed_cert_timestamps scheme"
|
||||
NSS_SSL_RUN="${NSS_SSL_RUN:-$nss_ssl_run}"
|
||||
|
||||
# NOTE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue