You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix erroneous Base64URL encoding in JOSE data classes
toString() of X509Certificate and TbsCertificate have also been adapted to use Base64 Strict
Add missing serializers in addition to Base64Url encoding:
X509CertificateBase64Serializer
CertificateChainBase64Serializer
More targets:
watchosSimulatorArm64
watchosX64
watchosArm32
watchosArm64
androidNativeX64
androidNativeX86
androidNativeArm32
androidNativeArm64
watchosArm64 (ASN.1-only!)
Drop OKIO dependency from indispensable-josef which was only ever used for to compute a SHA-256 thumbprint and replace it by a pure kotlin SHA-256 implementation