Home
last modified time | relevance | path

Searched refs:want (Results 51 – 75 of 104) sorted by relevance

12345

/openssl/doc/man3/
H A DRSA_public_encrypt.pod102 Applications that want to be secure against side-channel attacks with
H A DBF_encrypt.pod99 If you still want to use these functions, you should be aware that they take
H A DX509v3_get_ext_by_NID.pod106 Applications that want to parse or encode and add an extension should
H A DOSSL_PARAM.pod146 Entities that want to set or request parameters need to know what
296 describes a type, but document checkers still want that section, and
H A DERR_put_error.pod109 Other pieces of software that may want to use OpenSSL's error reporting
H A DSSL_CTX_dane_enable.pod64 L<SSL_connect(3)> if (and only if) you want to enable DANE for that connection.
107 Applications that want to retain access to the certificate can call
H A DEVP_RAND.pod79 If you just want to generate random bytes then you don't need to use
81 If you want to do more, these calls should be used instead of the older
H A DEVP_PKEY_keygen.pod43 may want to set user provided generation parameters that further affect key
H A DSSL_CTX_new.pod186 If you want to limit the supported protocols for the version flexible
H A DSSL_CTX_set_options.pod165 Disable TLS Extension CA Names. You may want to disable it for security reasons
452 OpenSSL client applications that want to ensure they can B<not> connect to
/openssl/doc/designs/quic-design/
H A Dquic-thread-assist.md43 It would also only be required for applications which want to use thread
H A Dquic-io-arch.md24 want to throw away what they’ve got. Where QUIC necessitates a change they
30 - We want to support both blocking and non-blocking semantics
37 - We want to support custom BIOs on the network side and to the extent
286 - There are some circumstances where an application might want to multiplex
H A Dconnection-id-cache.md86 If we want to retire a frame, we send a retirement frame and mark the
H A Dquic-api.md37 … - [`SSL_net_read_desired`, `SSL_net_write_desired`](#-ssl-want-net-read----ssl-want-net-write-)
38 … - [`SSL_want`, `SSL_want_read`, `SSL_want_write`](#-ssl-want----ssl-want-read----ssl-want-write-)
629 well want to pass around SSL objects for individual QUIC streams to existing
1601 application would want to create a locally-initiated stream and then have the
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md21 and you'll want to document this.
/openssl/doc/designs/
H A Dpassing-algorithmidentifier-parameters.md52 We may arguably want to consider `doc/man7/provider-keymgmt.pod` too, but
H A Dxof.md152 Do we want to have an Alias function?
/openssl/doc/man7/
H A Dossl-guide-libssl-introduction.pod68 This structure is used to indicate the kind of connection you want to make, e.g.
H A Dprovider.pod21 that one might want to perform.
/openssl/external/perl/Text-Template-1.56/
H A DChanges204 This is useful, for example, if you want to enable `strict' checks in
205 your templates but you don't want to manually add `use strict' to the
/openssl/ssl/quic/
H A Dquic_impl.c1459 int want = SSL_want(qc->tls); in tls_wants_non_io_retry() local
1461 if (want == SSL_X509_LOOKUP in tls_wants_non_io_retry()
1462 || want == SSL_CLIENT_HELLO_CB in tls_wants_non_io_retry()
1463 || want == SSL_RETRY_VERIFY) in tls_wants_non_io_retry()
/openssl/
H A DINSTALL.md136 If you just want to get OpenSSL installed without bothering too much
1447 Contains the header files needed if you want
1473 Contains the header files needed if you want
1503 Package builders who want to configure the library for standard locations,
1685 OpenSSL you may need to use this if you want to update
1810 You may want increased verbosity, that can be accomplished as described in
1813 You may also want to selectively specify which test(s) to perform. This can be
/openssl/test/recipes/30-test_evp_data/
H A Devpmac_common.txt30 Input = "what do ya want for nothing?"
/openssl/doc/man1/
H A Dopenssl-enc.pod.in243 from a password unless you want compatibility with previous versions of
468 certain parameters. So if, for example, you want to use RC2 with a
H A Dopenssl-req.pod.in232 B<default_keyfile> option is used, if present. Thus, if you want to write the
583 by OpenSSL's request signing utilities but some CAs might want them.
799 PrintableStrings and you don't want to or can't use BMPStrings.

Completed in 73 milliseconds

12345