Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 54) sorted by relevance

123

/openssl/test/ssl-tests/
H A D19-mac-then-encrypt.cnf5 test-0 = 0-disable-encrypt-then-mac-server-sha
6 test-1 = 1-disable-encrypt-then-mac-client-sha
7 test-2 = 2-disable-encrypt-then-mac-both-sha
8 test-3 = 3-disable-encrypt-then-mac-server-sha2
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
16 [0-disable-encrypt-then-mac-server-sha]
19 [0-disable-encrypt-then-mac-server-sha-ssl]
41 [1-disable-encrypt-then-mac-client-sha]
66 [2-disable-encrypt-then-mac-both-sha]
92 [3-disable-encrypt-then-mac-server-sha2]
[all …]
H A D30-extended-master-secret.cnf5 test-0 = 0-disable-extended-master-secret-server-sha
6 test-1 = 1-disable-extended-master-secret-client-sha
7 test-2 = 2-disable-extended-master-secret-both-sha
8 test-3 = 3-disable-extended-master-secret-both-resume
11 test-6 = 6-disable-extended-master-secret-both-sha2
14 [0-disable-extended-master-secret-server-sha]
17 [0-disable-extended-master-secret-server-sha-ssl]
39 [1-disable-extended-master-secret-client-sha]
64 [2-disable-extended-master-secret-both-sha]
90 [3-disable-extended-master-secret-both-resume]
[all …]
H A D19-mac-then-encrypt.cnf.in20 name => "disable-encrypt-then-mac-server-sha",
33 name => "disable-encrypt-then-mac-client-sha",
46 name => "disable-encrypt-then-mac-both-sha",
63 name => "disable-encrypt-then-mac-server-sha2",
76 name => "disable-encrypt-then-mac-client-sha2",
89 name => "disable-encrypt-then-mac-both-sha2",
106 name => "disable-encrypt-then-mac-server-sha-tls1",
121 name => "disable-encrypt-then-mac-client-sha-tls1",
136 name => "disable-encrypt-then-mac-both-sha-tls1",
H A D30-extended-master-secret.cnf.in20 name => "disable-extended-master-secret-server-sha",
33 name => "disable-extended-master-secret-client-sha",
46 name => "disable-extended-master-secret-both-sha",
60 name => "disable-extended-master-secret-both-resume",
81 name => "disable-extended-master-secret-server-sha2",
94 name => "disable-extended-master-secret-client-sha2",
107 name => "disable-extended-master-secret-both-sha2",
H A D05-sni.cnf13 test-8 = 8-SNI-clienthello-disable-v12
277 [8-SNI-clienthello-disable-v12]
278 ssl_conf = 8-SNI-clienthello-disable-v12-ssl
280 [8-SNI-clienthello-disable-v12-ssl]
281 server = 8-SNI-clienthello-disable-v12-server
282 client = 8-SNI-clienthello-disable-v12-client
283 server2 = 8-SNI-clienthello-disable-v12-server
285 [8-SNI-clienthello-disable-v12-server]
290 [8-SNI-clienthello-disable-v12-client]
302 [8-SNI-clienthello-disable-v12-server-extra]
[all …]
H A D05-sni.cnf.in153 name => "SNI-clienthello-disable-v12",
/openssl/Configurations/
H A D50-nonstop.conf196 disable => ['threads'],
212 disable => ['threads'],
243 disable => ['threads'],
249 disable => ['threads'],
259 disable => ['threads'],
275 disable => ['threads'],
305 disable => ['threads'],
312 disable => ['threads'],
H A D15-ios.conf13 disable => [ "shared", "async" ],
H A D00-base-templates.conf46 disable => [],
/openssl/util/perl/OpenSSL/
H A Dconfig.pm740 disable => [ @tmp_disable ] };
747 disable => [ 'sse2' ] } ],
775 disable => [ 'sse2' ] };
786 disable => [ 'sse2' ] } if $CCVENDOR eq "gnu";
792 disable => [ 'sse2', 'sha512' ] } ],
794 disable => [ 'sse2', 'sha512' ] } ],
796 disable => [ 'threads', 'shared', 'asm',
880 $config{disable} = [ 'asm' ];
/openssl/
H A DConfigure1163 foreach ( @{$system_config{disable} // []} ) {
1166 delete $system_config{disable};
1174 sub disable { subroutine
1309 foreach my $feature (@{$target{disable}}) {
1391 disable('static', 'pic', 'threads');
1447 disable("unavailable", 'threads');
1498 disable('no-shared-target', 'pic');
1690 disable('not-linux', 'afalgeng');
1721 disable('too-old-kernel', 'ktls');
1727 disable('too-old-freebsd', 'ktls');
[all …]
/openssl/doc/man3/
H A DSSL_connect.pod47 The B<TCP_NODELAY> socket option is often available to disable Nagle's
48 algorithm. If an application opts to disable Nagle's algorithm consideration
H A DSSL_CTX_dane_enable.pod137 SSL_CTX_dane_clear_flags() and SSL_dane_clear_flags() can be used to disable
139 The B<flags> argument is a bit-mask of the features to enable or disable.
146 which can be used to disable server name checks when authenticating via
148 For some applications, primarily web browsers, it is not safe to disable name
214 * disable the checks unless "unknown key share" attacks pose no risk for
346 or unsupported parameters) disable peer authentication by calling
H A DSCT_print.pod26 as the CTLOG_STORE parameter to disable this feature.
H A DSSL_CTX_set_min_proto_version.pod30 L<SSL_CTX_set_options(3)> that also make it possible to disable
H A DSSL_CONF_cmd.pod422 This can be used to enable or disable certain versions of the SSL,
426 to enable or disable.
430 You need to disable at least one protocol version for this setting have any
432 Only enabling some protocol versions does not disable the other protocol
440 or B<MaxProtocol>, but can disable protocols that are still allowed
457 the B<-flag> syntax is needed to disable it.
612 it will disable SSLv3 support by default but the user can override it. If
674 This is the recommended way to disable protocols.
682 The following will first enable all protocols, and then disable
H A DSMIME_write_CMS.pod48 option to disable this.
H A DSMIME_write_PKCS7.pod49 should be an option to disable this.
H A DSSL_CTX_new.pod201 disable either all previous or all subsequent protocol versions.
203 previous protocol versions, the effect is to also disable all subsequent
/openssl/doc/man7/
H A DEVP_KDF-KB.pod52 Set to B<0> to disable use of the optional Fixed Input data 'L' (see SP800-108).
57 Set to B<0> to disable use of the optional Fixed Input data 'zero separator'
H A DEVP_KDF-PBKDF2.pod43 This parameter can be used to enable or disable SP800-132 compliance checks.
/openssl/crypto/dso/
H A Ddso_vms.c14 # pragma message disable DOLLARID
35 # pragma message disable DOLLARID
/openssl/crypto/rand/
H A Drandfile.c135 # pragma message disable maylosedata2 in RAND_load_file()
/openssl/apps/lib/
H A Dvms_term_sock.c13 # pragma message disable DOLLARID
/openssl/.github/workflows/
H A Dcross-compiles.yml27 # fips: set to "no" to disable building FIPS, leave unset to

Completed in 72 milliseconds

123