> Updated `X509CertSelector.java`, `SerialNumber.java`, and `SSLLogger` to use
> same debug printing format for X.509 serial numbers. The changes are:
> - `X509CertSelector` was `SN: 83be056904246b1a1756ac95991c74a` and now is
> `Serial number: 08:3B:E0:56:90:42:46:B1:A1:75:6A:C9:59:91:C7:4A`
>
The alias in the keystore is `mapEntry.getKey()`. `entry.getAlias()` is the
original friendly name, which is still useful when overwriting or removing an
entry.
-
Commit messages:
- the fix
Changes: https://git.openjdk.org/jdk/pull/17037/files
Webrev: https://webrevs.openjdk.org/
On Fri, 8 Dec 2023 19:07:27 GMT, Ben Perez wrote:
>> Updated `X509CertSelector.java`, `SerialNumber.java`, and `SSLLogger` to
>> use same debug printing format for X.509 serial numbers. The changes are:
>> - `X509CertSelector` was `SN: 83be056904246b1a1756ac95991c74a` and now is
>> `Serial nu
On Thu, 23 Nov 2023 01:04:15 GMT, Anthony Scarpino
wrote:
>> Hi,
>>
>> I need a review for a new internal buffer class called AEADBufferStream.
>> AEADBufferStream extends ByteArrayOutputStream, but eliminates some data
>> checking and copying that are not necessary for what GaloisCounterMod
On Wed, 6 Dec 2023 16:48:57 GMT, Anthony Scarpino wrote:
>> Hi,
>>
>> I need a review for a new internal buffer class called AEADBufferStream.
>> AEADBufferStream extends ByteArrayOutputStream, but eliminates some data
>> checking and copying that are not necessary for what GaloisCounterMode.