Skip to content

Releases: PeculiarVentures/fortify-tools

v1.0.15-alpha

01 Apr 22:13
Compare
Choose a tag to compare
v1.0.15-alpha Pre-release
Pre-release
  • change CN for SSL certificate to '127.0.0.1'
  • fix algorithm error
  • use different identity keys for each domain
  • support NSS
  • Electron was updated to v1.8.4
  • OpenSSL was version to v1.0.2o
  • NPM packages were updated

Windows

  • protect generated keys in system storage

OSX

  • use empty application list for access attribute on key generation
  • optimize SecKeyCopyAttributes and SecKeyCopyPublicKeys.

v1.0.14

31 Jan 15:13
Compare
Choose a tag to compare
  • Fixed Firefox SSL installation error
  • Fixed Certificate Request creation on Windows

v1.0.13

29 Jan 19:20
bc7d85e
Compare
Choose a tag to compare
  • Updated link for Tools to tools.fortifyapp.com
  • Updated link for New token from fortify-web to fortify
  • Added French, Spanish, Italian, Japanese, German and Dutch locales
  • Supported SmartCard KSP API for Windows in pvpkcs11. If smart card doesn't have pkcs11 lib or can't load it app tries to read smart card with KSP API
  • Fixed key usage bug
  • Added token name for PKCS11 pin dialog

v1.0.13-beta

23 Jan 21:45
bc7d85e
Compare
Choose a tag to compare
v1.0.13-beta Pre-release
Pre-release
  • Support SmartCard KSP API for Windows in pvpkcs11. If smart card doesn't have pkcs11 lib or can't load it app tries to read smart card with KSP API
  • Fix key usage bug
  • Add DE, IT and JA locales
  • Add token name for PKCS11 pin dialog

v1.0.11

13 Dec 16:02
Compare
Choose a tag to compare
  • Updated PKCS#11 slot loading. On key insertion App looks through all slots in PKCS#11 module and compares each handle with loaded before. It adds each new handle. This update must fix case for tokens with multi slots
  • fixed Yubico error on Certificate reading and public key, certificate importing
  • Update Fortify's errors. Each error has type and code.
  • Supported CKF_PROTECTED_AUTHENTICATION_PATH
  • Finalize last PKCS#11 lib on removing
  • Updated SSL certificate installation for Mozilla Firefox
  • Show Fortify Image in Mac docker for info pages
  • Show Warning dialog on PCSC init error

v1.0.10

01 Dec 20:48
Compare
Choose a tag to compare
  • Supported languages (EN, RU)
  • Updated PKCS#11 core
    • fixed issue for certificate creation for CardOS

v1.0.9

15 Nov 19:13
Compare
Choose a tag to compare
  • New Windows build for x86 architecture
  • Extended card.json file. OS can have path to pkcs#11 lib or structure for different architectures x64 or x86. If Fortify has x64 arch it'll use pkcs#11 libs from OS x64 card.json, otherwise it'll use x86
  • Changed Electron version from 1.6.11 to 1.7.6
  • Added disableCardUpdate property to config.json. If https://peculiarventures.github.io/fortify/packages/card.jws has valid signature and version of card structure if upper than local version, then fortify replaces card.json

v1.0.8

27 Oct 20:00
Compare
Choose a tag to compare
  • External card.json
  • Auto update for card.json
  • Rname fortify log file to fortify.log

Windows:

  • fixed error on C_SessionOpen (GetLastError, CRYPT_KEY_PROV_INFO.pwszProvName)
  • updated key reading

OS X

  • updated key reading

v1.0.7

13 Oct 01:04
Compare
Choose a tag to compare
  • Improve unknown token logs
  • Add link to online ATR parser to new token template
  • Support Warning dialogs for token errors

v1.0.6

11 Oct 22:00
Compare
Choose a tag to compare
  • Fix error on keyStorage.clear
  • Apply PKIjs 2.1 API
  • Improve node-webcrypto-p11 login/logout

pvpkcs11

  • Improve logs
  • Update id generation

OS X

  • Fix destroy functions

Windows