This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
dastardly dingo
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.