2.0.0 - PotentCodables Update
Updated PotentCodables
to the latest version (2.0.0) to bring in ASN.1 parsing fixes. Due to changes in the PotentASN1.AnyTime
type, which is used in ShieldX509
's API, a major version bump was required.
Breaking Changes
TBSCertificate.Validity.notBefore
&TBSCertificate.Validity.notAfter
use the theAnyTime
which has changed to useZonedDate
.Certificate.Builder.notBefore
&Certificate.Builder.notAfter
use the theAnyTime
which has changed to useZonedDate
.