/openssl/test/ssl-tests/ |
H A D | 19-mac-then-encrypt.cnf | 5 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 D | 30-extended-master-secret.cnf | 5 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 D | 19-mac-then-encrypt.cnf.in | 20 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 D | 30-extended-master-secret.cnf.in | 20 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 D | 05-sni.cnf | 13 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 D | 05-sni.cnf.in | 153 name => "SNI-clienthello-disable-v12",
|
/openssl/Configurations/ |
H A D | 50-nonstop.conf | 25 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 D | 15-ios.conf | 14 disable => [ "async" ],
|
H A D | 00-base-templates.conf | 46 disable => [],
|
/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 689 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 D | quiche-server.sh | 26 --key "$SRCTOP/test/certs/serverkey.pem" --disable-gso \ 27 --http-version HTTP/0.9 --root "$SRCTOP" --no-grease --disable-hystart &
|
/openssl/ |
H A D | Configure | 1262 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 D | SSL_set_blocking_mode.pod | 17 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 D | SSL_connect.pod | 47 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 D | SSL_CTX_dane_enable.pod | 137 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 D | SSL_set_default_stream_mode.pod | 42 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 D | SCT_print.pod | 26 as the CTLOG_STORE parameter to disable this feature.
|
H A D | SSL_CONF_cmd.pod | 470 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 D | SSL_CTX_set_min_proto_version.pod | 30 L<SSL_CTX_set_options(3)> that also make it possible to disable
|
H A D | SMIME_write_CMS.pod | 48 option to disable this.
|
H A D | SMIME_write_PKCS7.pod | 49 should be an option to disable this.
|
/openssl/test/quic-openssl-docker/ |
H A D | Dockerfile | 31 ./Configure enable-fips enable-demos disable-docs --prefix=/usr --openssldir=/etc/pki/tls && \
|
/openssl/crypto/dso/ |
H A D | dso_vms.c | 14 # pragma message disable DOLLARID 48 # pragma message disable DOLLARID
|
/openssl/doc/man7/ |
H A D | EVP_KDF-KB.pod | 54 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 D | randfile.c | 136 # pragma message disable maylosedata2 in RAND_load_file()
|