Home
last modified time | relevance | path

Searched refs:OID (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/mbedtls/tests/suites/
Dtest_suite_oid.data1 OID get Any Policy certificate policy
4 OID get certificate policy invalid oid
7 OID get certificate policy wrong oid - id-ce-authorityKeyIdentifier
10 OID get Ext Key Usage - id-kp-serverAuth
13 OID get Ext Key Usage - id-kp-clientAuth
16 OID get Ext Key Usage - id-kp-codeSigning
19 OID get Ext Key Usage - id-kp-emailProtection
22 OID get Ext Key Usage - id-kp-timeStamping
25 OID get Ext Key Usage - id-kp-OCSPSigning
28 OID get Ext Key Usage - id-kp-wisun-fan-device
[all …]
Dtest_suite_asn1parse.data556 AlgorithmIdentifier, truncated before OID
559 AlgorithmIdentifier, truncated in OID after tag
562 AlgorithmIdentifier, truncated in OID after length
565 AlgorithmIdentifier, truncated inside OID content
583 Not an AlgorithmIdentifier (not an OID)
Dtest_suite_asn1write.function394 { {0x06, 3, (unsigned char *) "OID"}, {0, 0, NULL}, NULL, 0 };
413 found = mbedtls_asn1_store_named_data( &head, "OID", 3,
438 const unsigned char *oid = (unsigned char *) "OID";
/third_party/openssl/fuzz/
Dmkfuzzoids.pl34 my $OID = $1;
37 $OID =~ s|0x|\\x|g;
38 $OID =~ s|,||g;
40 print "$OBJname=\"$OID\"\n";
/third_party/openssl/providers/common/der/
DDSA.asn112 -- OID for DSA public key
17 -- OID for DSA signature generated with SHA-1 hash
DSM2.asn112 -- OID for SM2 signatures with SM3
Doids_to_c.pm16 use OpenSSL::OID;
/third_party/openssl/crypto/objects/
Dobj_xref.txt1 # OID cross reference table.
27 # Alternative deprecated OIDs. By using the older "rsa" OID this
DREADME.md25 This just makes a name foo for an OID. The C macro
/third_party/openssl/doc/man3/
DOBJ_nid2obj.pod49 a representation of the ASN1 OBJECT IDENTIFIER (OID) type.
116 For example the OID for commonName has the following definitions:
133 form of an OID.
136 corresponding ASN.1 OBJECT IDENTIFIER encoding (for example no OID currently
142 represent both an internal, constant, OID and a dynamically-created one.
DASN1_generate_nconf.pod74 =item B<OBJECT>, B<OID>
192 SEQUENCE consisting of a BOOL an OID and a UTF8String:
199 field2 = OID:commonName
246 # algorithm ID for RSA is just an OID and a NULL
248 algorithm=OID:rsaEncryption
DPKCS12_SAFEBAG_get1_cert.pod33 PKCS12_SAFEBAG_get0_type() gets the B<safeBag> type as an OID, whereas
40 arbitrary for B<secretBag>s. PKCS12_SAFEBAG_get0_bag_type() gets this type as an OID.
DX509_ALGOR_dup.pod23 X509_ALGOR_set0() sets the algorithm OID of B<alg> to B<aobj> and the
31 algorithm OID in B<*paobj> and the associated parameter in B<*pptype>
DPKCS5_PBE_keyivgen.pod120 object which represents an AlgorithmIdentifier containing the algorithm OID and
124 object which represents an AlgorithmIdentifier containing the algorithm OID and
127 PKCS5_pbe_set0_algor() and PKCS5_pbe_set0_algor_ex() set the PBE algorithm OID and
DX509V3_get_d2i.pod42 X509V3_get_d2i() looks for an extension with OID I<nid> in the extensions
53 STACK if necessary) using OID I<nid> and criticality I<crit> according
61 with OID I<ext_nid> and criticality I<crit>.
DX509_PUBKEY_new.pod89 OID associated with the algorithm is set to I<aobj>. The type of the
97 I<*ppkalg> is set to the associated OID and the encoding consists of
/third_party/python/Lib/test/
Dsecp384r1.pem6 ASN1 OID: secp384r1
/third_party/node/deps/npm/node_modules/asn1/lib/ber/
Dtypes.js11 OID: 6, property
/third_party/openssl/test/recipes/30-test_evp_pkey_provided/
DEC.pub.txt8 ASN1 OID: prime256v1
DEC.priv.txt12 ASN1 OID: prime256v1
/third_party/openssl/doc/man1/
Dopenssl-asn1parse.pod.in156 If an OID is not part of OpenSSL's internal table it will be represented in
159 the first column is the OID in numerical format and should be followed by white
166 For any OID with an associated short and long name, this command will display
/third_party/mbedtls/tests/data_files/
Dtest-ca.opensslconf34 hwtype = OID:1.3.6.1.4.1.17.3
/third_party/openssl/util/perl/OpenSSL/
DOID.pm11 package OpenSSL::OID;
/third_party/openssl/doc/man5/
Dx509v3_config.pod146 Each value can be either a short text name or an OID.
243 The value of B<otherName> can include arbitrary data associated with an OID;
244 the value should be the OID followed by a semicolon and the content in specified
415 Policies without qualifiers are specified by giving the OID.
423 The section referred to must include the policy OID using the name
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dx509.js216 OID: Context(8) property
338 case ALTNAME.OID:
339 der.readOID(ALTNAME.OID);

1234