Home
last modified time | relevance | path

Searched refs:extKeyUsage (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/npm/node_modules/sigstore/dist/x509/
Dcert.js78 get extKeyUsage() { getter in x509Certificate
105 if (this.extKeyUsage) {
106 ca && this.extKeyUsage.keyCertSign;
Dcert.d.ts23 get extKeyUsage(): x509KeyUsageExtension | undefined;
/third_party/mbedtls/tests/suites/
Dtest_suite_oid.data43 OID get x509 extension - id-ce-extKeyUsage
/third_party/openssl/doc/man1/
Dopenssl-verification-options.pod577 The extKeyUsage (EKU) extension places additional restrictions on the
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DChangeLog264 - support extKeyUsage
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DChangeLog317 - support extKeyUsage
/third_party/mbedtls/
DChangeLog3656 * Fix typo in name of the extKeyUsage OID. Found by inestlerode, #314