Skip to content

3.16.3 / 0.8.3 indispensable-only Hotfix

Compare
Choose a tag to compare
@JesusMcCloud JesusMcCloud released this 24 Jun 10:01
· 33 commits to main since this release
  • 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