RFR: 8349910: Implement JEP 517: HTTP/3 for the HTTP Client API [v2]

Jaikiran Pai jpai at openjdk.org
Tue Jun 10 10:31:45 UTC 2025


On Fri, 25 Apr 2025 19:07:37 GMT, Artur Barashev <abarashev at openjdk.org> wrote:

>> Daniel Fuchs has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 409 commits:
>> 
>>  - merge latest changes from master branch
>>  - http3: add missing <p> separator to Http3DiscoveryMode.ALT_SVC API documentation
>>  - http3: improve documentation for Http3DiscoveryMode.ALT_SVC
>>  - http3: Use AlgorithmConstraints and OCSP responses when validating server certificate during QUIC TLS handshake
>>  - http3: Artur's review - use SecurityUtils.removeFromDisabledTlsAlgs() in test
>>  - http3: minor improvement to log message
>>  - http3: Artur's review - remove commented out code from test
>>  - http3: Artur's review - make methods package private
>>  - http3: qpack - allow 0 capacity when max capacity is 0
>>  - Remove flow control from stream limit comments
>>  - ... and 399 more: https://git.openjdk.org/jdk/compare/1ec64811...4da61bbe
>
> src/java.base/share/classes/sun/security/ssl/SSLAlgorithmConstraints.java line 192:
> 
>> 190:      */
>> 191:     static AlgorithmConstraints forQUIC(QuicTLSEngine engine,
>> 192:                                         String[] allowedAlgorithms,
> 
> This should probably be renamed to `supportedAlgorithms` for consistency, to match SSLEngine and SSLSocket methods.

Done, the PR has been updated to rename this to supportedAlgorithms.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24751#discussion_r2137500358


More information about the core-libs-dev mailing list