Searched refs:action (Results 1 – 25 of 37) sorted by relevance
12
/openssl/util/ |
H A D | write-man-symlinks | 24 my $action = $ARGV[0]; 43 if ($action eq "install") {
|
/openssl/doc/man3/ |
H A D | SSL_do_handshake.pod | 33 taking appropriate action to satisfy the needs of SSL_do_handshake(). 34 The action depends on the underlying BIO. When using a nonblocking socket, 60 not clean. It can also occur if action is needed to continue the operation
|
H A D | SSL_accept.pod | 32 taking appropriate action to satisfy the needs of SSL_accept(). 33 The action depends on the underlying BIO. When using a nonblocking socket, 59 not clean. It can also occur if action is needed to continue the operation
|
H A D | OSSL_CRMF_MSG_set1_regCtrl_regToken.pod | 39 OSSL_CRMF_PKIPUBLICATIONINFO *pi, int action); 79 OSSL_CRMF_MSG_set_PKIPublicationInfo_action() sets the action in the given I<pi> 80 using the given I<action> as value. See RFC 4211, section 6.3.
|
H A D | SSL_connect.pod | 32 taking appropriate action to satisfy the needs of SSL_connect(). 33 The action depends on the underlying BIO. When using a nonblocking socket, 74 not clean. It can also occur if action is needed to continue the operation
|
H A D | UI_STRING.pod | 60 UI_get0_action_string() is used to retrieve the action description 108 UI_get0_action_string() returns the UI string action description 119 UI_get0_test_string() returns the UI string action description
|
H A D | SSL_library_init.pod | 25 SSL_library_init() must be called before any other action takes place.
|
H A D | SSL_write.pod | 97 then must repeat the call after taking appropriate action to satisfy the needs 98 of the write function. The action depends on the underlying BIO. When using a 159 closed, an error occurred or action must be taken by the calling process. 181 closed, an error occurred or action must be taken by the calling process.
|
H A D | SSL_read.pod | 83 The calling process then must repeat the call after taking appropriate action 85 The action depends on the underlying BIO. 128 an error occurred or action must be taken by the calling process.
|
H A D | SSL_set_fd.pod | 33 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
|
H A D | SSL_read_early_data.pod | 112 the correct course of action, as for L<SSL_write_ex(3)>. 190 further action taken. 337 failure call L<SSL_get_error(3)> to determine the correct course of action. 343 action.
|
H A D | CMAC_CTX.pod | 63 If the argument is NULL, no action is taken.
|
H A D | BIO_should_retry.pod | 54 the reason code and the action that should be taken depends on
|
H A D | X509_get_extension_flags.pod | 168 X509_get_extension_flags() and take appropriate action is an extension is
|
/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 158 int action) in OSSL_CRMF_MSG_set_PKIPublicationInfo_action() argument 161 || action < OSSL_CRMF_PUB_ACTION_DONTPUBLISH in OSSL_CRMF_MSG_set_PKIPublicationInfo_action() 162 || action > OSSL_CRMF_PUB_ACTION_PLEASEPUBLISH) { in OSSL_CRMF_MSG_set_PKIPublicationInfo_action() 167 return ASN1_INTEGER_set(pi->action, action); in OSSL_CRMF_MSG_set_PKIPublicationInfo_action()
|
H A D | crmf_local.h | 142 ASN1_INTEGER *action; member
|
H A D | crmf_asn.c | 68 ASN1_SIMPLE(OSSL_CRMF_PKIPUBLICATIONINFO, action, ASN1_INTEGER),
|
/openssl/.github/workflows/ |
H A D | coveralls.yml | 22 checks: write # for coverallsapp/github-action to create new checks 89 uses: coverallsapp/github-action@v2.3.2
|
H A D | windows.yml | 188 - uses: cygwin/cygwin-install-action@master 195 # Activate this if checkout action fails:
|
/openssl/exporters/cmake/ |
H A D | OpenSSLConfig.cmake.in | 76 # called, or whatever. Therefore, the best course of action is to quit with a 116 # available. The best course of action is to simply return and leave it to CMake to
|
/openssl/include/openssl/ |
H A D | crmf.h.in | 117 int action);
|
H A D | ui.h.in | 88 The boolean input functions take an action description string (which should 89 be safe to ignore if the expected user action is obvious, for example with 354 * Return the optional action string to output (the boolean prompt
|
/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 152 enum action { enum 173 enum action action_type; 227 enum action action_type; 2839 enum action action_type, in evp_pkey_ctx_setget_params_to_ctrl() 2908 enum action action_type, in evp_pkey_setget_params_to_ctrl()
|
/openssl/demos/guide/ |
H A D | README.md | 93 most easily be seen in action in our quic interop container, buildable from
|
/openssl/doc/HOWTO/ |
H A D | documenting-functions-and-macros.md | 7 enforced by the `make doc-nits` target resp. `check-docs` GitHub action.
|
Completed in 34 milliseconds
12