Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/openssl/crypto/objects/
H A Dobj_dat.c40 static LHASH_OF(ADDED_OBJ) *added = NULL;
212 if (added != NULL) { in ossl_obj_cleanup_int()
213 lh_ADDED_OBJ_set_down_load(added, 0); in ossl_obj_cleanup_int()
217 lh_ADDED_OBJ_free(added); in ossl_obj_cleanup_int()
218 added = NULL; in ossl_obj_cleanup_int()
266 if (added == NULL) { in ossl_obj_add_object()
268 if (added == NULL) { in ossl_obj_add_object()
316 if (added != NULL) in OBJ_nid2obj()
376 if (added != NULL) { in ossl_obj_obj2nid()
605 if (added != NULL) { in OBJ_ln2nid()
[all …]
/openssl/doc/man3/
H A DX509_NAME_add_entry_by_txt.pod30 The field value to be added is in B<bytes> of length B<len>. If
37 added to a position determined by B<loc> and B<set>.
40 to B<name>. The new entry is added to a position determined by B<loc>
41 and B<set>. Since a copy of B<ne> is added B<ne> must be freed up after
62 be added. For almost all applications B<loc> can be set to -1 and B<set>
69 B<set> determines how the new type is added.
72 If B<set> is -1 or 1 it is added as a new set member
H A DX509_add_cert.pod24 the reference counters of those of its members added to I<sk> are increased.
32 the reference counts of those certificates added successfully are increased.
36 In both cases the original order of the added certificates is preserved.
65 were added in OpenSSL 3.0.
H A DCMS_add1_recipient_cert.pod48 need to be added. New attributes can also be added using the returned
64 pointer to the CMS_RecipientInfo structure just added or NULL if an error
74 B<CMS_add1_recipient_cert> and B<CMS_add0_recipient_key> were added in
H A DPKCS7_sign_add_signer.pod50 can be added. In this case an explicit call to PKCS7_SIGNER_INFO_sign() is
71 structure just added, this can be used to set additional attributes
77 structure just added or NULL if an error occurs.
86 The PPKCS7_sign_add_signer() function was added in OpenSSL 1.0.0.
H A DCMS_add0_cert.pod41 For signed data, certificates and CRLs are added to the I<certificates> and
43 For enveloped data they are added to B<OriginatorInfo>.
49 The same certificate or CRL must not be added to the same cms structure more
H A DPKCS12_init.pod16 PKCS12_init() creates an empty PKCS#12 structure. Any PKCS#7 authSafes added
37 PKCS12_init_ex() was added in OpenSSL 3.0.
H A DCTLOG_STORE_new.pod60 valid logs will still be added to the CTLOG_STORE. A CT log will be considered
76 CTLOG_STORE_new_ex was added in OpenSSL 3.0. All other functions were
77 added in OpenSSL 1.1.0.
H A DSSL_extension_supported.pod79 which messages and under what conditions the extension will be added/parsed (see
108 extension type which will be added and B<add_arg> to the value set when the
109 extension handler was added. When using the new style callbacks the B<context>
123 extension is added for B<ext_type>. For all other messages if B<add_cb> is set
124 to NULL then no extension is added.
143 If an extension is added (that is B<add_cb> returns 1) B<free_cb> is called
173 extension should be added or expected. The context is built up by performing
257 pass the extension data to be added or freed when adding extensions.
287 The SSL_CTX_add_custom_ext() function was added in OpenSSL 1.1.1.
H A DPKCS7_sign.pod71 which additional signers and capabilities can be added before finalization.
86 B<NULL> if the B<PKCS7_PARTIAL> flag is set. One or more signers can be added
115 The function PKCS7_sign_ex() was added in OpenSSL 3.0.
118 and B<pkey> parameters to be B<NULL> were added in OpenSSL 1.0.0.
120 The B<PKCS7_STREAM> flag was added in OpenSSL 1.0.0.
H A DCMS_add1_signer.pod43 algorithms are needed. New attributes can also be added using the returned
58 can be added. In this case an explicit call to CMS_SignerInfo_sign() is
85 structure just added, this can be used to set additional attributes
91 structure just added or NULL if an error occurs.
H A DSSL_SESSION_get0_cipher.pod46 The SSL_SESSION_get0_cipher() function was added in OpenSSL 1.1.0.
47 The SSL_SESSION_set_cipher() function was added in OpenSSL 1.1.1.
H A DSSL_SESSION_get_protocol_version.pod44 The SSL_SESSION_get_protocol_version() function was added in OpenSSL 1.1.0.
45 The SSL_SESSION_set_protocol_version() function was added in OpenSSL 1.1.1.
H A DX509_STORE_add_cert.pod63 certificates will be added to the B<X509_STORE> to prepare it for use,
65 PEM_read_bio_X509_AUX() and X509_STORE_add_cert(). CRLs can also be added,
83 added in this way. The added object's reference count is incremented by one,
161 X509_STORE_load_locations_ex() were added in OpenSSL 3.0.
H A DX509_STORE_get0_param.pod51 B<X509_STORE_get0_param> and B<X509_STORE_get0_objects> were added in
53 B<X509_STORE_get1_certs> was added in OpenSSL 3.0.
H A DSSL_CTX_set_record_padding_callback.pod65 indicates no padding will be added. A return value that causes the record to
82 Padding bytes are not added in constant-time.
90 The record padding API was added for TLS 1.3 support in OpenSSL 1.1.1.
H A DSSL_get_all_async_fds.pod45 that have been added and a list that have been deleted since the last
49 sufficient memory allocated, although they may be NULL. The number of added fds
78 and SSL_get_changed_async_fds() functions were added in OpenSSL 1.1.0.
H A DSSL_CTX_set1_curves.pod40 unique integer NID value. However, support for some groups may be added by
59 for other groups may be added by external providers.
139 The curve functions were added in OpenSSL 1.0.2. The equivalent group
140 functions were added in OpenSSL 1.1.1. The SSL_get_negotiated_group() function
141 was added in OpenSSL 3.0.0.
H A DSSL_CTX_set_min_proto_version.pod62 The setter functions were added in OpenSSL 1.1.0. The getter functions
63 were added in OpenSSL 1.1.1.
/openssl/test/smime-certs/
H A Dca.cnf35 # These extensions are added when 'ca' signs a request for an end entity
47 # These extensions are added when 'ca' signs a request for an end entity
59 # These extensions are added when 'ca' signs a request for a code-signing
/openssl/doc/internal/man7/
H A DVERSION.pod33 This is the added pre-release tag, which is added to the version separated by
35 the string C<-foo> (dash added).
39 Extra metadata to be used by anyone for their own purposes. This is added to
/openssl/demos/certs/apps/
H A Dapps.cnf36 # These extensions are added when 'ca' signs a request for an end entity
44 # These extensions are added when 'ca' signs a request for an end entity
/openssl/doc/internal/man3/
H A Dossl_namemap_new.pod57 If the given I<number> is nonzero, the I<name> is added to the set of
88 ossl_namemap_add_name() returns the number associated with the added
102 ossl_namemap_add_names() returns the number associated with the added
115 The functions described here were all added in OpenSSL 3.0.
/openssl/crypto/engine/
H A Deng_table.c87 int ret = 0, added = 0; in engine_table_register() local
93 added = 1; in engine_table_register()
96 if (added) in engine_table_register()
/openssl/demos/certs/
H A Dca.cnf35 # These extensions are added when 'ca' signs a request for an end entity
57 # These extensions are added when 'ca' signs a request for an end entity

Completed in 63 milliseconds

12345678910>>...19