/openssl/crypto/asn1/ |
H A D | a_mbstr.c | 280 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 D | openssl-core.h.pod | 5 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 D | openssl-qlog.pod | 48 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 D | openssl-core_dispatch.h.pod | 6 - 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 D | ossl_store-file.pod | 24 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 D | EVP_PKEY-HMAC.pod | 11 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 D | qlog.md | 110 - `+*` (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 D | 30-test_evp_fetch_prov.t | 24 my @types = ( "digest", "cipher" ); 99 plan tests => 1 + $testcount * scalar(@types); 104 foreach my $alg (@types) {
|
/openssl/crypto/store/ |
H A D | store_strings.c | 25 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 D | ASN1_STRING_length.pod | 44 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 D | EVP_PKEY_get_field_type.pod | 18 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 D | ASN1_TYPE_get.pod | 35 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 D | OSSL_STORE_expect.pod | 24 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 D | X509_NAME_add_entry_by_txt.pod | 49 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 D | EVP_PKEY_get_group_name.pod | 25 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 D | OSSL_ENCODER_CTX_new_for_pkey.pod | 46 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 D | UI_STRING.pod | 62 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 D | ADMISSIONS.pod | 99 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 D | EVP_DigestSignInit.pod | 68 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 D | SSL_poll.pod | 107 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 D | BIO_find_type.pod | 24 The following general types are defined: 27 For a list of the specific types, see the F<< <openssl/bio.h> >> header file.
|
H A D | SSL_set1_server_cert_type.pod | 46 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 D | CMS_get0_type.pod | 5 …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 D | SSL_CTX_set_msg_callback.pod | 71 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 D | NOTES-ANSI.md | 18 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
|