/openssl/doc/man3/ |
H A D | EVP_PKEY_ASN1_METHOD.pod | 167 They MUST return 0 on error, 1 on success. 177 It MUST return 0 on error, 1 on success. 187 They MUST return 0 on error, 1 on success. 192 It MUST return 0 on error, 1 on success. 216 They MUST return 0 on error, 1 on success. 225 It MUST return 0 on error, 1 on success. 230 negative number on error. 235 It MUST return 0 on error, 1 on success. 247 It MUST return 0 on error, 1 on success. 292 error [all …]
|
H A D | SSL_get_verify_result.pod | 20 SSL_get_verify_result() can only return one error code while the verification 22 the last verification error that occurred during the processing is available 29 from the error stack there, because once L<SSL_connect(3)> returns, 38 X509_V_OK. This is because no verification error occurred, it does however
|
H A D | SSL_get_conn_close_info.pod | 87 This is a 62-bit QUIC error code. It is either a 62-bit application error code 89 QUIC transport error code (if B<SSL_CONN_CLOSE_FLAG_TRANSPORT> is set in 130 The B<OSSL_QUIC_ERR> macro definitions provide the QUIC transport error codes as 132 a TLS alert code into a QUIC transport error code by mapping it into the range 140 the wire and therefore do not have standard error codes. OpenSSL indicates these 142 and using one of the following error values. These codes are specific to
|
H A D | OSSL_CMP_MSG_get0_header.pod | 122 or NULL if the respective entry does not exist and on error. 124 OSSL_CMP_MSG_get_bodytype() returns the body type or -1 on error. 126 OSSL_CMP_MSG_get0_certreq_publickey() returns a public key or NULL on error. 129 NULL on error. 131 d2i_OSSL_CMP_MSG_bio() returns the parsed message or NULL on error. 134 return the parsed CMP message or NULL on error. 137 negative value if an error occurs. 141 return 1 on success, 0 on error.
|
H A D | SSL_get_stream_read_state.pod | 82 When this value is returned, the application error code which was signalled can 100 When this value is returned, the application error code which was signalled can 116 the application error code which was signalled during non-normal termination of 118 application error code is written to I<*app_error_code>. 123 B<SSL_STREAM_STATE_CONN_CLOSED>, but no application error code can be retrieved 125 the QUIC connection closure process does not cause an application error code to 127 connection closure. However, you can obtain the overall error code associated 138 on success and 0 if the stream was terminated normally. They return -1 on error,
|
H A D | ERR_load_crypto_strings.pod | 6 load and free error strings 25 ERR_load_crypto_strings() registers the error strings for all 27 but also registers the B<libssl> error strings.
|
H A D | BN_mod_inverse.pod | 25 It is an error to use the same B<BIGNUM> as B<n>. 30 NULL on error. The error codes can be obtained by L<ERR_get_error(3)>.
|
H A D | X509_STORE_CTX_set_verify_cb.pod | 59 verification, for instance by overriding error conditions or logging errors for 66 return to retain the default behaviour. If it is zero then an error condition 67 is indicated. If it is 1 then no error occurred. If the flag 73 structure and receive additional information about the error, for example 78 when a certificate verification has failed, adds an entry to the error queue 111 what the error. This effectively removes all security from the application 136 to continue after this error: 183 BIO_printf(bio_err, "verify error:num=%d:%s\n", err,
|
H A D | SSL_CTX_set1_cert_comp_preference.pod | 45 algorithms in B<algs> are ignored. On an error, the preference order is left 70 will result in an error, as only server certificates may be pre-compressed. 75 error, as only server certificates may be pre-compressed. The B<data> and 95 on a client SSL_CTX/SSL object will return an error. Client certificates are 110 SSL_CTX_compress_certs() and SSL_compress_certs() return an error under the 136 return 1 for success and 0 on error. 140 return the length of the allocated memory on success and 0 on error.
|
H A D | ECDSA_SIG_new.pod | 72 /* error */ 77 /* error */ 97 /* error */ 101 /* error */ 104 /* error */ 110 /* error */
|
H A D | d2i_X509.pod | 447 If the return value is negative an error occurred, otherwise it 534 freed in the event of error and I<*a> is set to NULL. 537 value if an error occurs. 540 error occurs. 552 /* error */ 565 /* error */ 579 /* error */ 622 /* error */ 637 some did not free I<*a> on error and did not set I<*a> to NULL. 641 B<i2d_I<TYPE>>() will not return an error in many versions of OpenSSL, [all …]
|
H A D | SSL_CONF_cmd_argv.pod | 23 or a negative error code. 28 to an error: for example a syntax error in the argument.
|
H A D | SSL_CTX_set_ctlog_list_file.pod | 29 If an error occurs whilst parsing a particular log entry in the file, that log 35 return 1 if the log list is successfully loaded, and 0 if an error occurs. In 36 the case of an error, the log list may have been partially loaded.
|
H A D | SSL_COMP_add_compression_method.pod | 32 compression methods or NULL on error. 91 The operation failed. Check the error queue to find out the reason. 96 NULL on error. 98 SSL_COMP_get0_name() returns the name of the compression method or NULL on error. 100 SSL_COMP_get_id() returns the name of the compression method or -1 on error.
|
H A D | b2i_PVK_bio_ex.pod | 44 structure or B<NULL> if an error occurs. The error code can be obtained by calling 48 encoded or a negative value if an error occurs. The error code can be obtained
|
H A D | CMS_signed_get_attr.pod | 90 the I<si> signed attribute list. An error occurs if the I<si> attribute list 95 required. An error occurs if I<attr> is NULL. 113 object. An error will occur if the attribute type I<type> does not match the 116 If I<lastpos> is less than -1 then an error will occur if there are multiple 118 If I<lastpos> is less than -2 then an error will occur if there is more than 138 CMS_signed_get_attr() returns either a signed B<X509_ATTRIBUTE> or NULL on error. 141 NULL if there is a error. 145 return 1 on success or 0 on error. 148 signed attributes first B<ASN1_TYPE> object, or NULL if an error occurs.
|
/openssl/include/internal/ |
H A D | endian.h | 29 # error "L_ENDIAN defined on a big endian machine" 32 # error "B_ENDIAN defined on a little endian machine"
|
/openssl/doc/internal/man3/ |
H A D | ossl_cmp_pkisi_get_status.pod | 57 enrolled certificate from the given certResponse I<crep>, or NULL on error. 60 ossl_cmp_pkisi_get_status() returns the PKIStatus of I<si>, or -1 on error. 69 of I<si>, encoded as integer, or -1 on error. 72 with index I<index> in the PKIFailureInfo of the I<si>, or -1 on error.
|
H A D | ossl_cmp_msg_check_update.pod | 51 The callback should return 1 on acceptance, 0 on rejection, or -1 on error. 52 It should not put an error on the error stack since this could be misleading. 71 same context and could apply to any Polling Response (pollRep), error, or PKI 76 ossl_cmp_msg_check_update() returns 1 on success, -1 on error.
|
/openssl/crypto/ |
H A D | arm_arch.h | 50 # error "unsupported ARM architecture" 62 # error "__ARM_MAX_ARCH__ can't be less than __ARM_ARCH__" 65 # error "can't build universal big-endian binary"
|
/openssl/doc/man7/ |
H A D | ossl-guide-quic-client-non-block.pod | 43 error if they are currently unable to read or write respectively. 176 an error. L<SSL_shutdown(3)> will return a negative value to incidate an error. 179 out what type of error has occurred. If the error is non-fatal and can be 252 printf("Verify error: %s\n", 323 goto end; /* Cannot retry: error */ 352 goto end; /* Cannot retry: error */ 358 goto end; /* Cannot retry: error */ 364 goto end; /* Cannot retry: error */ 368 same way as a fatal error. 387 goto end; /* Cannot retry: error */ [all …]
|
H A D | EVP_KDF-HKDF.pod | 62 derived otherwise an error will occur. 72 an error will occur. 81 an error will occur. 99 The default value of 1 causes an error during EVP_KDF_CTX_set_params() if the 102 Setting this to zero will ignore the error and set the approved 119 the intermediate fixed-length pseudorandom key otherwise an error will occur. 147 error("EVP_KDF_derive");
|
H A D | EVP_KDF-TLS13_KDF.pod | 69 an error will occur. 78 an error will occur. 96 The default value of 1 causes an error during EVP_KDF_CTX_set_params() if 98 Setting this to zero will ignore the error and set the approved 108 The default value of 1 causes an error during EVP_KDF_CTX_set_params() if the 111 Setting this to zero will ignore the error and set the approved 135 the intermediate fixed-length pseudorandom key otherwise an error will occur.
|
/openssl/.github/ISSUE_TEMPLATE/ |
H A D | documentation.md | 4 about: Report an error in (or missing) documentation 11 briefly describe the documentation error and where you encountered it
|
/openssl/crypto/ec/curve448/ |
H A D | word.h | 41 # error "For now, we only support 32- and 64-bit architectures." 53 # error "For now we only support 32- and 64-bit architectures."
|