Skip to content

Commit

Permalink
Add the tlsPolicy 2018-10-01 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl authored and DavidePrincipi committed Sep 28, 2018
1 parent 0b99da3 commit 7cefcc0
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion administrator-manual/en/tlspolicy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,40 @@ TLS policy
The :guilabel:`TLS policy` page controls how individual services configure the
Transport Layer Security (TLS) protocol, by selecting a *policy identifier*.

If not otherwise stated, the TLS settings of policies are always *cumulative*:
**newer policies extend older ones**.

Each module implementation decides how to implement a specific policy
identifier, providing a trade off between security and client compatibility.
Newer policies are biased towards security, whilst older ones provide better
compatibility with old clients.

The following sections describe each policy identifier.

Policy 2018-10-01
-----------------

This policy restricts the TLS settings of the default Ejabberd configuration.
It applies only to Ejabberd version 18 and greater.

Ejabberd (XMPP)
* See https://bettercrypto.org/static/applied-crypto-hardening.pdf category B
* Disabled SSLv3 and TLSv1.0
* Cipher server priority
* ECC certificate
* Ciphers suite ::

ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH:+CAMELLIA256:+AES256:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:CAMELLIA256-SHA:AES256-SHA:CAMELLIA128-SHA:AES128-SHA

Policy 2018-06-21
-----------------

This policy extends ``2018-03-30`` by adding the support for ECC certificates.
This policy extends ``2018-03-30`` by adding the support for ECC certificates to

* Apache
* Dovecot
* OpenSSH
* Postfix

Slapd (openldap-servers)
* Reference https://access.redhat.com/articles/1474813
Expand Down

0 comments on commit 7cefcc0

Please sign in to comment.