elastic / package-registry

Elastic Package Registry (EPR)
Other
40 stars 66 forks source link

Disable DES and 3DES ciphers #1116

Open lduvnjak opened 9 months ago

lduvnjak commented 9 months ago

We're having a security audit and the EPR has some issues we have to cover. One of them was disabling support for TLS v1.0 and 1.1. The other is disabling DES and 3DES ciphers to mitigate a SWEET32 attack.

As far as I can tell, even specifying the TLS supported versions was a relatively new addition.

Is there currently a way in which we can specify the allowed and forbidden ciphers, and if not do you have any plans to add that functionality in the future?

heidigerken commented 6 months ago

I have a customer who also needs this functionality.