Re: [jdk25] RFR: 8358099: PEM spec updates

2025-06-24 Thread Weijun Wang
On Mon, 23 Jun 2025 16:55:22 GMT, Anthony Scarpino wrote: > Hi > > This is a clean backport to jdk25 for updates to the PEM spec. > > PEMRecord.pem is renamed to content to better describe that it is the base64 > content and not including the header and footer. Additionally, > PEMRecord.get

[jdk25] RFR: 8358099: PEM spec updates

2025-06-23 Thread Anthony Scarpino
Hi This is a clean backport to jdk25 for updates to the PEM spec. PEMRecord.pem is renamed to content to better describe that it is the base64 content and not including the header and footer. Additionally, PEMRecord.getEncoded() is removed and some javadoc clarifications for PEMEncoder and PE

Re: RFR: 8358099: PEM spec updates [v3]

2025-06-05 Thread Sean Mullan
On Wed, 4 Jun 2025 22:23:05 GMT, Anthony Scarpino wrote: >> Hi, I need a review of some PEM updates. `PEMRecord.pem` is renamed to >> `content` to better describe that it is the base64 content and not including >> the header and footer. Additionally, `PEMRecord.getEncoded()` is removed and >>

Re: RFR: 8358099: PEM spec updates [v3]

2025-06-04 Thread Anthony Scarpino
> Hi, I need a review of some PEM updates. `PEMRecord.pem` is renamed to > `content` to better describe that it is the base64 content and not including > the header and footer. Additionally, `PEMRecord.getEncoded()` is removed and > some javadoc clarifications for PEMEncoder and PEMDecoder. Th

Re: RFR: 8358099: PEM spec updates [v2]

2025-06-04 Thread Sean Mullan
On Tue, 3 Jun 2025 16:24:44 GMT, Sean Mullan wrote: >> Anthony Scarpino has updated the pull request incrementally with one >> additional commit since the last revision: >> >> comments > > src/java.base/share/classes/java/security/PEMDecoder.java line 127: > >> 125: * @implNote An implement

Re: RFR: 8358099: PEM spec updates [v2]

2025-06-03 Thread Anthony Scarpino
> Hi, I need a review of some PEM updates. `PEMRecord.pem` is renamed to > `content` to better describe that it is the base64 content and not including > the header and footer. Additionally, `PEMRecord.getEncoded()` is removed and > some javadoc clarifications for PEMEncoder and PEMDecoder. Th

Re: RFR: 8358099: PEM spec updates

2025-06-03 Thread Sean Mullan
On Tue, 3 Jun 2025 16:09:32 GMT, Anthony Scarpino wrote: > Hi, I need a review of some PEM updates. `PEMRecord.pem` is renamed to > `content` to better describe that it is the base64 content and not including > the header and footer. Additionally, `PEMRecord.getEncoded()` is removed and > som

RFR: 8358099: PEM spec updates

2025-06-03 Thread Anthony Scarpino
Hi, I need a review of some PEM updates. `PEMRecord.pem` is renamed to `content` to better describe that it is the base64 content and not including the header and footer. Additionally, `PEMRecord.getEncoded()` is removed and some javadoc clarifications for PEMEncoder and PEMDecoder. Thanks. -