Re: RFR: 8298420: PEM API: Implementation (Preview) [v12]

2025-05-05 Thread Sean Mullan
On Thu, 17 Apr 2025 21:39:31 GMT, Anthony Scarpino wrote: >> src/java.base/share/classes/java/security/PEMDecoder.java line 377: >> >>> 375: * {@code provider} will occur during decoding. >>> 376: * >>> 377: * If {@code params} is {@code null}, a new instance is >>> returned wit

Re: RFR: 8298420: PEM API: Implementation (Preview) [v12]

2025-04-26 Thread Anthony Scarpino
On Tue, 11 Feb 2025 16:35:35 GMT, Sean Mullan wrote: >> Anthony Scarpino has updated the pull request with a new target base due to >> a merge or a rebase. The pull request now contains 58 commits: >> >> - Merge branch 'pem-merge' into pem >> - merge >> - Merge in PEMRecord as part of the AP

Re: RFR: 8298420: PEM API: Implementation (Preview) [v12]

2025-04-17 Thread Sean Mullan
On Thu, 12 Dec 2024 19:59:05 GMT, Anthony Scarpino wrote: >> Hi all, >> >> I need a code review of the PEM API. Privacy-Enhanced Mail (PEM) is a >> format for encoding and decoding cryptographic keys and certificates. It >> will be integrated into JDK24 as a Preview Feature. Preview featur

Re: RFR: 8298420: PEM API: Implementation (Preview) [v12]

2025-04-05 Thread Anthony Scarpino
On Wed, 12 Mar 2025 20:44:30 GMT, Jamil Nimeh wrote: >> Anthony Scarpino has updated the pull request with a new target base due to >> a merge or a rebase. The pull request now contains 58 commits: >> >> - Merge branch 'pem-merge' into pem >> - merge >> - Merge in PEMRecord as part of the AP

Re: RFR: 8298420: PEM API: Implementation (Preview) [v12]

2025-03-18 Thread Jamil Nimeh
On Thu, 12 Dec 2024 19:59:05 GMT, Anthony Scarpino wrote: >> Hi all, >> >> I need a code review of the PEM API. Privacy-Enhanced Mail (PEM) is a >> format for encoding and decoding cryptographic keys and certificates. It >> will be integrated into JDK24 as a Preview Feature. Preview featur

Re: RFR: 8298420: PEM API: Implementation (Preview) [v12]

2025-02-26 Thread Anthony Scarpino
On Wed, 26 Feb 2025 14:14:56 GMT, Magnus Ihse Bursie wrote: > Sorry if I'm just jumping into this without having all the context, but maybe > it would be a good idea to update the `GenerateCacerts` build tool to use > this new API? That would mean free testing during build, and a chance to > "

Re: RFR: 8298420: PEM API: Implementation (Preview) [v12]

2025-02-26 Thread Magnus Ihse Bursie
On Thu, 12 Dec 2024 19:59:05 GMT, Anthony Scarpino wrote: >> Hi all, >> >> I need a code review of the PEM API. Privacy-Enhanced Mail (PEM) is a >> format for encoding and decoding cryptographic keys and certificates. It >> will be integrated into JDK24 as a Preview Feature. Preview featur

Re: RFR: 8298420: PEM API: Implementation (Preview) [v12]

2024-12-12 Thread Anthony Scarpino
> Hi all, > > I need a code review of the PEM API. Privacy-Enhanced Mail (PEM) is a format > for encoding and decoding cryptographic keys and certificates. It will be > integrated into JDK24 as a Preview Feature. Preview features does not > permanently define the API and it is subject to cha