Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 55) sorted by relevance

123

/openssl/doc/man3/
H A DCMS_signed_get_attr.pod17 - CMS signed and unsigned attribute functions
79 the signed attribute list.
90 the I<si> signed attribute list. An error occurs if the I<si> attribute list
94 to the I<si> signed attribute list. A new signed attribute list is created if
100 to the I<key> object's attribute list.
115 B<V_ASN1_NULL> OR the attribute is not found.
119 one B<ASN1_TYPE> object in the found signed attribute.
155 attribute.
158 NID_pkcs9_messageDigest signed attribute.
161 NID_pkcs9_signingTime attribute is added.
[all …]
H A DX509_ACERT_print_ex.pod18 X509_ACERT_print_ex() prints a human readable version of the attribute
21 The following data contained in the attribute certificate is printed
32 The attribute certificate version number as defined by the standard,
40 The serial number of the attribute certificate (X509_FLAG_NO_SERIAL)
44 The identity of the holder of the attribute certificate. If the
53 The name of the attribute certificate issuer as returned from
65 The list of attributes contained in the attribute certificate.
66 The attribute type is printed with i2a_ASN1_OBJECT(). String valued
72 All X.509 extensions contained in the attribute certificate. (X509_FLAG_NO_EXTENSIONS)
79 attribute certificate will be printed.
H A DEVP_PKEY_get_attr.pod39 in the I<key> attribute list. The search starts at the position after I<lastpos>.
43 first call, in order to start searching from the start of the attribute list.
50 I<key> attribute list. I<loc> should be in the range from 0 to
54 the I<key> attribute list.
57 to the I<key> attribute list. A new I<key> attribute list is created if required.
58 An error occurs if either I<attr> is NULL, or the attribute already exists.
63 to the I<key> object's attribute list. If I<obj> already exists in the attribute
77 attribute list or -1 if the attribute list is NULL.
96 A B<EVP_PKEY> object's attribute list is initially NULL. All the above functions
H A DX509_REQ_get_attr.pod36 in the I<req> attribute list. The search starts at the position after I<lastpos>.
40 first call, in order to start searching from the start of the attribute list.
47 I<req> attribute list. I<loc> should be in the range from 0 to
54 to the I<req> object's attribute list. An error will occur if either the
55 attribute list is NULL or the attribute already exists.
60 to the I<req> object's attribute list. I<req> must be non NULL or an error
61 will occur. If I<obj> already exists in the attribute list then an error occurs.
76 attribute list or -1 if the attribute list is NULL.
78 X509_REQ_get_attr_by_OBJ() returns -1 if either the I<req> object's attribute
80 I<obj> in the attribute list.
H A DPKCS12_SAFEBAG_get0_attrs.pod22 PKCS12_get_attr_gen() retrieves an attribute by NID from a stack of
23 B<X509_ATTRIBUTE>s. I<attr_nid> is the NID of the attribute to retrieve.
30 PKCS12_get_attr_gen() returns an B<ASN1_TYPE> object containing the attribute,
31 or NULL if the attribute was either not present or an error occurred.
33 PKCS12_get_attr_gen() does not allocate a new attribute. The returned attribute
H A DPKCS12_add_friendlyname_asc.pod6 PKCS12_add_friendlyname_uni - Functions to add the friendlyname attribute to a
25 friendlyName attribute to a PKCS#12 safeBag.
28 friendlyName attribute to a PKCS#12 safeBag.
31 friendlyName attribute to a PKCS#12 safeBag.
33 I<bag> is the B<PKCS12_SAFEBAG> to add the attribute to.
H A DPKCS12_get_friendlyname.pod5 PKCS12_get_friendlyname - Retrieve the friendlyname attribute from a PKCS#12 safeBag
16 friendlyName attribute for a PKCS#12 safeBag item.
18 I<bag> is the B<PKCS12_SAFEBAG> to retrieve the attribute from.
22 A UTF-8 string, or NULL if the attribute was either not present or an error occurred.
H A DX509_ATTRIBUTE.pod16 - X509 attribute functions
85 For example CMS defines the signing-time attribute as:
123 passed in list. An error will occur if an existing attribute (with the same
124 attribute type) already exists in the attribute list.
130 will occur. If I<*x> is NULL then a new attribute list is created. If I<obj>
131 already exists in the attribute list then an error occurs.
178 attribute I<attr>.
181 the attribute list I<attr>. I<idx> should be in the
191 X509at_get0_data_by_OBJ() finds the first attribute in an attribute list I<x>
196 attribute is not found.
[all …]
H A DX509_ACERT_get_attr.pod28 attribute location matching I<nid> or I<obj> after I<lastpos>. I<lastpos>
35 X509_ACERT_get0_attr() return a B<X509_ATTRIBUTE> from an attribute
36 certificate, or NULL if the specified attribute is not found.
39 the location of the next attribute requested or -1 if not found.
43 attribute certificate.
H A DPKCS12_add1_attr_by_NID.pod5 PKCS12_add1_attr_by_NID, PKCS12_add1_attr_by_txt - Add an attribute to a PKCS#12
21 PKCS12_add1_attr_by_NID() adds an attribute of type B<nid> with a value of ASN1
24 PKCS12_add1_attr_by_txt() adds an attribute of type B<attrname> with a value of
29 These functions do not check whether an existing attribute of the same type is
H A DPKCS12_add_CSPName_asc.pod5 PKCS12_add_CSPName_asc - Add a Microsoft CSP Name attribute to a PKCS#12 safeBag
15 PKCS12_add_CSPName_asc() adds an ASCII string representation of the Microsoft CSP Name attribute to…
17 I<bag> is the B<PKCS12_SAFEBAG> to add the attribute to.
H A DPKCS12_add_localkeyid.pod5 PKCS12_add_localkeyid - Add the localKeyId attribute to a PKCS#12 safeBag
17 localKeyId attribute to a PKCS#12 safeBag.
19 I<bag> is the B<PKCS12_SAFEBAG> to add the attribute to.
H A DX509_ACERT_add1_attr.pod10 - X509_ACERT attribute functions
31 add an attribute of type I<nid> or I<obj> with a value of ASN1
34 X509_ACERT_add1_attr_by_txt() adds an attribute of type I<attrname> with a value of
37 X509_ACERT_delete_attr() will delete the I<loc>th attribute from I<x> and
H A DX509_ACERT_get0_holder_baseCertId.pod50 These routines set and get the holder identity of an X509 attribute certificate.
58 attribute certificate I<x>, setting multiple methods at the same time is
63 attribute certificate I<x> can be retrieved with
76 attribute certificate holder. OSSL_OBJECT_DIGEST_INFO_set1_digest() sets the
107 its use is prohibited for conformant attribute certificates.
H A DX509_get0_uids.pod6 - get certificate and attribute certificate unique identifiers
24 attribute certificate B<x> or NULL if the field is not present.
H A DX509_get_serialNumber.pod39 X509_get_serialNumber() for attribute certificates.
42 X509_set_serialNumber() for attribute certificates.
H A DCMS_add1_signer.pod44 CMS_SignerInfo structure and the CMS attribute utility functions or the
69 SMIMECapabilities attribute. If B<CMS_NOATTR> is set then no signedAttributes
78 If present the SMIMECapabilities attribute indicates support for the following
H A DPKCS7_sign_add_signer.pod62 ciphers in an SMIMECapabilities attribute. If B<PKCS7_NOATTR> is set then no
66 If present the SMIMECapabilities attribute indicates support for the following
H A DPKCS8_pkey_add1_attr.pod5 …key_add1_attr, PKCS8_pkey_add1_attr_by_NID, PKCS8_pkey_add1_attr_by_OBJ - PKCS8 attribute functions
/openssl/doc/internal/man3/
H A Dcms_add1_signing_cert.pod6 - add ESS signing-certificate signed attribute to a
20 attribute to the CMS_SignerInfo I<si>.
22 attribute to the CMS_SignerInfo I<si>.
28 This attribute is mandatory to make a CMS compliant with CAdES-BES
34 cms_add1_signing_cert() and cms_add1_signing_cert_v2() return 1 if attribute
H A Dossl_print_attribute_value.pod6 - Print an X.500 directory attribute value
17 ASN.1 value and an associated attribute type that informs its interpretation,
19 behaviors, among other things. This attribute type is identified by an ASN.1
25 attribute certificate, as well as in the subjectDirectoryAttributes or
29 argument is the NID of the attribute type object identifier. The ASN.1 value
34 line, but this is not always the case. Unrecognized attribute types whose syntax
/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_verification.csv7 1,unknown attribute in recipient name, -section,, -recipient,_CA_DN/ABC=123,BLANK,,BLANK,, -trusted…
15 1,unknown attribute in expected sender, -section,, -recipient,_CA_DN, -expect_sender,_SERVER_DN/ABC…
16 0,extra attribute in expected sender, -section,, -recipient,_CA_DN, -expect_sender,_SERVER_DN/seria…
17 0,double attribute in expected sender, -section,, -recipient,_CA_DN, -expect_sender,/CN=ECC Issuing…
18 0,missing attribute in expected sender, -section,, -recipient,_CA_DN, -expect_sender,/CN=ECC Issuin…
/openssl/doc/internal/man7/
H A Ddeprecation.pod17 Deprecation of a symbol is adding an attribute to the declaration of that
31 Deprecation is done using attribute macros named
71 deprecation attribute removed, and the translation units that implement or
/openssl/crypto/objects/
H A Dobjects.txt36 selected-attribute-types 55 : clearance
508 id-pkix-mod 12 : id-mod-attribute-cert
674 # attribute certificate attributes
885 !Cname authority-attribute-identifier
897 !Cname attribute-descriptor
925 !Cname allowed-attribute-assignments
927 !Cname attribute-mappings
1866 # Jdk trustedKeyUsage attribute
1898 tcg-attribute 2 : tcg-at-tpmModel : TPM Model
1899 tcg-attribute 3 : tcg-at-tpmVersion : TPM Version
[all …]
/openssl/doc/man7/
H A Dopenssl-threads.pod36 C<get0> returns a pointer but the attribute ownership
39 updates the attribute's reference count so that the object is shared
41 attribute when finished.

Completed in 28 milliseconds

123