nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
32 stars 38 forks source link

grpc: Simplify server TLS config #2755

Closed cthulhu-rider closed 7 months ago

cthulhu-rider commented 7 months ago

gRPC release v1.60.0 contains server-side TLS fix

storage node's code touches this API. At a glance it is very similar, but the list of cipher suites is not completely equivalent

need to revise and try to rely on gRPC defaults which follow RFC 7540 since then

roman-khimov commented 7 months ago

What? We're maintaining a list of cipher suites internally? I want to kill it ASAP.