/openssl-master/crypto/bn/ |
A D | bn_ctx.c | 33 BN_POOL_ITEM *head, *current, *tail; member 296 p->head = p->current = p->tail = NULL; in BN_POOL_init() 309 p->current = p->head->next; in BN_POOL_finish() 311 p->head = p->current; in BN_POOL_finish() 338 p->head = p->current = p->tail = item; in BN_POOL_get() 342 p->current = item; in BN_POOL_get() 351 p->current = p->head; in BN_POOL_get() 353 p->current = p->current->next; in BN_POOL_get() 354 return p->current->vals + ((p->used++) % BN_CTX_POOL_SIZE); in BN_POOL_get() 363 bn_check_top(p->current->vals + offset); in BN_POOL_release() [all …]
|
/openssl-master/doc/man3/ |
A D | SSL_CTX_add1_chain_cert.pod | 42 associated with the current certificate of B<ctx> to B<sk>. 45 certificate B<x509> to the chain associated with the current certificate of 48 SSL_CTX_get0_chain_certs() retrieves the chain associated with the current 52 current certificate of B<ctx>. (This is implemented by calling 70 Each of these functions operates on the I<current> end entity 74 SSL_CTX_select_current_cert() selects B<x509> as the current end entity 83 SSL_CTX_set_current_cert() changes the current certificate to a value based 86 certificate after the current certificate. These two operations can be 91 this option sets that certificate to the current certificate and returns 1. 93 be sent) 2 is returned and the current certificate is unchanged. If B<ssl> [all …]
|
A D | X509_cmp_time.pod | 25 B<asn1_time> with the current time, expressed as time_t. 29 B<X509_V_FLAG_USE_CHECK_TIME>; else the current time is used as reference time. 42 In all methods, if B<in_tm> is NULL, the current time, expressed as 56 is earlier than, or equal to, B<in_tm> (resp. current time), and 1
|
A D | SSL_get_extms_support.pod | 15 SSL_get_extms_support() indicates whether the current session used extended 22 SSL_get_extms_support() returns 1 if the current session used extended
|
A D | X509_STORE_CTX_get_error.pod | 150 current time. 155 current time. 244 The current candidate issuer certificate was rejected because its subject name 245 did not match the issuer name of the current certificate. 250 The current candidate issuer certificate was rejected because its subject key 251 identifier was present and did not match the authority key identifier current 257 The current candidate issuer certificate was rejected because its issuer name 259 the current certificate. 264 The current candidate issuer certificate was rejected because its C<keyUsage> 451 In versions of OpenSSL before 1.0 the current certificate returned by [all …]
|
A D | SSL_rstate_string.pod | 16 SSL_rstate_string() returns a 2 letter string indicating the current read state 19 SSL_rstate_string_long() returns a string indicating the current read state of
|
A D | SSL_state_string.pod | 16 SSL_state_string() returns an abbreviated string indicating the current state 19 SSL_state_string_long() returns a descriptive string indicating the current state of
|
A D | BIO_f_prefix.pod | 38 BIO_get_indent() gets the current indentation. 55 BIO_get_indent() returns the current indentation, or a negative value for failure.
|
A D | BN_BLINDING_new.pod | 65 structure is owned by the current thread. This is to help users 68 BN_BLINDING_set_current_thread() sets the current thread as the 98 BN_BLINDING_is_current_thread() returns 1 if the current thread owns
|
A D | SSL_key_update.pod | 25 SSL_key_update() schedules an update of the keys for the current TLS connection. 60 session associated with the current connection in the new handshake. 73 a TLS connection the client will attempt to resume the current session in the
|
A D | ERR_clear_error.pod | 15 ERR_clear_error() empties the current thread's error queue.
|
A D | OpenSSL_version.pod | 141 The current OpenSSL cpu settings. 142 This is the current setting of the cpu capability flags. It is usually 191 The current OpenSSL cpu settings. 192 This is the current setting of the cpu capability flags. It is usually
|
/openssl-master/crypto/stack/ |
A D | stack.c | 160 static ossl_inline int compute_growth(int target, int current) in compute_growth() argument 164 while (current < target) { in compute_growth() 165 if (current >= max_nodes) in compute_growth() 168 current = safe_muldiv_int(current, 8, 5, &err); in compute_growth() 171 if (current > max_nodes) in compute_growth() 172 current = max_nodes; in compute_growth() 174 return current; in compute_growth()
|
/openssl-master/crypto/asn1/ |
A D | asn1_lib.c | 436 ASN1_UTF8STRING *current; in ossl_sk_ASN1_UTF8STRING2text() local 446 current = sk_ASN1_UTF8STRING_value(text, i); in ossl_sk_ASN1_UTF8STRING2text() 449 length += ASN1_STRING_length(current); in ossl_sk_ASN1_UTF8STRING2text() 458 current = sk_ASN1_UTF8STRING_value(text, i); in ossl_sk_ASN1_UTF8STRING2text() 459 length = ASN1_STRING_length(current); in ossl_sk_ASN1_UTF8STRING2text() 464 strncpy(p, (const char *)ASN1_STRING_get0_data(current), length); in ossl_sk_ASN1_UTF8STRING2text()
|
/openssl-master/test/ |
A D | README.md | 71 with which you can specify a set of tests to be performed. With a "current 74 alltests The current set of tests becomes the whole set of available 77 xxx Adds the test 'xxx' to the current set of tests. 79 -xxx Removes 'xxx' from the current set of tests. If this is the 80 first token in the list, the current set of tests is first 84 nn Adds the test group 'nn' (which is a number) to the current 87 -nn Removes the test group 'nn' from the current set of tests. 88 If this is the first token in the list, the current set of
|
A D | test.cnf | 16 serial = $dir/serial # The current serial number 17 crl = $dir/crl.pem # The current CRL
|
A D | CAtsa.cnf | 34 serial = $dir/serial # The current serial number 128 serial = $dir/tsa_serial # The current serial number (mandatory) 154 serial = $dir/tsa_serial # The current serial number (mandatory)
|
/openssl-master/test/recipes/90-test_includes_data/conf-includes/ |
A D | includes1.cnf | 21 serial = $dir/serial # The current serial number 22 crl = $dir/crl.pem # The current CRL
|
/openssl-master/doc/man1/ |
A D | openssl-version.pod.in | 42 The current OpenSSL version. 46 The date the current version of OpenSSL was built.
|
/openssl-master/doc/internal/man3/ |
A D | ossl_global_properties_no_mirrored.pod | 30 properties from a parent library context is allowed for the current library 34 properties from a parent library context for the current library context.
|
/openssl-master/crypto/ec/curve448/ |
A D | curve448.c | 559 uint64_t current = scalar->limb[0] & 0xFFFF; in recode_wnaf() local 579 current += (uint32_t)((scalar->limb[w / B_OVER_16] in recode_wnaf() 583 while (current & 0xFFFF) { in recode_wnaf() 584 uint32_t pos = NUMTRAILINGZEROS((uint32_t)current); in recode_wnaf() 585 uint32_t odd = (uint32_t)current >> pos; in recode_wnaf() 591 current -= delta * (1 << pos); in recode_wnaf() 596 current >>= 16; in recode_wnaf() 598 assert(current == 0); in recode_wnaf()
|
/openssl-master/ |
A D | ACKNOWLEDGEMENTS.md | 4 Please see our [Thanks!][] page for the current acknowledgements.
|
/openssl-master/ssl/ |
A D | ssl_sess.c | 1137 SSL_SESSION *current; in SSL_CTX_flush_sessions() local 1155 current = s->session_cache_tail; in SSL_CTX_flush_sessions() 1156 if (t == 0 || sess_timedout((time_t)t, current)) { in SSL_CTX_flush_sessions() 1157 lh_SSL_SESSION_delete(s->sessions, current); in SSL_CTX_flush_sessions() 1158 SSL_SESSION_list_remove(s, current); in SSL_CTX_flush_sessions() 1159 current->not_resumable = 1; in SSL_CTX_flush_sessions() 1161 s->remove_session_cb(s, current); in SSL_CTX_flush_sessions() 1169 if (sk == NULL || !sk_SSL_SESSION_push(sk, current)) in SSL_CTX_flush_sessions() 1170 SSL_SESSION_free(current); in SSL_CTX_flush_sessions()
|
/openssl-master/doc/man7/ |
A D | openssl-env.pod | 57 ones encoded in the current code page, and 59 from the current code page to UTF-8.
|
A D | des_modes.pod | 60 current and all preceding plaintext blocks and therefore blocks can not 70 An error will affect the current and the following ciphertext blocks. 92 current and all preceding variables and therefore j-bit variables are 117 An error will affect the current and the following ciphertext variables.
|