Lines Matching refs:extension

406                 'netscape-cert-extension' => '2.16.840.1.113730.1',
418 'pkcs-9-at-extensionRequest' => '1.2.840.113549.1.9.14' // Certificate extension request
540 foreach (self::$extensions as $extension) {
541 $filters['tbsCertificate']['extensions'][] = $extension;
569 * Map extension values from octet string to extension-specific internal
584 corresponding to the extension type identified by extnID */
623 * Map extension values from extension-specific internal format to
689 corresponding to the extension type identified by extnID */
693 //user_error($id . ' is not a currently supported extension');
851 * Associate an extension ID to an extension mapping
984 If the keyUsage extension is present, then the subject public key
996 then the keyCertSign bit in the key usage extension MUST NOT be
997 asserted. If the basic constraints extension is not present in a
998 version 3 certificate, or the extension is present but the cA boolean
1051 If a subjectAltName extension of type dNSName is present, that MUST
1174 * Validates an intermediate cert as identified via authority info access extension
1276 implement pathLenConstraint in the id-ce-basicConstraints extension */
1507 * Decodes an IP address in a name constraints extension
2448 foreach ($rclist as $i => $extension) {
2499 foreach ($rclist as $i => $extension) {
2892 // "The CRL number is a non-critical CRL extension that conveys a
2894 // CRL issuer. This extension allows users to easily determine when a
2903 // Be sure version >= v2 if some extension found.
3194 * Get a reference to an extension subarray
3281 * Returns the extension if it exists and false if not
3318 foreach ($exts as $extension) {
3319 $extensions[] = $extension['extnId'];
3375 * Returns the extension if it exists and false if not
3898 * Returns the extension if it exists and false if not
3966 * Register the mapping for a custom/unsupported extension.
3983 * Register the mapping for a custom/unsupported extension.
3995 * Register the mapping for a custom/unsupported extension.