Skip to content

Conversation

@glbrntt
Copy link
Contributor

@glbrntt glbrntt commented Jul 15, 2025

Motivation:

In #550 a use of NIOSSLCertificafe(file:format:) was replaced with NIOSSLCertificafe.loadPEMFile(_:).first, which isn't necessarily the same (the error flow is different for one). To avoid any subtle behaioral changes revert back to the old API in that one instance.

Modifications:

  • Use old API

Result:

Fewer behavioural changes

Motivation:

In apple#550 a use of `NIOSSLCertificafe(file:format:)` was replaced with
`NIOSSLCertificafe.loadPEMFile(_:).first`, which isn't necessarily the
same (the error flow is different for one). To avoid any subtle
behaioral changes revert back to the old API in that one instance.

Modifications:

- Use old API

Result:

Fewer behavioural changes
@glbrntt glbrntt added the 🔨 semver/patch No public API change. label Jul 15, 2025
@glbrntt glbrntt enabled auto-merge (squash) July 15, 2025 13:08
@glbrntt glbrntt requested a review from Lukasa July 15, 2025 13:08
@glbrntt glbrntt merged commit 385f5bd into apple:main Jul 15, 2025
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 semver/patch No public API change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants