/openssl-master/doc/man1/ |
A D | openssl-verify.pod.in | 41 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
|
A D | openssl-crl2pkcs7.pod.in | 22 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
|
A D | openssl-genrsa.pod.in | 58 The output file password source. For more information about the format 103 RSA private key generation essentially involves the generation of two or more 112 may vary somewhat. But in general, more primes lead to less generation time
|
A D | openssl-srp.pod.in | 33 These options take zero or more usernames as parameters and perform the 90 For more information about the format of B<arg>
|
/openssl-master/doc/man3/ |
A D | OSSL_STORE_expect.pod | 32 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
|
A D | SSL_CTX_use_serverinfo.pod | 29 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
|
A D | EVP_PKEY_verify.pod | 24 for more information about implicit fetches. 40 The function EVP_PKEY_verify() can be called more than once on the same 49 of invalid form) it is not an indication of a more serious error.
|
A D | SSL_get_error.pod | 52 No more data can be read. 57 is set. See L<SSL_CTX_set_options(3)> for more details. 73 See L<SSL_read(3)> for more information. 85 It is safe to call SSL_read() or SSL_read_ex() when more data is available 156 contain more information on the error. For socket I/O on Unix systems, consult 166 error. The OpenSSL error queue contains more information on the error. If this
|
A D | BIO_meth_new.pod | 63 of the various BIO capabilities. See the L<bio(7)> page for more information. 76 L<BIO_find_type(3)> page for more information. 106 page for more information). This function will be called in response to the 112 more information. This function will be called in response to the application 132 the L<BIO_callback_ctrl(3)> page for more information. This function will be called
|
A D | SSL_CTX_set_split_send_fragment.pod | 59 explained further below. OpenSSL will only every 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
|
A D | UI_UTIL_read_pw.pod | 34 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.
|
A D | RAND_add.pod | 36 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)>.
|
A D | SSL_read_early_data.pod | 114 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 259 single TCP packet, or if there are more calls to SSL_write_early_data() then 291 attempts to reuse a session ticket more than once, then the second and 335 SSL_READ_EARLY_DATA_SUCCESS for success with more data to read and 336 SSL_READ_EARLY_DATA_FINISH for success with no more to data be read. In the
|
A D | SSL_pending.pod | 26 record) may have been read containing more TLS/SSL records. This also applies to 30 will ignore them. Therefore, it is possible for no more bytes to be readable from
|
A D | EVP_PKEY_CTX_set_params.pod | 25 See L<OSSL_PROVIDER(3)> for more information on providers. 26 See L<OSSL_PARAM(3)> for more information on parameters.
|
A D | SSL_alert_type_string.pod | 139 A TLSCiphertext record was received which had a length more than 141 with more than 2^14+1024 bytes. This message is always fatal. 185 failed specifically because the server requires ciphers more 200 close_notify is more appropriate. This alert should be followed
|
/openssl-master/test/certs/ |
A D | cert-key-cert.pem | 31 And more 61 And more
|
/openssl-master/test/ |
A D | README-external.md | 57 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):
|
A D | README-dev.md | 61 A recipe that runs a more complex test 64 For more complex tests, you will need to read up on Test::More and 152 The former produces a more meaningful message on failure than the latter.
|
/openssl-master/ |
A D | README.md | 53 - and more... 75 the entire project history gives you much more insight into the 98 GitHub pull requests. For more details, see [Contributing](#contributing). 144 See the [LICENSE.txt](LICENSE.txt) file for more details. 150 your requirement. see the [SUPPORT](SUPPORT.md) file for more details.
|
/openssl-master/ssl/record/ |
A D | ssl3_record.c | 177 size_t more, n; in ssl3_get_record() local 424 more = thisrr->length + SSL2_RT_HEADER_LENGTH in ssl3_get_record() 427 more = thisrr->length; in ssl3_get_record() 430 if (more > 0) { in ssl3_get_record() 433 rret = ssl3_read_n(s, more, more, 1, 0, &n); in ssl3_get_record() 1686 size_t more, n; in dtls1_get_record() local 1800 more = rr->length; in dtls1_get_record() 1801 rret = ssl3_read_n(s, more, more, 1, 1, &n); in dtls1_get_record() 1803 if (rret <= 0 || n != more) { in dtls1_get_record()
|
/openssl-master/doc/man7/ |
A D | ossl_store.pod | 34 See L<ossl_store-file(7)> for more information. 51 * that no more data can be expected
|
A D | des_modes.pod | 107 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.
|
A D | property.pod | 31 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
|
A D | ossl_store-file.pod | 31 formatted files can contain more than one object, the file handlers 56 See L<passphrase-encoding(7)> for more information.
|