Searched refs:cause (Results 1 – 25 of 79) sorted by relevance
1234
/openssl/doc/man3/ |
H A D | BIO_should_retry.pod | 33 If BIO_should_retry() is false then the cause is an error condition. 35 BIO_should_read() is true if the cause of the condition is that the BIO 39 BIO_should_write() is true if the cause of the condition is that the BIO 44 reason other than reading or writing is the cause of the condition. 46 BIO_retry_type() returns a mask of the cause of a retry condition 71 0 and BIO_should_retry() is false then the cause will be that the 95 For example if the cause is ultimately a socket and BIO_should_read() 122 BIO_retry_type() returns a flag combination presenting the cause of a retry
|
H A D | X509_get_default_cert_file.pod | 54 would cause instantiation of the "file" store provided as part of the default 55 provider, but would also cause an L<X509_LOOKUP_hash_dir(3)> instance to look
|
H A D | SSL_get_value_uint.pod | 156 SSL_get_value() does not cause internal event processing to occur unless the 257 implicit event handling model does not in itself cause implicit event handling 260 handling model will not cause event handling to occur before making that 287 calls to L<SSL_write_ex(3)> which accept data cause this number to increase. 296 calls to L<SSL_write_ex(3)> which accept data cause this number to decrease.
|
H A D | BIO_s_datagram.pod | 62 neither BIO_ctrl_dgram_connect() nor BIO_ctrl_set_connected() cause a socket 73 calls BIO_read(), any host on the network may cause future datagrams written to 84 L<BIO_recvmmsg(3)> methods are stateless and do not cause the internal state of 98 Despite its name, this function does not cause the underlying socket to become
|
H A D | OSSL_LIB_CTX_set_conf_diagnostics.pod | 20 particular any errors in the ssl configuration module will cause a failure
|
H A D | OSSL_INDICATOR_set_callback.pod | 55 /* For Testing purposes you could return 0 here to cause an error */
|
H A D | BIO_read.pod | 94 can cause several reads (and writes in the case of SSL BIOs) on the underlying 100 determine the cause of a retry and other I/O issues.
|
H A D | SSL_set_session_secret_cb.pod | 53 client this will cause an immediate abort of the handshake.
|
H A D | DSA_sign.pod | 38 cause overhead, and does not affect the actual signature
|
H A D | SSL_SESSION_free.pod | 57 It must not be called on other SSL_SESSION objects, as this would cause
|
H A D | PEM_bytes_read_bio.pod | 25 continue reading. Non-PEM data present in the stream may cause an
|
H A D | X509_cmp.pod | 70 circumstances, which could cause confusion for the applications.
|
H A D | SSL_free.pod | 60 protocol, this will automatically cause the peer to reset that part of the
|
H A D | DTLSv1_listen.pod | 71 receive datagrams from any host on the network, which will cause subsequent 74 socket means that any host on the network can cause outgoing DTLS traffic to be
|
H A D | SRP_VBASE_new.pod | 66 username. When using SRP as a TLS authentication mechanism, this will cause
|
H A D | SSL_write.pod | 62 Setting this flag does not cause a stream's send part to be concluded if not all 96 call to a write function can also cause read operations! The calling process
|
H A D | DEFINE_STACK_OF.pod | 118 or B<sk_I<TYPE>_unshift>() will not fail or cause memory to be allocated 125 B<sk_I<TYPE>_unshift>() will not fail or cause memory to be allocated or 212 or B<sk_I<TYPE>_push>() can "grow" the size of an internal array and cause race
|
H A D | EVP_PKEY_gettable_params.pod | 44 obtain an integer value that does not fit into a native C B<int> type will cause
|
/openssl/test/helpers/ |
H A D | quictestlib.c | 666 const QUIC_TERMINATE_CAUSE *cause; in qtest_check_server_transport_err() local 676 cause = ossl_quic_tserver_get_terminate_cause(qtserv); in qtest_check_server_transport_err() 677 if (!TEST_ptr(cause) in qtest_check_server_transport_err() 678 || !TEST_true(cause->remote) in qtest_check_server_transport_err() 679 || !TEST_false(cause->app) in qtest_check_server_transport_err() 680 || !TEST_uint64_t_eq(cause->error_code, code)) in qtest_check_server_transport_err()
|
/openssl/demos/certs/ |
H A D | README.txt | 2 a script. This is often a cause for confusion which can result in incorrect
|
/openssl/doc/man7/ |
H A D | EVP_RAND-JITTER.pod | 51 this option will cause the FIPS provider to operate in a non-compliant
|
H A D | des_modes.pod | 108 the encipherment algorithm per unit of plaintext and thus cause 152 the encipherment algorithm per unit of plaintext and thus cause
|
H A D | ossl-guide-tls-client-block.pod | 330 A common cause of failures at this stage is due to a problem verifying the 336 cause). Otherwise we use the L<X509_verify_cert_error_string(3)> function to get 410 L<SSL_get_error(3)> to determine the cause of the 0 return value. 533 store for the client then this will cause a verification failure during 547 not match the hostname in the certificate then this will cause verification to
|
/openssl/ |
H A D | LICENSE.txt | 19 "control" means (i) the power, direct or indirect, to cause the 98 (b) You must cause any modified files to carry prominent notices
|
/openssl/doc/internal/man3/ |
H A D | ossl_namemap_new.pod | 108 dealing with the same namemap may cause the list of names to change
|
Completed in 48 milliseconds
1234