mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1030204 - 2/2 Tests for Name constraints for ANSSI(DCISS) Root cert in psm. r=keeler
--HG-- extra : rebase_source : 0b64f7206446a8c414df5b0f4a9653f0180b8b44
This commit is contained in:
parent
863d637d5c
commit
07061b97ea
@ -269,4 +269,11 @@ function run_test() {
|
||||
check_cert_err_generic(cert, SEC_ERROR_CERT_NOT_IN_NAME_SPACE, certificateUsageSSLServer);
|
||||
check_cert_err_generic(cert, 0, certificateUsageSSLClient);
|
||||
}
|
||||
|
||||
// DCISS tests
|
||||
// The certs used here were generated by the NSS test suite and are
|
||||
// originally located as security/nss/tests/libpkix/cert/
|
||||
load_cert("dcisscopy", "C,C,C");
|
||||
check_ok(certFromFile('NameConstraints.dcissallowed.cert'));
|
||||
check_fail(certFromFile('NameConstraints.dcissblocked.cert'));
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user