Skip to content

Releases: sassoftware/relic

5.6.1

20 Apr 16:10
Compare
Choose a tag to compare

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

5.3

15 Dec 16:49
Compare
Choose a tag to compare
5.3

Features

  • Added Android (APK) V2 signatures

Bug fixes

  • Fixed a leaked goroutine on certain HTTP 1.x requests
  • Fixed local signatures not updating PE/COFF checksums (#2)