Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/openssl/doc/man1/
H A Dopenssl-verify.pod.in41 The file or URI should contain one or more CRLs in PEM or DER format.
42 This option can be specified more than once to include CRLs from multiple
61 A file or URI of (more or less) trusted certificates.
62 See L<openssl-verification-options(1)> for more information on trust settings.
64 This option can be specified more than once to load certificates from multiple
70 This option can be specified more than once to load certificates from multiple
101 One or more target certificates to verify, one per file. If no certificates are
H A Dopenssl-crl2pkcs7.pod.in22 This command takes an optional CRL and one or more
56 Specifies a filename containing one or more certificates in B<PEM> format.
58 option can be used more than once to read certificates from multiple
H A Dopenssl-genrsa.pod.in56 The output file password source. For more information about the format
106 RSA private key generation essentially involves the generation of two or more
115 may vary somewhat. But in general, more primes lead to less generation time
/openssl/doc/man3/
H A DOSSL_STORE_expect.pod32 OSSL_STORE_find() helps applications specify a criterion for a more fine
45 If a more elaborate filter is required by the application, a better choice
47 See L<OSSL_STORE_open(3)> for more information.
50 to make object retrieval more efficient, so if a single type is expected, this
H A DSSL_poll.pod29 - determine or await readiness conditions for one or more pollable objects
77 or more BIO_POLL_DESCRIPTOR structures to be determined. In particular, it can
104 This is the set of zero or more events which the caller is interested in
106 collection of zero or more B<SSL_POLL_EVENT> flags. See L</EVENT TYPES> for a
111 After SSL_poll() returns, this is the set of zero or more events which are
113 it is a collection of zero or more B<SSL_POLL_EVENT> flags.
117 TYPES> for more information.
131 mode of operation, which is not currently supported. For more information, see
194 in I<items> with B<SSL_POLL_EVENT_F> set. See L</RETURN VALUES> for more
241 connection SSL object with a default stream attached) could accept more
[all …]
H A DBIO_meth_new.pod83 of the various BIO capabilities. See the L<bio(7)> page for more information.
100 L<BIO_find_type(3)> page for more information.
130 page for more information). This function will be called in response to the
136 more information. This function will be called in response to the application
159 the L<BIO_callback_ctrl(3)> page for more information. This function will be called
166 more information.
H A DSSL_CTX_use_serverinfo.pod29 SSL_CTX_use_serverinfo_ex() loads one or more serverinfo extensions from
54 SSL_CTX_use_serverinfo_file() loads one or more serverinfo extensions from
60 If more than one certificate (RSA/DSA) is installed using
H A DUI_UTIL_read_pw.pod34 When not used any more, the returned method should be freed with
41 See L<UI_get_default_method(3)> and friends for more information.
H A DSSL_CTX_set_split_send_fragment.pod59 explained further below. OpenSSL will only ever use more than one pipeline if
90 peer (and the network) can provide to us in one go. The more records we can get
91 in one go the more opportunity we have to parallelise the processing. As noted
96 at a time. The more data that can be read, the more opportunity there is for
H A DSSL_get_error.pod54 No more data can be read.
59 is set. See L<SSL_CTX_set_options(3)> for more details.
75 See L<SSL_read(3)> for more information.
97 It is safe to call SSL_read() or SSL_read_ex() when more data is available
168 contain more information on the error. For socket I/O on Unix systems, consult
178 error. The OpenSSL error queue contains more information on the error. If this
H A DRAND_add.pod36 built with automatic reseeding disabled, see L<RAND(7)> for more details.
44 see L<RAND(7)> for more details.
61 For more details, see L<EVP_RAND(7)>.
H A DSSL_read_early_data.pod114 When the client no longer wishes to send any more early data then it should
151 call SSL_read_early_data() to read more data.
155 This indicates that no more early data can be read. It may be returned on the
211 is controlled by the recv_max_early_data setting. If a client sends more than
221 server. If a client sends more data than this then the connection will abort.
230 Some server applications may wish to have more control over whether early data
264 single TCP packet, or if there are more calls to SSL_write_early_data() then
296 attempts to reuse a session ticket more than once, then the second and
340 SSL_READ_EARLY_DATA_SUCCESS for success with more data to read and
341 SSL_READ_EARLY_DATA_FINISH for success with no more to data be read. In the
/openssl/test/
H A DREADME-external.md57 explicitly run (with more debugging):
65 of your system. Certain tests may require more installed packages to run. No
86 explicitly run (with more debugging):
109 explicitly run (with more debugging):
140 explicitly run (with more debugging):
H A DREADME-dev.md61 A recipe that runs a more complex test
64 For more complex tests, you will need to read up on Test::More and
156 The former produces a more meaningful message on failure than the latter.
/openssl/test/certs/
H A Dcert-key-cert.pem31 And more
61 And more
/openssl/doc/designs/quic-design/
H A Dquic-connID-retire.md13 * use more than the just latest CID for packet transmission
20 To achieve this, more work is required:
54 When we want to retire one (or more) connection IDs we have to:
H A Dquic-fc.md26 have not, as the peer may wait indefinitely for us to send more data before
27 advancing us more flow control credit.)
65 - (RX side only) **Retirement**, which refers to where we dequeue one or more
90 get to the CWM before we choose to extend the peer more credit by bumping the
185 somewhat more involved than the TX side.
196 If we receive more controlled bytes than we authorized, the state machine emits
201 should be advanced more flow control credit (i.e., when the CWM should be
206 more controlled bytes are dequeued from any stream and passed to the
269 For more information on auto-tuning, see [Flow control in
/openssl/dev/
H A DNEWS-FORMAT.md4 With 3.2 onwards we are seeking to make our NEWS.md file more like release
12 This makes the file more readable when read in raw form, which will commonly
60 <one or more blocks listed below as applicable, in order shown below>
81 For a patch release which fixes one or more CVEs, the following opener paragraph
204 A more detailed list of changes in this release can be found in the
/openssl/doc/designs/
H A Dthread-api.md17 providing more flexible or advanced usage may be added in future releases.
73 * only one supported model (the default model), but there may be more in the
78 /* Returns zero or more of OSSL_THREAD_SUPPORT_FLAG_*. */
/openssl/doc/man7/
H A Dossl-guide-libssl-introduction.pod40 represents that stream. See L<ossl-guide-tls-introduction(7)> for more
47 L<ossl-guide-quic-introduction(7)> for more information.
76 can be reused to create future connections with the same peer more rapidly. The
79 peer may generate zero or more such B<SSL_SESSION> objects for use in future
H A Dossl_store.pod34 See L<ossl_store-file(7)> for more information.
55 * that no more data can be expected
H A Ddes_modes.pod107 Selection of a small value for j will require more cycles through
141 The absence of chaining makes the OFB more vulnerable to specific attacks.
151 Selection of a small value for j will require more cycles through
207 to only slightly more than 56 bits, but these require a lot of memory.
H A Dproperty.pod31 two or more C-style identifiers, separated by periods.
72 It is an error if a property name appears in more than one query clause.
115 If there is more than one such optimal candidate, the result will be
121 In order to permit a more concise expression of boolean properties, there
/openssl/ssl/record/methods/
H A Ddtls_meth.c381 size_t more, n; in dtls_get_more_records() local
495 more = rr->length; in dtls_get_more_records()
496 rret = rl->funcs->read_n(rl, more, more, 1, 1, &n); in dtls_get_more_records()
498 if (rret < OSSL_RECORD_RETURN_SUCCESS || n != more) { in dtls_get_more_records()
/openssl/
H A DREADME.md61 - and more...
87 the entire project history gives you much more insight into the
110 GitHub pull requests. For more details, see [Contributing](#contributing).
181 See the [LICENSE.txt](LICENSE.txt) file for more details.
187 your requirement. See the [SUPPORT](SUPPORT.md) file for more details.

Completed in 90 milliseconds

12345678910>>...14