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
388 stars 139 forks source link

Update expired certs for CA name test. #394

Closed Lukasa closed 2 years ago

Lukasa commented 2 years ago

Motivation:

The CA name tests have some complex certificate requirements, so they have hardcoded certs. Those have expired, making the unit tests fail.

Modifications:

Result:

The tests pass again.

agnosticdev commented 2 years ago

Thanks for updating this @Lukasa