Releases: PeculiarVentures/fortify-tools
Releases · PeculiarVentures/fortify-tools
v1.0.15-alpha
- 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
- Fixed Firefox SSL installation error
- Fixed Certificate Request creation on Windows
v1.0.13
- 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
- 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
- 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
- Supported languages (EN, RU)
- Updated PKCS#11 core
- fixed issue for certificate creation for CardOS
v1.0.9
- 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 toconfig.json
. Ifhttps://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
- 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
- Improve unknown token logs
- Add link to online ATR parser to new token template
- Support Warning dialogs for token errors
v1.0.6
- 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