> 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` > - `SerialNumber` was `SerialNumber: [ 083be056 904246b1 a1756ac9 5991c74a]` > and now is `Serial number: 08:3B:E0:56:90:42:46:B1:A1:75:6A:C9:59:91:C7:4A` > - `SSLLogger` was `"serial number" : "083BE056904246B1A1756AC95991C74A"` and > now is `"serial number" : 08:3B:E0:56:90:42:46:B1:A1:75:6A:C9:59:91:C7:4A`
Ben Perez has updated the pull request incrementally with one additional commit since the last revision: Replaced formatting function with Debug.toString. Changed toString method in SerialNumber to use camel case ------------- Changes: - all: https://git.openjdk.org/jdk/pull/16834/files - new: https://git.openjdk.org/jdk/pull/16834/files/1783ea3a..a5a733bb Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=16834&range=03 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16834&range=02-03 Stats: 9 lines in 3 files changed: 2 ins; 2 del; 5 mod Patch: https://git.openjdk.org/jdk/pull/16834.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/16834/head:pull/16834 PR: https://git.openjdk.org/jdk/pull/16834