apple / swift-nio-ssl

TLS Support for SwiftNIO, based on BoringSSL.
https://swiftpackageindex.com/apple/swift-nio-ssl/main/documentation/niossl
Apache License 2.0
392 stars 140 forks source link

Update leaf cert used in tests #431

Closed glbrntt closed 1 year ago

glbrntt commented 1 year ago

Motivation:

A few of cert the verification tests are failing on macOS.

Modifications:

Fetched a newer leaf cert by running 'openssl s_client -connect apple.com:443 -showcerts'

Result:

Tests pass.