Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 72) 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]
40 [1-disable-extended-master-secret-client-sha]
66 [2-disable-extended-master-secret-both-sha]
93 [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",
34 name => "disable-extended-master-secret-client-sha",
48 name => "disable-extended-master-secret-both-sha",
63 name => "disable-extended-master-secret-both-resume",
85 name => "disable-extended-master-secret-server-sha2",
99 name => "disable-extended-master-secret-client-sha2",
113 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.conf25 disable => ['atexit'],
192 disable => ['threads','atexit'],
202 disable => ['atexit'],
211 disable => ['threads','atexit'],
221 disable => ['atexit'],
231 disable => ['atexit'],
237 disable => ['threads','atexit'],
243 disable => ['threads','atexit'],
253 disable => ['threads','atexit'],
263 disable => ['atexit'],
[all …]
H A D15-ios.conf14 disable => [ "async" ],
H A D00-base-templates.conf46 disable => [],
/openssl/util/perl/OpenSSL/
H A Dconfig.pm689 my $disable = [ 'asm' ];
692 $disable = [];
695 disable => $disable, };
792 disable => [ @tmp_disable ] };
799 disable => [ 'sse2' ] } ],
829 disable => [ 'sse2' ] };
841 disable => [ 'sse2' ] } if $CCVENDOR eq "gnu";
847 disable => [ 'sse2', 'sha512' ] } ],
849 disable => [ 'sse2', 'sha512' ] } ],
851 disable => [ 'threads', 'shared', 'asm',
[all …]
/openssl/test/recipes/95-test_external_cf_quiche_data/
H A Dquiche-server.sh26 --key "$SRCTOP/test/certs/serverkey.pem" --disable-gso \
27 --http-version HTTP/0.9 --root "$SRCTOP" --no-grease --disable-hystart &
/openssl/
H A DConfigure1262 delete $system_config{disable};
1270 sub disable { subroutine
1414 foreach my $feature (@{$target{disable}}) {
1501 disable('static', 'pic', 'threads');
1557 disable("unavailable", 'threads');
1612 disable('no-shared-target', 'pic');
1804 disable('not-linux', 'afalgeng');
1829 disable('too-old-kernel', 'ktls');
1834 disable('too-old-freebsd', 'ktls');
1837 disable('not-linux-or-freebsd', 'ktls');
[all …]
/openssl/doc/man3/
H A DSSL_set_blocking_mode.pod17 SSL_set_blocking_mode() can be used to enable or disable blocking mode on a QUIC
24 to disable it, call SSL_set_blocking_mode() with I<blocking> set to 0.
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
349 or unsupported parameters) disable peer authentication by calling
H A DSSL_set_default_stream_mode.pod42 stream is desired, or if the application wishes to disable default stream
55 SSL_set_default_stream_mode() can be used to configure or disable default stream
H A DSCT_print.pod26 as the CTLOG_STORE parameter to disable this feature.
H A DSSL_CONF_cmd.pod470 This can be used to enable or disable certain versions of the SSL,
474 to enable or disable.
478 You need to disable at least one protocol version for this setting have any
480 Only enabling some protocol versions does not disable the other protocol
488 or B<MaxProtocol>, but can disable protocols that are still allowed
505 the B<-flag> syntax is needed to disable it.
604 KTLS sendfile on FreeBSD doesn't offer an option to disable zerocopy and
686 it will disable SSLv3 support by default but the user can override it. If
748 This is the recommended way to disable protocols.
756 The following will first enable all protocols, and then disable
H A DSSL_CTX_set_min_proto_version.pod30 L<SSL_CTX_set_options(3)> that also make it possible to disable
H A DSMIME_write_CMS.pod48 option to disable this.
H A DSMIME_write_PKCS7.pod49 should be an option to disable this.
/openssl/test/quic-openssl-docker/
H A DDockerfile31 ./Configure enable-fips enable-demos disable-docs --prefix=/usr --openssldir=/etc/pki/tls && \
/openssl/crypto/dso/
H A Ddso_vms.c14 # pragma message disable DOLLARID
48 # pragma message disable DOLLARID
/openssl/doc/man7/
H A DEVP_KDF-KB.pod54 Set to B<0> to disable use of the optional Fixed Input data 'L' (see SP800-108).
59 Set to B<0> to disable use of the optional Fixed Input data 'zero separator'
/openssl/crypto/rand/
H A Drandfile.c136 # pragma message disable maylosedata2 in RAND_load_file()

Completed in 36 milliseconds

123