Skip to content

Version 2.7.0

Compare
Choose a tag to compare
@mpost mpost released this 14 Feb 10:27
· 32 commits to 2.x since this release

Validate SSL connections against custom certificates

The new property trustedCertificates on the App objects allows to add a set of certificates to validated SSL connections against. The certificates are applied in addition to the system wide default certificates.

The ArrayBuffer entries of the trustedCertificates array consist of the bytes of the certificate files. On Android the certificate file has to be a *.pem (Privacy Enhanced Mail) file whereas on iOS it has to be *.der (Distinguished Encoding Rules) file.