Re: RFR: 8317431: Implement simpler Comparator when building certification paths [v4]

2024-03-07 Thread Weijun Wang
On Thu, 7 Mar 2024 15:12:18 GMT, Sean Mullan wrote: >> This enhancement simplifies and improves the performance of the Comparator >> that the PKIX CertPathBuilder uses to sort candidate certificates. >> >> [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.1) requires >> that cert

Re: RFR: 8317431: Implement simpler Comparator when building certification paths [v4]

2024-03-07 Thread Sean Mullan
> This enhancement simplifies and improves the performance of the Comparator > that the PKIX CertPathBuilder uses to sort candidate certificates. > > [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.1) requires > that certificates include authority and subject key identifiers to f

Re: RFR: 8317431: Implement simpler Comparator when building certification paths [v3]

2024-01-18 Thread Weijun Wang
On Thu, 11 Jan 2024 17:31:37 GMT, Sean Mullan wrote: >> This enhancement simplifies and improves the performance of the Comparator >> that the PKIX CertPathBuilder uses to sort candidate certificates. >> >> [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.1) requires >> that cer

Re: RFR: 8317431: Implement simpler Comparator when building certification paths [v3]

2024-01-11 Thread Kevin Driver
On Thu, 11 Jan 2024 17:31:37 GMT, Sean Mullan wrote: >> This enhancement simplifies and improves the performance of the Comparator >> that the PKIX CertPathBuilder uses to sort candidate certificates. >> >> [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.1) requires >> that cer

Re: RFR: 8317431: Implement simpler Comparator when building certification paths [v2]

2024-01-11 Thread Sean Mullan
On Thu, 11 Jan 2024 14:36:46 GMT, Weijun Wang wrote: >> Sean Mullan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add more comments. Remove unnecessary import. > > src/java.base/share/classes/sun/security/provider/certpath/ForwardBuild

Re: RFR: 8317431: Implement simpler Comparator when building certification paths [v3]

2024-01-11 Thread Sean Mullan
> This enhancement simplifies and improves the performance of the Comparator > that the PKIX CertPathBuilder uses to sort candidate certificates. > > [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.1) requires > that certificates include authority and subject key identifiers to f

Re: RFR: 8317431: Implement simpler Comparator when building certification paths [v2]

2024-01-11 Thread Weijun Wang
On Thu, 11 Jan 2024 14:09:37 GMT, Sean Mullan wrote: >> This enhancement simplifies and improves the performance of the Comparator >> that the PKIX CertPathBuilder uses to sort candidate certificates. >> >> [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.1) requires >> that cer

Re: RFR: 8317431: Implement simpler Comparator when building certification paths [v2]

2024-01-11 Thread Sean Mullan
On Thu, 11 Jan 2024 14:09:37 GMT, Sean Mullan wrote: >> This enhancement simplifies and improves the performance of the Comparator >> that the PKIX CertPathBuilder uses to sort candidate certificates. >> >> [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.1) requires >> that cer

Re: RFR: 8317431: Implement simpler Comparator when building certification paths [v2]

2024-01-11 Thread Sean Mullan
On Wed, 10 Jan 2024 17:00:42 GMT, Kevin Driver wrote: >> Sean Mullan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add more comments. Remove unnecessary import. > > src/java.base/share/classes/sun/security/provider/certpath/ForwardBuil

Re: RFR: 8317431: Implement simpler Comparator when building certification paths [v2]

2024-01-11 Thread Sean Mullan
On Wed, 10 Jan 2024 14:17:33 GMT, Weijun Wang wrote: >> Sean Mullan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add more comments. Remove unnecessary import. > > src/java.base/share/classes/sun/security/provider/certpath/Builder.java

Re: RFR: 8317431: Implement simpler Comparator when building certification paths [v2]

2024-01-11 Thread Sean Mullan
> This enhancement simplifies and improves the performance of the Comparator > that the PKIX CertPathBuilder uses to sort candidate certificates. > > [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.1) requires > that certificates include authority and subject key identifiers to f

Re: RFR: 8317431: Implement simpler Comparator when building certification paths

2024-01-10 Thread Kevin Driver
On Wed, 3 Jan 2024 16:55:39 GMT, Sean Mullan wrote: > This enhancement simplifies and improves the performance of the Comparator > that the PKIX CertPathBuilder uses to sort candidate certificates. > > [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.1) requires > that certifica

Re: RFR: 8317431: Implement simpler Comparator when building certification paths

2024-01-10 Thread Weijun Wang
On Wed, 3 Jan 2024 16:55:39 GMT, Sean Mullan wrote: > This enhancement simplifies and improves the performance of the Comparator > that the PKIX CertPathBuilder uses to sort candidate certificates. > > [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.1) requires > that certifica

RFR: 8317431: Implement simpler Comparator when building certification paths

2024-01-03 Thread Sean Mullan
This enhancement simplifies and improves the performance of the Comparator that the PKIX CertPathBuilder uses to sort candidate certificates. [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.1) requires that certificates include authority and subject key identifiers to facilitate