Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 643) sorted by relevance

12345678910>>...26

/openssl/engines/
H A De_capi.txt14 CAPI_R_CRYPTENUMPROVIDERS_ERROR:105:cryptenumproviders error
15 CAPI_R_DECRYPT_ERROR:106:decrypt error
17 CAPI_R_ENUMCONTAINERS_ERROR:108:enumcontainers error
18 CAPI_R_ERROR_ADDING_CERT:109:error adding cert
19 CAPI_R_ERROR_CREATING_STORE:110:error creating store
22 CAPI_R_ERROR_OPENING_STORE:113:error opening store
23 CAPI_R_ERROR_SIGNING_HASH:114:error signing hash
24 CAPI_R_FILE_OPEN_ERROR:115:file open error
26 CAPI_R_GETUSERKEY_ERROR:117:getuserkey error
34 CAPI_R_PUBKEY_EXPORT_ERROR:123:pubkey export error
[all …]
/openssl/test/
H A Dasn1_time_test.c160 int error = 0; in test_table() local
173 error = 1; in test_table()
180 error = 1; in test_table()
185 error = 1; in test_table()
189 error = 1; in test_table()
194 error = 1; in test_table()
199 error = 1; in test_table()
204 error = 1; in test_table()
210 error = 1; in test_table()
230 error = 1; in test_table()
[all …]
/openssl/crypto/err/
H A Dopenssl.txt12 ASN1_R_AUX_ERROR:100:aux error
22 ASN1_R_DECODE_ERROR:110:decode error
25 ASN1_R_ENCODE_ERROR:112:encode error
70 ASN1_R_LIST_ERROR:188:list error
211 CMP_R_ERROR_CREATING_ERROR:118:error creating error
300 CMS_R_CTRL_ERROR:110:ctrl error
414 CRMF_R_ERROR:103:error
489 DH_R_BN_ERROR:106:bn error
518 DSA_R_BN_ERROR:109:bn error
546 EC_R_ASN1_ERROR:115:asn1 error
[all …]
/openssl/doc/man3/
H A DERR_print_errors.pod6 - print error messages
19 ERR_print_errors() is a convenience function that prints the error
21 emptying the error queue.
27 B<cb>, is called for each error line with the string, length, and userdata
30 The error strings will have the following format:
32 …[pid]:error:[error code]:[library name]:[function name]:[reason string]:[filename]:[line]:[optiona…
34 I<error code> is an 8 digit hexadecimal number. I<library name>,
36 text message> if one was set for the respective error code.
38 If there is no text string registered for the given error code,
39 the error string will contain the numeric code.
H A DERR_put_error.pod10 - record an error
32 ERR_raise() adds a new error to the thread's error queue. The
33 error occurred in the library B<lib> for the reason given by the
35 of the function where the error occurred is saved with the error
42 ERR_put_error() adds an error code to the thread's error queue. It
43 signals that the error of reason code B<reason> occurred in function
48 arguments as additional data with the error code added last.
55 not NULL and the top error entry does not yet have additional data.
67 error strings so that the application can a generate human-readable
68 error messages for the error code.
[all …]
H A DERR_get_error.pod11 - obtain error code and data
54 ERR_get_error() returns the earliest error code from the thread's error
56 until there are no more error codes to return.
58 ERR_peek_error() returns the earliest error code from the thread's
59 error queue without modifying it.
61 ERR_peek_last_error() returns the latest error code from the thread's
62 error queue without modifying it.
65 such as the reason of the error,
66 and L<ERR_error_string(3)> for human-readable error messages.
111 automatically by the error library.
[all …]
H A DERR_error_string.pod7 error message
26 error code I<e>, and places it at I<buf>. I<buf> must be at least 256
27 bytes long. If I<buf> is B<NULL>, the error string is placed in a
39 error:[error code]:[library name]::[reason string]
41 I<error code> is an 8 digit hexadecimal number, I<library name> and
47 If there is no text string registered for the given error code,
48 the error string will contain the numeric code.
51 all error codes currently in the queue.
59 and B<NULL> if none is registered for the error code.
H A DBIO_connect.pod95 (-1) on error. When an error has occurred, the OpenSSL error stack
96 will hold the error data and errno has the system error.
98 BIO_bind(), BIO_connect() and BIO_listen() return 1 on success or 0 on error.
99 When an error has occurred, the OpenSSL error stack will hold the error
100 data and errno has the system error.
103 B<INVALID_SOCKET> (-1) on error. When an error has occurred, the
104 OpenSSL error stack will hold the error data and errno has the system
105 error.
H A DERR_load_strings.pod6 arbitrary error strings
20 ERR_load_strings() registers error strings for library number B<lib>.
22 B<str> is an array of error string data:
26 unsigned long error;
30 The error code is generated from the library number and a function and
31 reason code: B<error> = ERR_PACK(B<lib>, B<func>, B<reason>).
41 ERR_load_strings() returns 1 for success and 0 for failure. ERR_PACK() returns the error code.
H A DX509_STORE_CTX_get_error.pod32 an error or in a verification callback to determine the nature of an error.
37 an error, likely because a verification callback function has waived the error.
56 caused the error.
78 verification error I<n>.
87 error or NULL if no certificate is relevant to the error.
90 verification error I<n>.
106 Unspecified error; should not happen.
176 format error in CRL's lastUpdate field>
181 format error in CRL's nextUpdate field>
322 An error occurred when attempting to verify the CRL path. This error can only
[all …]
H A Ds2i_ASN1_IA5STRING.pod57 or NULL if an error occurs.
60 B<ASN1_IA5STRING> structure or NULL if an error occurs.
63 string or NULL if an error occurs.
66 structure or NULL if an error occurs.
69 or NULL if an error occurs.
72 B<ASN1_OCTET_STRING> structure or NULL if an error occurs.
75 string or NULL if an error occurs.
78 structure or NULL if an error occurs.
81 B<ASN1_UTF8STRING> structure or NULL if an error occurs.
84 or NULL if an error occurs.
H A DCONF_modules_load_file.pod50 configuration modules are ignored. If not set the first module error is
53 Normally any modules errors will add error information to the error queue. If
54 B<CONF_MFLAGS_SILENT> is set no error information is added.
69 return an error.
77 an error: in this case B<CONF_MFLAGS_IGNORE_MISSING_FILE> would be set.
82 consider a configuration file error as fatal and exit immediately.
100 fprintf(stderr, "FATAL: error loading configuration file\n");
110 fprintf(stderr, "FATAL: error loading configuration file\n");
120 fprintf(stderr, "WARNING: error loading configuration file\n");
124 Load and parse configuration file manually, custom error handling:
[all …]
H A DSSL_get_error.pod22 current thread's OpenSSL error queue. Thus, SSL_get_error() must be
25 thread's error queue must be empty before the TLS/SSL I/O operation is
33 B<SSL_ERROR_SYSCALL>, nothing was added to the error stack, and errno was 0.
34 Since OpenSSL 3.0 the returned error is B<SSL_ERROR_SSL> with a meaningful
35 error on the error stack.
56 This error can also appear when the option B<SSL_OP_IGNORE_UNEXPECTED_EOF>
155 Some non-recoverable, fatal I/O error occurred. The OpenSSL error queue may
166 error. The OpenSSL error queue contains more information on the error. If this
167 error occurs then no further I/O operations should be performed on the
178 The SSL_ERROR_WANT_ASYNC error code was added in OpenSSL 1.1.0.
[all …]
H A DERR_GET_LIB.pod6 - get information from error codes
20 The error code returned by ERR_get_error() consists of a library
24 ERR_FATAL_ERROR() indicates whether a given error code is a fatal error.
26 The library number describes where the error
41 The library number, reason code, and whether the error
H A DERR_set_mark.pod18 ERR_set_mark() sets a mark on the current topmost error record if there
21 ERR_pop_to_mark() will pop the top of the error stack until a mark is found.
28 ERR_set_mark() returns 0 if the error stack is empty, otherwise 1.
31 error stack, which implies that the stack became empty, otherwise 1.
H A DERR_new.pod24 ERR_new() allocates a new slot in the thread's error queue.
27 error in the thread's error queue.
29 file I<line> and the name of the function I<func> where the error
34 ERR_set_error() sets the error information, which are the library
38 additional data string, which is allocated and store in the error
/openssl/crypto/evp/
H A Devp_pkey.c43 goto error; in evp_pkcs82pkey_legacy()
48 goto error; in evp_pkcs82pkey_legacy()
52 goto error; in evp_pkcs82pkey_legacy()
56 goto error; in evp_pkcs82pkey_legacy()
61 error: in evp_pkcs82pkey_legacy()
123 goto error; in EVP_PKEY2PKCS8()
129 goto error; in EVP_PKEY2PKCS8()
141 goto error; in EVP_PKEY2PKCS8()
145 goto error; in EVP_PKEY2PKCS8()
149 goto error; in EVP_PKEY2PKCS8()
[all …]
/openssl/include/crypto/
H A Dmd32_common.h73 # error "DATA_ORDER must be defined!"
77 # error "HASH_CBLOCK must be defined!"
80 # error "HASH_LONG must be defined!"
83 # error "HASH_CTX must be defined!"
87 # error "HASH_UPDATE must be defined!"
90 # error "HASH_TRANSFORM must be defined!"
93 # error "HASH_FINAL must be defined!"
97 # error "HASH_BLOCK_DATA_ORDER must be defined!"
246 # error "HASH_MAKE_STRING must be defined!" in HASH_FINAL()
/openssl/doc/man1/
H A Dopenssl-errstr.pod.in6 openssl-errstr - lookup error codes
16 Sometimes an application will not load error message texts and only
33 The error code:
35 27594:error:2006D080:lib(32)::reason(128)::107:
41 to produce the error message:
43 error:2006D080:BIO routines::no such file
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_hw.c158 int error = 0; in aes_gcm_siv_encrypt() local
197 error |= !EVP_EncryptUpdate(ctx->ecb_ctx, ctx->tag, &out_len, S_s, sizeof(S_s)); in aes_gcm_siv_encrypt()
201 error |= !aes_gcm_siv_ctr32(ctx, counter_block, out, in, len); in aes_gcm_siv_encrypt()
203 ctx->generated_tag = !error; in aes_gcm_siv_encrypt()
206 return !error; in aes_gcm_siv_encrypt()
219 int error = 0; in aes_gcm_siv_decrypt() local
232 error |= !aes_gcm_siv_ctr32(ctx, counter_block, out, in, len); in aes_gcm_siv_decrypt()
268 ctx->generated_tag = !error; in aes_gcm_siv_decrypt()
271 return !error; in aes_gcm_siv_decrypt()
344 int error = 0; in aes_gcm_siv_ctr32() local
[all …]
/openssl/crypto/rsa/
H A Drsa_x931g.c160 goto error; in RSA_X931_generate_key_ex()
166 goto error; in RSA_X931_generate_key_ex()
168 goto error; in RSA_X931_generate_key_ex()
173 goto error; in RSA_X931_generate_key_ex()
179 goto error; in RSA_X931_generate_key_ex()
183 goto error; in RSA_X931_generate_key_ex()
192 goto error; in RSA_X931_generate_key_ex()
197 error: in RSA_X931_generate_key_ex()
/openssl/crypto/txt_db/
H A Dtxt_db.c108 ret->error = DB_ERROR_WRONG_NUM_FIELDS; in TXT_DB_read()
137 db->error = DB_ERROR_INDEX_OUT_OF_RANGE; in TXT_DB_get_by_index()
142 db->error = DB_ERROR_NO_INDEX; in TXT_DB_get_by_index()
146 db->error = DB_ERROR_OK; in TXT_DB_get_by_index()
158 db->error = DB_ERROR_INDEX_OUT_OF_RANGE; in TXT_DB_create_index()
163 db->error = DB_ERROR_MALLOC; in TXT_DB_create_index()
172 db->error = DB_ERROR_INDEX_CLASH; in TXT_DB_create_index()
179 db->error = DB_ERROR_MALLOC; in TXT_DB_create_index()
248 db->error = DB_ERROR_INDEX_CLASH; in TXT_DB_insert()
270 db->error = DB_ERROR_MALLOC; in TXT_DB_insert()
/openssl/
H A DNOTES-VALGRIND.md35 "`/bin/pwd`/util/wrap.pl valgrind --error-exitcode=1 --leak-check=full -q"
38 The `--error-exitcode=1` option specifies that Valgrind should exit with an
39 error code of 1 when memory leaks occur.
41 The `-q` option prints only error messages.
65 $ make test EXE_SHELL="`/bin/pwd`/util/wrap.pl valgrind --error-exitcode=1 \
68 If an error occurs, you can then run the specific test via the `TESTS` variable
72 valgrind --error-exitcode=1 --leak-check=full -q" OPENSSL_ia32cap=":0"
/openssl/include/openssl/
H A Dmacros.h105 # error "OPENSSL_API_LEVEL must not be defined by application"
139 # error "The requested API level higher than the configured API compatibility level"
147 # error "OPENSSL_API_COMPAT expresses an impossible API compatibility level"
151 # error "OPENSSL_API_COMPAT expresses an impossible API compatibility level"
155 # error "OPENSSL_API_COMPAT expresses an impossible API compatibility level"
/openssl/crypto/bn/
H A Dbn_x931p.c232 goto error; in BN_X931_generate_prime_ex()
235 goto error; in BN_X931_generate_prime_ex()
237 goto error; in BN_X931_generate_prime_ex()
239 goto error; in BN_X931_generate_prime_ex()
243 error: in BN_X931_generate_prime_ex()

Completed in 43 milliseconds

12345678910>>...26