271
SSL configuration commands
The device supports the FIPS mode that complies with NIST FIPS 140-2 requirements. Support for features,
commands, and parameters might differ in FIPS mode and non-FIPS mode. For more information about
FIPS mode, see
Security Configuration Guide
.
ciphersuite
Syntax
In non-FIPS mode:
ciphersuite
[
rsa_aes_128_cbc_sha
|
rsa_des_cbc_sha
|
rsa_rc4_128_md5
|
rsa_rc4_128_sha
] *
In FIPS mode:
ciphersuite
[
dhe_rsa_aes_128_cbc_sha
|
rsa_aes_128_cbc_sha
] *
View
SSL server policy view
Default level
2: System level
Parameters
dhe_rsa_aes_128_cbc_sha
: Specifies the key exchange algorithm of DH_RSA, the data encryption
algorithm of 128-bit AES_CBC, and the MAC algorithm of SHA.
rsa_aes_128_cbc_sha
: Specifies the key exchange algorithm of RSA, the data encryption algorithm of
128-bit AES_CBC, and the MAC algorithm of SHA.
rsa_des_cbc_sha
: Specifies the key exchange algorithm of RSA, the data encryption algorithm of
DES_CBC, and the MAC algorithm of SHA.
rsa_rc4_128_md5
: Specifies the key exchange algorithm of RSA, the data encryption algorithm of
128-bit RC4, and the MAC algorithm of MD5.
rsa_rc4_128_sha
: Specifies the key exchange algorithm of RSA, the data encryption algorithm of 128-bit
RC4, and the MAC algorithm of SHA.
Description
Use the
ciphersuite
command to specify the cipher suites for an SSL server policy to support.
By default, an SSL server policy supports all cipher suites.
With no keyword specified, the command configures an SSL server policy to support all cipher suites.
If you execute the command repeatedly, the last one takes effect.
Related commands:
display ssl server-policy
.
Examples
# Configure SSL server policy policy1 to support cipher suites
rsa_rc4_128_md5
and
rsa_rc4_128_sha
.
<Sysname> system-view
[Sysname] ssl server-policy policy1