Home
last modified time | relevance | path

Searched refs:cause (Results 1 – 25 of 77) sorted by relevance

1234

/openssl/doc/man3/
H A DBIO_should_retry.pod33 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 DX509_get_default_cert_file.pod54 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 DSSL_get_value_uint.pod156 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 DBIO_s_datagram.pod62 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 DOSSL_LIB_CTX_set_conf_diagnostics.pod20 particular any errors in the ssl configuration module will cause a failure
H A DOSSL_INDICATOR_set_callback.pod55 /* For Testing purposes you could return 0 here to cause an error */
H A DBIO_read.pod94 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 DSSL_set_session_secret_cb.pod53 client this will cause an immediate abort of the handshake.
H A DDSA_sign.pod38 cause overhead, and does not affect the actual signature
H A DSSL_SESSION_free.pod57 It must not be called on other SSL_SESSION objects, as this would cause
H A DPEM_bytes_read_bio.pod25 continue reading. Non-PEM data present in the stream may cause an
H A DX509_cmp.pod70 circumstances, which could cause confusion for the applications.
H A DSSL_free.pod60 protocol, this will automatically cause the peer to reset that part of the
H A DDTLSv1_listen.pod71 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 DSRP_VBASE_new.pod66 username. When using SRP as a TLS authentication mechanism, this will cause
H A DSSL_write.pod62 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 DDEFINE_STACK_OF.pod118 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 DEVP_PKEY_gettable_params.pod44 obtain an integer value that does not fit into a native C B<int> type will cause
/openssl/test/helpers/
H A Dquictestlib.c666 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 DREADME.txt2 a script. This is often a cause for confusion which can result in incorrect
/openssl/doc/man7/
H A Ddes_modes.pod108 the encipherment algorithm per unit of plaintext and thus cause
152 the encipherment algorithm per unit of plaintext and thus cause
H A Dossl-guide-tls-client-block.pod330 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 DLICENSE.txt19 "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 Dossl_namemap_new.pod108 dealing with the same namemap may cause the list of names to change
H A DDEFINE_PRIORITY_QUEUE_OF.pod69 will not fail or cause memory to be allocated or reallocated. If I<n>

Completed in 70 milliseconds

1234