Hi, small change to the java.security.debug to enhance help() with missing
options.
-
Commit messages:
- 8294527: Some java.security.debug options missing from security docs
Changes: https://git.openjdk.org/jdk/pull/12289/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=1228
> * updated test for new TLS protocols and ciphersuites
> * code cleanup
Matthew Donovan has updated the pull request with a new target base due to a
merge or a rebase. The pull request now contains three commits:
- incorporated Rajan's patch
- Merge branch 'master' into test-all-suites
- 829
On Fri, 27 Jan 2023 21:33:13 GMT, Rajan Halade wrote:
>> The test verifies the handshake negotiation for each ciphersuite/protocol
>> combination. The `getSupportedCipherSuites()` and `getEnabledCipherSuites()`
>> are independent of the enabled protocols. In other words, if you called
>> `engi
> This PR addresses an issue in the AES-CTR mode intrinsic on s390. When a
> message is ciphered in multiple, small (< 16 bytes) segments, the result is
> incorrect.
>
> This is not just a band-aid fix. The issue was taken as a chance to
> restructure the code. though still complicated, It is n
On Mon, 23 Jan 2023 09:23:54 GMT, Martin Doerr wrote:
>> Lutz Schmidt has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8299817: Update copyright
>
> test/hotspot/jtreg/compiler/codegen/aes/Test8299817.java line 4:
>
>> 2: * Copyright (c
On Mon, 30 Jan 2023 10:23:59 GMT, Ryan Wallace wrote:
> Hi, small change to the java.security.debug to enhance help() with missing
> options.
src/java.base/share/classes/sun/security/util/Debug.java line 90:
> 88: System.err.println(" PKCS11 KeyStore debugging");
> 89:
On Mon, 30 Jan 2023 12:17:10 GMT, Matthew Donovan wrote:
>> * updated test for new TLS protocols and ciphersuites
>> * code cleanup
>
> Matthew Donovan has updated the pull request with a new target base due to a
> merge or a rebase. The pull request now contains three commits:
>
> - incorpora
Several comments are technically broken in Windows code, this change cleans up
the broken comments that managed to slip past reviewers during Integration
-
Commit messages:
- Partial Revert
- sspi.cpp
- Comments
Changes: https://git.openjdk.org/jdk/pull/12305/files
Webrev: https
On Tue, 31 Jan 2023 06:28:21 GMT, Julian Waters wrote:
> Several comments are technically broken in Windows code, this change cleans
> up the broken comments that managed to slip past reviewers during Integration
@wangweij Sorry for the abrupt tag, but would the sspi.cpp change be fine with
yo