netty5/handler/src
Trustin Lee ff47510cfb Do not pre-populate cipher suite conversion table
Motivation:

- There's no point of pre-population.
- Waste of memory and time because they are going to be cached lazily
- Some pre-populated cipher suites are ancient and will be unused

Modification:

- Remove cache pre-population

Result:

Sanity restored
2014-12-31 20:31:56 +09:00
..
main/java/io/netty/handler Do not pre-populate cipher suite conversion table 2014-12-31 20:31:56 +09:00
test Implement OpenSslEngine.getSupportedCipherSuites() and get/setEnabledCipherSuites() 2014-12-30 19:02:32 +09:00