Home
last modified time | relevance | path

Searched refs:extension (Results 26 – 50 of 105) sorted by relevance

12345

/openssl/Configurations/
H A DREADME-design.md32 when they are, it's always with the file name extension `.o`), they are
78 called `apps/openss` (the file name extension will depend on the
461 extension, src2obj() is expected to change it to
481 extension, obj2lib is expected to add that. 'objs'
504 *without* extension. This is useful in case
508 *without* extension. 'deps' has the list of other
509 libraries (also *without* extension) this library
537 *without* extension, obj2bin is expected to add
540 (also *without* extension) that the programs needs
567 # Note 2: obj2shlib must convert the '.o' extension to whatever
H A DREADME.md119 shared_extension => File name extension used for shared
121 obj_extension => File name extension used for object files.
125 exe_extension => File name extension used for executable
130 shared library name and the extension. On "unixy"
552 extension, src2obj() is expected to change it to
572 extension, obj2lib is expected to add that. 'objs'
595 *without* extension. This is useful in case
599 *without* extension. 'deps' has the list of other
600 libraries (also *without* extension) this library
628 *without* extension, obj2bin is expected to add
[all …]
/openssl/doc/man3/
H A DSSL_CTX_set1_curves.pod48 supported groups extension. For a TLS server the groups are used to
68 in the supported groups extension. It returns the total number of
73 extension. If a supported group NID is unknown then the value is set to the
77 client in the supported_groups extension. The B<*out> array of bytes
H A DSSL_CTX_set_split_send_fragment.pod114 It affects the client-side as only its side may initiate this extension use.
121 It affects the client-side as only its side may initiate this extension use.
137 The Maximum Fragment Length extension support is optional on the server side.
138 If the server does not support this extension then
H A DSCT_new.pod166 (TLS extension, X.509 certificate extension or OCSP response). This is not
185 For example, an SCT found in an X.509 extension must have been issued for a pre-
H A DSSL_check_chain.pod44 algorithms extension).
75 Since the supported signature algorithms extension is only used in TLS 1.2,
H A DCT_POLICY_EVAL_CTX_new.pod115 certificate (i.e. those in an X.509 extension), but may not be the case for SCTs
116 found in the TLS SCT extension or OCSP response.
H A DX509_check_issued.pod20 but also compares all sub-fields of the B<authorityKeyIdentifier> extension of
H A DX509_REQ_get_extensions.pod7 - handle X.509 extension attributes of a CSR
H A DSSL_CTX_set_options.pod67 Add server-hello extension from the early version of cryptopro draft
85 Adds a padding extension to ensure the ClientHello size is never between
167 extension is larger than 1024 bytes.
246 If this option is set, the certificate compression extension is ignored
254 If this option is set, the certificate compression extension will not be sent
272 propose, and servers will not accept the extension.
280 not propose, and servers will not accept the extension.
H A DSSL_CTX_set_alpn_select_cb.pod56 protocols and no ALPN extension will be sent to the server.
108 wishes to advertise. Otherwise, no such extension will be included in the
195 B<SSL_TLSEXT_ERR_OK> if it wishes to advertise. Otherwise, no such extension
H A DSSL_CTX_set_ct_validation_callback.pod110 be set if a custom client extension handler has been registered to handle SCT
118 They return 0 if an error occurs, e.g. a custom client extension handler has
H A DSSL_CTX_load_verify_locations.pod82 extension must be different (e.g. 9d66eef0.0, 9d66eef0.1 etc). The search
83 is performed in the ordering of the extension number, regardless of other
H A DSSL_CTX_set_verify.pod69 Post-Handshake Authentication extension to be added to the ClientHello such that
71 then the extension is not sent, otherwise it is. By default the extension is not
213 extension. When the client returns a certificate the verify callback will be
H A DSSL_CONF_cmd.pod116 algorithms extension. For servers it is used to determine which signature
153 the supported groups extension. For servers, it is used to determine which
345 B<certificate_authorities> extension for TLS 1.3 (in ClientHello or
351 Attempts to use the file B<value> in the "serverinfo" extension using the
370 value is used directly for the supported signature algorithms extension. For
409 sent using the supported groups extension. For servers, it is used
533 B<EncryptThenMac>: use encrypt-then-mac extension, enabled by
561 B<ExtendedMasterSecret>: use extended master secret extension, enabled by
565 B<CANames>: use CA names extension, enabled by
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_hw_armv8.inc11 * Crypto extension support for AES modes ecb, cbc, ofb, cfb, ctr.
H A Dcipher_aes_gcm_hw_armv8.inc11 * Crypto extension support for AES GCM.
/openssl/doc/man7/
H A Dproxy-certificates.pod32 They must have the B<proxyCertInfo> extension.
65 # The extension which marks this certificate as a proxy
68 It's also possible to specify the proxy extension in a separate section:
108 With a proxy extension, creating a proxy certificate is a matter of
H A Dx509.pod28 extension) and a few more.
/openssl/crypto/err/
H A Dopenssl.txt1322 SSL_R_BAD_EXTENSION:110:bad extension
1409 SSL_R_EXTENSION_NOT_RECEIVED:279:extension not received
1651 SSL_R_UNSOLICITED_EXTENSION:217:unsolicited extension
1740 X509V3_R_ERROR_IN_EXTENSION:128:error in extension
1742 X509V3_R_EXTENSION_EXISTS:145:extension exists
1743 X509V3_R_EXTENSION_NAME_ERROR:115:extension name error
1744 X509V3_R_EXTENSION_NOT_FOUND:102:extension not found
1746 X509V3_R_EXTENSION_VALUE_ERROR:116:extension value error
1747 X509V3_R_ILLEGAL_EMPTY_EXTENSION:151:illegal empty extension
1795 X509V3_R_UNKNOWN_EXTENSION:129:unknown extension
[all …]
/openssl/crypto/x509/
H A Dv3_conf.c246 X509_EXTENSION *extension = NULL; in v3_generic_extension() local
274 extension = X509_EXTENSION_create_by_OBJ(NULL, obj, crit, oct); in v3_generic_extension()
280 return extension; in v3_generic_extension()
/openssl/test/
H A Dct_test.c152 static int compare_extension_printout(X509_EXTENSION *extension, in compare_extension_printout() argument
160 || !TEST_true(X509V3_EXT_print(text_buffer, extension, in compare_extension_printout()
/openssl/doc/designs/quic-design/
H A Dquic-fault-injector.md338 * Helper function to delete an extension from an extension block. |exttype| is
339 * the type of the extension to be deleted. |ext| points to the extension block.
340 * On entry |*extlen| contains the length of the extension block. It is updated
350 * for listening for specific extension types.
/openssl/doc/man1/
H A Dopenssl-info.pod.in53 Outputs the DSO extension OpenSSL uses.
/openssl/include/crypto/
H A Driscv_arch.def15 * statement, with an argument as the extension name in all-caps,

Completed in 75 milliseconds

12345