Re: [15] RFR: 8238560: Cleanup and consolidate algorithms in the jdk.tls.legacyAlgorithms security property

2020-02-20 Thread Sean Mullan
enfels.net *Von:* security-dev im Auftrag von Sean Mullan *Gesendet:* Thursday, February 20, 2020 2:01:59 PM *An:* security Dev OpenJDK *Betreff:* [15] RFR: 8238560: Cleanup and consolidate algorithms in the jdk.tls.legacyAlgorithms security property Ple

Re: [15] RFR: 8238560: Cleanup and consolidate algorithms in the jdk.tls.legacyAlgorithms security property

2020-02-20 Thread Bernd Eckenfels
: 8238560: Cleanup and consolidate algorithms in the jdk.tls.legacyAlgorithms security property Please review this change to cleanup and consolidate the default value of the jdk.tls.legacyAlgorithms security property. The following changes have been made: 1. Changed K_NULL, C_NULL, M_NULL to NULL

Re: [15] RFR: 8238560: Cleanup and consolidate algorithms in the jdk.tls.legacyAlgorithms security property

2020-02-20 Thread Xuelei Fan
Thanks for the cleanup. I added myself as reviewer for the CSR, and the webrev looks fine to me. Xuelei On 2/20/2020 5:01 AM, Sean Mullan wrote: Please review this change to cleanup and consolidate the default value of the jdk.tls.legacyAlgorithms security property. The following changes

[15] RFR: 8238560: Cleanup and consolidate algorithms in the jdk.tls.legacyAlgorithms security property

2020-02-20 Thread Sean Mullan
Please review this change to cleanup and consolidate the default value of the jdk.tls.legacyAlgorithms security property. The following changes have been made: 1. Changed K_NULL, C_NULL, M_NULL to NULL, which will cover all null cipher suites. The *_NULL algorithms were implementation details