apple / swift-certificates

An implementation of X.509 for Swift
https://swiftpackageindex.com/apple/swift-certificates/main/documentation/x509
Apache License 2.0
223 stars 53 forks source link

Add bridge between `Certificate` and `Security.SecCertificate` #182

Closed aryan-25 closed 3 months ago

aryan-25 commented 3 months ago

Motivation:

Currently, there is no way to create an instance of Certificate from Security.SecCertificate and vice versa (GitHub Issue #168).

Modifications:

Result:

Users can create an instance of Certificate from Security.SecCertificate and vice versa.

dnadoba commented 3 months ago

@swift-server-bot add to allowlist