Lines Matching +full:non +full:- +full:default

1 # -*- mode: perl; -*-
2 # Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
27 my $suffix = ($sctp eq "No") ? "" : "-sctp";
30 name => "renegotiate-client-no-resume".$suffix,
32 "CipherString" => 'DEFAULT:@SECLEVEL=0',
36 "CipherString" => 'DEFAULT:@SECLEVEL=0'
47 name => "renegotiate-client-resume".$suffix,
49 "CipherString" => 'DEFAULT:@SECLEVEL=0'
52 "CipherString" => 'DEFAULT:@SECLEVEL=0'
72 name => "renegotiate-server-resume".$suffix,
74 "CipherString" => 'DEFAULT:@SECLEVEL=0'
77 "CipherString" => 'DEFAULT:@SECLEVEL=0'
88 name => "renegotiate-client-auth-require".$suffix,
90 "VerifyCAFile" => test_pem("root-cert.pem"),
92 "CipherString" => 'DEFAULT:@SECLEVEL=0'
95 "Certificate" => test_pem("ee-client-chain.pem"),
96 "PrivateKey" => test_pem("ee-key.pem"),
97 "CipherString" => 'DEFAULT:@SECLEVEL=0'
108 name => "renegotiate-client-auth-once".$suffix,
110 "VerifyCAFile" => test_pem("root-cert.pem"),
112 "CipherString" => 'DEFAULT:@SECLEVEL=0'
115 "Certificate" => test_pem("ee-client-chain.pem"),
116 "PrivateKey" => test_pem("ee-key.pem"),
117 "CipherString" => 'DEFAULT:@SECLEVEL=0'
133 name => "renegotiate-aead-to-non-aead".$suffix,
138 "CipherString" => "AES128-GCM-SHA256",
140 "RenegotiateCiphers" => "AES128-SHA"
152 name => "renegotiate-non-aead-to-aead".$suffix,
157 "CipherString" => "AES128-SHA",
159 "RenegotiateCiphers" => "AES128-GCM-SHA256"
171 name => "renegotiate-non-aead-to-non-aead".$suffix,
176 "CipherString" => "AES128-SHA",
178 "RenegotiateCiphers" => "AES256-SHA"
190 name => "renegotiate-aead-to-aead".$suffix,
195 "CipherString" => "AES128-GCM-SHA256",
197 "RenegotiateCiphers" => "AES256-GCM-SHA384"