Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 189) sorted by relevance

12345678

/openssl/crypto/asn1/
H A Da_mbstr.c280 unsigned long types = *((unsigned long *)arg); in type_str() local
285 types &= ~B_ASN1_NUMERICSTRING; in type_str()
287 types &= ~B_ASN1_PRINTABLESTRING; in type_str()
289 types &= ~B_ASN1_IA5STRING; in type_str()
290 if ((types & B_ASN1_T61STRING) && (value > 0xff)) in type_str()
291 types &= ~B_ASN1_T61STRING; in type_str()
292 if ((types & B_ASN1_BMPSTRING) && (value > 0xffff)) in type_str()
293 types &= ~B_ASN1_BMPSTRING; in type_str()
295 types &= ~B_ASN1_UTF8STRING; in type_str()
296 if (!types) in type_str()
[all …]
/openssl/doc/man7/
H A Dopenssl-core.h.pod5 openssl/core.h - OpenSSL Core types
13 The F<< <openssl/core.h> >> header defines a number of public types that
16 These types are designed to minimise the need for intimate knowledge
19 The types are:
43 The types described here were added in OpenSSL 3.0.
H A Dopenssl-qlog.pod48 The following event types are currently supported:
70 By default, all supported event types are logged. The B<OSSL_QFILTER>
85 Enable all supported qlog event types.
89 Disable all qlog event types.
102 Disable all qlog event types, except for B<transport:parameters_set> and all
103 supported event types in the B<connectivity> category.
135 Enables all event types.
139 Disables all event types.
143 Enables all event types in the B<foo> category.
147 Disables all event types in the B<foo> category.
[all …]
H A Dopenssl-core_dispatch.h.pod6 - OpenSSL provider dispatch numbers and function types
15 numbers, dispatch numbers and provider interface function types
45 The types and macros described here were added in OpenSSL 3.0.
H A Dossl_store-file.pod24 Since files come in all kinds of formats and content types, the 'file'
26 which are used to try to decode diverse types of file contents.
H A DEVP_PKEY-HMAC.pod11 The B<HMAC> and B<CMAC> key types are implemented in OpenSSL's default and FIPS
12 providers. Additionally the B<Siphash> and B<Poly1305> key types are implemented
/openssl/doc/designs/quic-design/
H A Dqlog.md110 - `+*` (or `*`) enables all event types.
112 - `-*` disables all event types.
114 - `+quic:*` (or `quic:*`) enables all event types in the `quic` category.
121 earlier items. In the example above, for example, all event types are enabled,
122 then the `quic:version_information` event is disabled, then all event types are
127 - `*` (or `+*`): enable all event types
129 - `quic:version_information quic:packet_sent`: enable some event types explicitly
131 - `* -quic:version_information`: enable all event types except certain ones
/openssl/test/recipes/
H A D30-test_evp_fetch_prov.t24 my @types = ( "digest", "cipher" );
99 plan tests => 1 + $testcount * scalar(@types);
104 foreach my $alg (@types) {
/openssl/crypto/store/
H A Dstore_strings.c25 int types = OSSL_NELEM(type_strings); in OSSL_STORE_INFO_type_string() local
27 if (type < 1 || type > types) in OSSL_STORE_INFO_type_string()
/openssl/doc/man3/
H A DASN1_STRING_length.pod44 are identical. The string types and content are compared.
60 Almost all ASN1 types in OpenSSL are represented as an B<ASN1_STRING>
61 structure. Other types such as B<ASN1_OCTET_STRING> are simply typedef'ed
63 B<ASN1_STRING> is also used for some B<CHOICE> types which consist
64 entirely of primitive string types such as B<DirectoryString> and
68 or B<ASN1_ENUMERATED> types: the relevant B<INTEGER> or B<ENUMERATED>
H A DEVP_PKEY_get_field_type.pod18 I<pkey>'s key type supports it. The types currently supported
28 Among the standard OpenSSL key types, this is only supported for EC and
29 SM2 keys. Other providers may support this for additional key types.
H A DASN1_TYPE_get.pod35 ASN1_TYPE_cmp() compares ASN.1 types I<a> and I<b> and returns 0 if
64 ASN1_TYPE_cmp() may not return zero if two types are equivalent but have
71 types could be absent OPTIONAL fields and so should match, however, passing
73 unparsable type which returns NULL) for types which do B<not> match. So
84 ASN1_TYPE_cmp() returns 0 if the types are identical and nonzero otherwise.
H A DOSSL_STORE_expect.pod24 By default, no expectations on the types of objects to be loaded are made.
26 or it may be any of the known object types (see
38 supported search criterion types.
H A DX509_NAME_add_entry_by_txt.pod49 The use of string types such as B<MBSTRING_ASC> or B<MBSTRING_UTF8>
110 different algorithm to determine field types. Since this form does
111 not understand multicharacter types, performs no length checks and
112 can result in invalid field types its use is strongly discouraged.
H A DEVP_PKEY_get_group_name.pod25 Among the standard OpenSSL key types, this is only supported for DH, EC and
26 SM2 keys. Other providers may support this for additional key types.
H A DOSSL_ENCODER_CTX_new_for_pkey.pod46 L</Output types> below, and I<selection> is further described in
84 =head2 Output types
86 The possible B<EVP_PKEY> output types depends on the available
89 OpenSSL has built in implementations for the following output types:
H A DUI_STRING.pod62 For all other B<UI_STRING> types, NULL is returned.
68 For all other B<UI_STRING> types, UI_get0_result_string() returns NULL
74 For all other B<UI_STRING> types, NULL is returned.
79 For all other B<UI_STRING> types, -1 is returned.
H A DADMISSIONS.pod99 B<PROFESSION_INFO> types are opaque structures representing the
100 analogous types defined in the Common PKI Specification published
106 The conventional routines to allocate and free the types are defined
H A DEVP_DigestSignInit.pod68 Only EVP_PKEY types that support signing can be used with these functions. This
70 "signing". Built-in EVP_PKEY types supported by these functions are CMAC,
73 Not all digests can be used for all key types. The following combinations apply.
93 =item All other RSA padding types
156 In previous versions of OpenSSL there was a link between message digest types
161 For some key types and parameters the random number generator must be seeded.
H A DSSL_poll.pod107 description of each of the event types.
116 event types are defined as always being enabled (non-maskable). See L</EVENT
152 The SSL_poll() interface reports zero or more event types on a given resource,
155 All of the event types are level triggered and represent a readiness or
164 Some event types do not make sense on a given kind of resource. In this case,
172 In general, an application should always listen for the event types
174 non-exception event types (e.g. B<SSL_POLL_EVENT_EC> and B<SSL_POLL_EVENT_ER>
177 Some event types are non-maskable and may be reported in I<revents> regardless
180 The following event types are supported:
H A DBIO_find_type.pod24 The following general types are defined:
27 For a list of the specific types, see the F<< <openssl/bio.h> >> header file.
H A DSSL_set1_server_cert_type.pod46 what certificate types the client is able to present.
48 On the server, this setting determines which certificate types the server is
56 what certificate types the client accepts.
58 On the server, this setting determines which certificate types the server is
H A DCMS_get0_type.pod5 …1_eContentType, CMS_get0_eContentType, CMS_get0_content - get and set CMS content types and content
43 using OBJ_obj2nid(). For the currently supported content types the following
H A DSSL_CTX_set_msg_callback.pod71 content types are used to signal some other event in the processing of data (see
77 case of pseudo content types), which consists of I<len> bytes. The buffer is no
115 of data. The following pseudo content types are currently defined:
172 The pseudo content types B<SSL3_RT_QUIC_DATAGRAM>, B<SSL3_RT_QUIC_PACKET>,
/openssl/
H A DNOTES-ANSI.md18 This macro enables the use of the following types, functions and global
25 This macro enables the use of the following types, functions and global

Completed in 48 milliseconds

12345678