Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

v1.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 07:59
· 1 commit to 0c6da788443f80f8b84ae22be5ef9b68b1730b20 since this release

Features

  • Added log with PKCS#11 information.
{"source":"provider","library":"/usr/local/lib/libsoftokn3.dylib","manufacturerId":"Mozilla Foundation","cryptokiVersion":{"major":2,"minor":40},"libraryVersion":{"major":3,"minor":64},"firmwareVersion":{"major":0,"minor":0},"level":"info","message":"PKCS#11 library information","timestamp":"2021-05-26T09:57:30.827Z"}
  • Supported configuration for PKCS#11 templates.
{
  "id": "39b3d7a3662c4b48bb120d008dd18648",
  "name": "SafeNet Authentication Client",
  "config": {
    "template": {
      "copy": {
        "private": {
          "token": true,
          "sensitive": true,
          "extractable": false
        }
      }
    }
  }
}
  • Updated PKCS#11 lib. It doesn't show System certificates.
  • Move from npm to yarn.