Home
last modified time | relevance | path

Searched refs:active (Results 1 – 14 of 14) sorted by relevance

/openssl-master/test/recipes/
A D80-test_cmp_http.t76 my $active = 0;
79 $active = 1;
81 $active = 0;
82 } elsif ($active) {
/openssl-master/util/
A Dfind-doc-nits1069 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*$/;
/openssl-master/ssl/
A Dssl_ciph.c160 int active; member
714 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 …]
/openssl-master/doc/man3/
A DBIO_s_connect.pod49 If the close flag is set on a connect BIO then any active
53 Calling BIO_reset() on a connect BIO will close any active
A DBIO_s_accept.pod54 If the close flag is set on an accept BIO then any active
58 Calling BIO_reset() on an accept BIO will close any active
A DASYNC_start_job.pod131 The ASYNC_block_pause() function will prevent the currently active job from
136 currently active job then they have no effect. This functionality can be useful
A DSSL_shutdown.pod15 SSL_shutdown() shuts down an active TLS/SSL connection. It sends the
A DSSL_CTX_new.pod78 These are later inherited by the B<SSL> object representing an active session.
/openssl-master/
A DSUPPORT.md82 is now taking place in the form of GitHub pull requests. Although not active
A DREADME.md134 There is a Wiki at [wiki.openssl.org] which is currently not very active.
A DNEWS.md1077 * Allow multiple active certificates with same subject in CA index
A DCHANGES.md9211 protection is active. ([CVE-2010-0740])
10587 * Make it possible to have multiple active certificates with the same
11427 * Make it possible to have multiple active certificates with the same
11571 against active attacks where the attacker has to distinguish
13817 against active attacks where the attacker has to distinguish
/openssl-master/doc/man5/
A Dfips_config.pod49 Once this error mode is active, no services or cryptographic algorithms are
/openssl-master/include/openssl/
A Dssl.h.in1595 /* Set serverinfo data for the current active cert. */

Completed in 59 milliseconds