netty5/codec-http2/src
Scott Mitchell deb815f6cb HTTP/2 Prohibitied Cihpers Allowed
Motivation:
The Http2SecurityUtil class lists a few ciphers that are explicitly prohibited by the HTTP/2 specification because of their characteristics.

Modifications:
Remove the ciphers that are prohibited.

Results:
Cipher suite used for HTTP/2 codec is compatible with HTTP/2 spec.
2014-11-24 19:06:14 -05:00
..
main/java/io/netty/handler/codec/http2 HTTP/2 Prohibitied Cihpers Allowed 2014-11-24 19:06:14 -05:00
test/java/io/netty/handler/codec/http2 HTTP/2 Draft 15 2014-11-23 13:00:00 -05:00