Searched refs:active (Results 1 – 14 of 14) sorted by relevance
76 my $active = 0;79 $active = 1;81 $active = 0;82 } elsif ($active) {
1069 my $active = 0;1075 if ($active) {1091 $active = 1;1141 my $active = "";1146 push @{ $genopts{$active} }, $1 if $active ne "" && m/^\s+\{\s*"([^"]+)"\s*,\s*OPT_/;1147 $active = $1 if m/^\s*#\s*define\s+(OPT_[A-Z]+_OPTIONS?)\s*\\\s*$/;1148 $active = "" if m/^\s*$/;
160 int active; member714 co_list[co_list_num].active = 0; in ssl_cipher_collect_ciphers()893 if (!curr->active) { in ssl_cipher_apply_rule()895 curr->active = 1; in ssl_cipher_apply_rule()901 if (curr->active) { in ssl_cipher_apply_rule()906 if (curr->active) { in ssl_cipher_apply_rule()913 curr->active = 0; in ssl_cipher_apply_rule()916 if (curr->active) in ssl_cipher_apply_rule()926 curr->active = 0; in ssl_cipher_apply_rule()973 if (curr->active) in ssl_cipher_strength_sort()[all …]
49 If the close flag is set on a connect BIO then any active53 Calling BIO_reset() on a connect BIO will close any active
54 If the close flag is set on an accept BIO then any active58 Calling BIO_reset() on an accept BIO will close any active
131 The ASYNC_block_pause() function will prevent the currently active job from136 currently active job then they have no effect. This functionality can be useful
15 SSL_shutdown() shuts down an active TLS/SSL connection. It sends the
78 These are later inherited by the B<SSL> object representing an active session.
82 is now taking place in the form of GitHub pull requests. Although not active
134 There is a Wiki at [wiki.openssl.org] which is currently not very active.
1077 * Allow multiple active certificates with same subject in CA index
9211 protection is active. ([CVE-2010-0740])10587 * Make it possible to have multiple active certificates with the same11427 * Make it possible to have multiple active certificates with the same11571 against active attacks where the attacker has to distinguish13817 against active attacks where the attacker has to distinguish
49 Once this error mode is active, no services or cryptographic algorithms are
1595 /* Set serverinfo data for the current active cert. */
Completed in 59 milliseconds