mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
5
security/nss/tests/common/certsetup.sh
Normal file → Executable file
5
security/nss/tests/common/certsetup.sh
Normal file → Executable file
|
|
@ -56,6 +56,11 @@ make_cert() {
|
|||
type_args=(-g 2048 --extGeneric 1.3.6.1.4.1.44363.44:not-critical:empty.txt)
|
||||
type=rsa
|
||||
;;
|
||||
delegator_rsa_pss2048)
|
||||
touch empty.txt
|
||||
type_args=(-g 2048 --pss --extGeneric 1.3.6.1.4.1.44363.44:not-critical:empty.txt)
|
||||
type=rsa
|
||||
;;
|
||||
esac
|
||||
msg="create certificate: $@"
|
||||
shift 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue