Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Ezstream
Commits
80ec9c99
Commit
80ec9c99
authored
Jan 22, 2020
by
Moritz Grimm
Browse files
Fix and simplify example cipher string
parent
b9c2a3a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/ezstream.1.in.in
View file @
80ec9c99
...
...
@@ -232,8 +232,8 @@ active attackers.
.It Sy \&<tls_cipher_suite\ /\&>
Configure allowed cipher suites for TLS.
.Pp
For example (modern cipher suites, PFS,
no deprecated algorithms
):
.Sy HIGH:!
k
RSA:!
kECDH
:!DH:!
PKS:!
aNULL:!eNULL:!
3DES:!MD5:!SHA:!
TLSv1 .
For example (modern cipher suites, PFS,
TLS 1.2 or better
):
.Sy HIGH:!RSA:!
SHA
:!DH:!aNULL:!eNULL:!TLSv1 .
.Pp
Default:
.Em libshout default cipher suite
...
...
examples/ezstream-full.xml
View file @
80ec9c99
...
...
@@ -45,7 +45,7 @@
Configure allowed cipher suites for TLS other than the libshout default.
See openssl(1)/ciphers(1) for details.
-->
<tls_cipher_suite>
HIGH:!
k
RSA:!
kECDH
:!DH:!
PKS:!
aNULL:!eNULL:!
3DES:!MD5:!SHA:!
TLSv1
</tls_cipher_suite>
<tls_cipher_suite>
HIGH:!RSA:!
SHA
:!DH:!aNULL:!eNULL:!TLSv1
</tls_cipher_suite>
<!--
Directory to use for server certificate verification in "hash format".
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment