v0.3.2 Post-GA Release
New for v0.3.2:
- Adds GetKeyType API to cshared lib
Bug Fixes:
- Removed assertion in PKCS11 lib that private key must support decryption. (Some keys only support signing, and should continue to be allowed to be used for signing only.)
Changes included from v0.3.0:
- Adds support for Encrypt and Decrypt APIs (beta):
- Only Linux (pkcs11) and Darwin (keychain) are currently supported. API is accessible through Golang universal client as well as os-specific clients.
- Only RSA is currently supported.
- Cshared library support (for integration with Python etc.) will be added in a future update.
- Adds support for overriding config location via environment variable