Releases: sassoftware/relic
Releases · sassoftware/relic
5.6.1
Changes since 5.3:
Features
- Added x509-sign command to perform simple Certificate Authority signatures
- x509-sign can also perform cross-signatures by providing an existing subject certificate and a new issuer.
- Added keyCertSign key usage type for x509 commands
- x509 commands now have an --interactive mode that displays the contents of the certificate before prompting whether to sign it
- Added token/open API to simplify opening tokens of various types
- Added support for RSA-PSS. No package signature type can meaningfully make use of RSA-PSS, but x509 commands can.
- When built with cgo disabled, relic now supports token types that do not require cgo (file, scdaemon) instead of disabling all token-related commands
Bug Fixes
- Fixed build errors on Go 1.9.4