Browse Source
Update the list of supported cipher suites to use with openssl to include those supported by lnd, which are defined as: tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 tls.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 tls.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 See https://github.com/lightningnetwork/lnd/blob/master/lnd.go#L80-L85 We order the suites by priority, based on the recommendations provided by SSL Labs: See https://github.com/ssllabs/research/wiki/SSL-and-TLS-Deployment-Best-Practices#23-use-secure-cipher-suites Fix #324renovate/lint-staged-8.x
1 changed files with 15 additions and 0 deletions
Loading…
Reference in new issue