3b09585bd6
Trim trailing whitespace. It doesn't match OpenSSL coding standards, AFAICT, and it can cause problems with git tooling. Trailing whitespace remains in test data and external source. Backport-of: https://github.com/openssl/openssl/pull/8092 Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8134)
9 lines
284 B
INI
9 lines
284 B
INI
# Example configuration file
|
|
# Connects to the default port of s_server
|
|
Connect = localhost:4433
|
|
# Disable TLS v1.2 for test.
|
|
# Protocol = ALL, -TLSv1.2
|
|
# Only support 3 curves
|
|
Curves = P-521:P-384:P-256
|
|
# Restricted signature algorithms
|
|
SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512
|