Home
last modified time | relevance | path

Searched refs:ASN1 (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/mbedtls/tests/suites/
Dtest_suite_pkcs7.data157 PKCS7 Parse Failure Invalid ASN1: Add null byte to start #20.0
161 PKCS7 Parse Failure Invalid ASN1: Add null byte to end #21.0
165 PKCS7 Parse Failure Invalid ASN1: Change tag 30 to 02 #22.0
169 PKCS7 Parse Failure Invalid ASN1: Change length from 1280 to 1281 #23.0
173 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
177 PKCS7 Parse Failure Invalid ASN1: Change tag 06 to 02 #25.0
181 PKCS7 Parse Failure Invalid ASN1: Change length from 9 to 10 #26.0
185 PKCS7 Parse Failure Invalid ASN1: Change length from 9 to 8 #27.0
189 PKCS7 Parse Failure Invalid ASN1: Change tag a0 to 02 #28.0
193 PKCS7 Parse Failure Invalid ASN1: Change length from 1265 to 1266 #29.0
[all …]
Dtest_suite_x509parse.data1094 X509 CRT ASN1 (Empty Certificate)
1097 X509 CRT ASN1 (inv Certificate, bad tag)
1100 X509 CRT ASN1 (inv Certificate, no length)
1103 X509 CRT ASN1 (inv Certificate, bad length encoding)
1106 X509 CRT ASN1 (inv Certificate, length data incomplete)
1109 X509 CRT ASN1 (inv Certificate, length out of bounds)
1112 X509 CRT ASN1 (inv TBS, invalid tag)
1115 X509 CRT ASN1 (inv TBS, length missing)
1118 X509 CRT ASN1 (inv TBS, invalid length encoding)
1121 X509 CRT ASN1 (inv TBS, length data incomplete)
[all …]
Dtest_suite_pkparse.data1085 Key ASN1 (No data)
1088 Key ASN1 (First tag not Sequence)
1091 Key ASN1 (RSAPrivateKey, incorrect version tag)
1095 Key ASN1 (RSAPrivateKey, version tag missing)
1099 Key ASN1 (RSAPrivateKey, invalid version)
1103 Key ASN1 (RSAPrivateKey, correct version, incorrect tag)
1107 Key ASN1 (RSAPrivateKey, correct format+values, minimal modulus size (128 bit))
1111 Key ASN1 (RSAPrivateKey, correct format, modulus too small (127 bit))
1115 Key ASN1 (RSAPrivateKey, correct format, modulus even)
1119 Key ASN1 (RSAPrivateKey, correct format, d == 0)
[all …]
/third_party/openssl/doc/man3/
DASN1_generate_nconf.pod5 ASN1_generate_nconf, ASN1_generate_v3 - ASN1 string generation functions
16 These functions generate the ASN1 encoding of a string
64 Encodes an ASN1 B<INTEGER> type. The I<value> string represents
71 Encodes the ASN1 B<ENUMERATED> type, it is otherwise identical to
76 Encodes an ASN1 B<OBJECT IDENTIFIER>, the I<value> string can be
81 Encodes an ASN1 B<UTCTime> structure, the value should be in
86 Encodes an ASN1 B<GeneralizedTime> structure, the value should be in
91 Encodes an ASN1 B<OCTET STRING>. I<value> represents the contents
97 Encodes an ASN1 B<BIT STRING>. I<value> represents the contents
115 Formats the result as an ASN1 B<SEQUENCE> or B<SET> type. I<value>
DASN1_item_sign.pod7 ASN1 sign and verify
42 ASN1_item_sign_ex() is used to sign arbitrary ASN1 data using a data object
102 /* An object used to store the ASN1 data fields that will be signed */
111 * A higher level object containing the ASN1 fields, signature alg and
123 /* The ASN1 definition of MySignInfoObject */
132 /* The ASN1 definition of MyObject */
DASN1_OBJECT_new.pod17 B<ASN1_OBJECT> structure, which represents an ASN1 OBJECT IDENTIFIER.
27 is almost never used in applications. The ASN1 object utility functions
DPKCS12_add1_attr_by_NID.pod21 PKCS12_add1_attr_by_NID() adds an attribute of type B<nid> with a value of ASN1
25 ASN1 type B<type> constructed using B<len> bytes from B<bytes>.
Dd2i_SSL_SESSION.pod5 d2i_SSL_SESSION, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1 representation
32 i2d_SSL_SESSION() returns the size of the ASN1 representation in bytes.
DX509_dup.pod304 - ASN1 object utilities
336 The OpenSSL ASN1 parsing library templates are like a data-driven bytecode
338 Every ASN1 object as a global variable, TYPE_it, that describes the item
DX509_new.pod7 X509_chain_up_ref - X509 certificate ASN1 allocation functions
21 The X509 ASN1 allocation routines, allocate and free an
DPKCS7_encrypt.pod37 The algorithm passed in the B<cipher> parameter must support ASN1 encoding of
66 can be performed by obtaining the streaming ASN1 B<BIO> directly using
DPKCS7_get_octet_string.pod15 PKCS7_get_octet_string() returns a pointer to an ASN1 octet string from a
DX509_NAME_add_entry_by_txt.pod36 standard ASN1 type (such as B<V_ASN1_IA5STRING>). The new entry is
55 If instead an ASN1 type is used no checks are performed and the
/third_party/openssl/test/recipes/30-test_evp_data/
Devpkdf_x942_des.txt11 KDF = X942KDF-ASN1
20 KDF = X942KDF-ASN1
Devpkdf_x942.txt80 KDF = X942KDF-ASN1
91 KDF = X942KDF-ASN1
/third_party/openssl/doc/man7/
DEVP_KDF-X942-ASN1.pod5 EVP_KDF-X942-ASN1 - The X9.42-2003 asn1 EVP_KDF implementation
9 The EVP_KDF-X942-ASN1 algorithm implements the key derivation function
10 X942KDF-ASN1. It is used by DH KeyAgreement, to derive a key using input such as
18 "X942KDF-ASN1" or "X942KDF" is the name for this implementation; it
/third_party/python/Lib/test/
Dsecp384r1.pem6 ASN1 OID: secp384r1
/third_party/openssl/test/recipes/30-test_evp_pkey_provided/
DEC.pub.txt8 ASN1 OID: prime256v1
DEC.priv.txt12 ASN1 OID: prime256v1
/third_party/node/deps/openssl/openssl/include/openssl/
Dasn1t.h.in34 /* ASN1 template defines, structures and functions */
107 /* Macros to aid ASN1 template writing */
135 /* This is a ASN1 type which just embeds a template */
485 * This is the ASN1 template structure that defines a wrapper round the
600 /* This is the actual ASN1 item itself */
616 * Cache for ASN1 tag and length, so we don't keep re-reading it for things
629 /* Typedefs for ASN1 function pointers */
685 * the ASN1 encoding and decoding. It can be used to provide minor
903 /* Functions used internally by the ASN1 code */
Dasn1.h.in56 # define V_ASN1_ANY -4/* used in ASN1 template code */
151 * This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
174 * ASN1 type. This is useful to get round problems with invalid encodings
184 /* Used with ASN1 LONG type: if a long is set to this it is omitted */
231 /* Declare ASN1 functions: the implement macro in in asn1t.h */
755 /* ASN1 alloc/free macros for when a type is only used internally */
852 /* ASN1 template functions */
875 /* ASN1 Print flags */
883 /* Show the ASN1 type of primitives */
885 /* Don't show ASN1 type of ANY */
[all …]
/third_party/openssl/include/openssl/
Dasn1t.h.in34 /* ASN1 template defines, structures and functions */
107 /* Macros to aid ASN1 template writing */
135 /* This is a ASN1 type which just embeds a template */
485 * This is the ASN1 template structure that defines a wrapper round the
600 /* This is the actual ASN1 item itself */
616 * Cache for ASN1 tag and length, so we don't keep re-reading it for things
629 /* Typedefs for ASN1 function pointers */
685 * the ASN1 encoding and decoding. It can be used to provide minor
903 /* Functions used internally by the ASN1 code */
Dasn1.h.in56 # define V_ASN1_ANY -4/* used in ASN1 template code */
151 * This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
174 * ASN1 type. This is useful to get round problems with invalid encodings
184 /* Used with ASN1 LONG type: if a long is set to this it is omitted */
231 /* Declare ASN1 functions: the implement macro in in asn1t.h */
755 /* ASN1 alloc/free macros for when a type is only used internally */
852 /* ASN1 template functions */
875 /* ASN1 Print flags */
883 /* Show the ASN1 type of primitives */
885 /* Don't show ASN1 type of ANY */
[all …]
/third_party/node/deps/openssl/openssl/crypto/err/
Derr_all_legacy.c60 IMPLEMENT_LEGACY_ERR_LOAD(ASN1)
/third_party/openssl/crypto/err/
Derr_all_legacy.c60 IMPLEMENT_LEGACY_ERR_LOAD(ASN1)

1234