netty5/handler/src
Norman Maurer 0d2e38d5d6
Correctly convert supported signature algorithms when using BoringSSL (#8481)
* Correctly convert supported signature algorithms when using BoringSSL

Motivation:

BoringSSL uses different naming schemes for the signature algorithms so we need to adjust the regex to also handle these.

Modifications:

- Adjust SignatureAlgorithmConverter to handle BoringSSL naming scheme
- Ensure we do not include duplicates
- Add unit tests.

Result:

Correctly convert boringssl signature algorithm names.
2018-11-14 19:23:11 +01:00
..
main/java/io/netty/handler Correctly convert supported signature algorithms when using BoringSSL (#8481) 2018-11-14 19:23:11 +01:00
test Correctly convert supported signature algorithms when using BoringSSL (#8481) 2018-11-14 19:23:11 +01:00