Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

dastardly dingo

Compare
Choose a tag to compare
@nathany nathany released this 05 Feb 20:19
· 58 commits to master since this release

certificate

  • API: Decode and Load now return x509 certificate and an RSA key instead of a TLS certificate. This is to enable compatibility with PKCS 7 signing used by the pushpackage package (see below).
  • API: A new TLS function will provide a tls certificate from the Decode and Load certificate.TLS(cert, key). See the readme for a full example.

payload

  • Category now works in payload.APS. Thanks @macteo.

push

  • IsDeviceTokenValid considers device tokens up to 100 bytes (200 hexadecimal digits) valid. See #13.

pushpackage

  • This new package creates Website push packages for Safari and Wallet .pkpass packages. It takes care of creating a manifest.json and signature, as well as zipping up the result. See the readme and example/ folder for more.