forked from pool/apache2-mod_nss
Accepting request 294910 from Apache:Modules
1 OBS-URL: https://build.opensuse.org/request/show/294910 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_nss?expand=0&rev=12
This commit is contained in:
commit
8f0eb4f021
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 1 10:13:40 UTC 2015 - kstreitova@suse.com
|
||||||
|
|
||||||
|
- remove "ecdhe_rsa_aes_256_sha256" cipher from the mod_nss.conf.in
|
||||||
|
file as this cipher is not supported and it was listed here
|
||||||
|
incorrectly [bnc#921182]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 3 10:25:27 UTC 2015 - kstreitova@suse.com
|
Tue Mar 3 10:25:27 UTC 2015 - kstreitova@suse.com
|
||||||
|
|
||||||
|
@ -216,7 +216,7 @@ NSSRequireSafeNegotiation off
|
|||||||
# * no rc4, no 3des, no des
|
# * no rc4, no 3des, no des
|
||||||
# * ephemeral is what you want (PFS).
|
# * ephemeral is what you want (PFS).
|
||||||
# * EC has precedence over RSA
|
# * EC has precedence over RSA
|
||||||
NSSCipherSuite +ecdhe_ecdsa_aes_128_gcm_sha,+ecdh_ecdsa_aes_128_gcm_sha,+ecdhe_rsa_aes_256_sha,+ecdh_rsa_aes_256_sha,+ecdhe_rsa_aes_128_gcm_sha,+ecdh_rsa_aes_128_gcm_sha,+ecdhe_rsa_aes_128_sha,+ecdh_rsa_aes_128_sha,+rsa_aes_128_gcm_sha,+rsa_aes_256_sha,+rsa_aes_128_sha,+rsa_aes_128_sha256,+ecdhe_rsa_aes_256_sha256,+rsa_aes_256_sha256,+ecdhe_rsa_aes_256_sha256
|
NSSCipherSuite +ecdhe_ecdsa_aes_128_gcm_sha,+ecdh_ecdsa_aes_128_gcm_sha,+ecdhe_rsa_aes_256_sha,+ecdh_rsa_aes_256_sha,+ecdhe_rsa_aes_128_gcm_sha,+ecdh_rsa_aes_128_gcm_sha,+ecdhe_rsa_aes_128_sha,+ecdh_rsa_aes_128_sha,+rsa_aes_128_gcm_sha,+rsa_aes_256_sha,+rsa_aes_128_sha,+rsa_aes_128_sha256,+rsa_aes_256_sha256
|
||||||
|
|
||||||
# SSL Protocol:
|
# SSL Protocol:
|
||||||
# Cryptographic protocols that provide communication security.
|
# Cryptographic protocols that provide communication security.
|
||||||
|
Loading…
Reference in New Issue
Block a user