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

v0.2.1

Latest
Compare
Choose a tag to compare
@davideluque davideluque released this 02 Oct 11:34
· 5 commits to master since this release

Notes

This release changes the response returned by the match method of the PIDCPR class. It now returns the full response.

In the Crypto class, the certificate and key are read as strings and not files. Improves performance and makes it easier to store these in environment variables.

Changelog

  • Return pid_reply in PIDCPR match method (#13)
    Improve certificate and key reading (#12)