Skip to content

Releases: PeculiarVentures/fortify-tools

v1.3.5

29 Jun 14:10
Compare
Choose a tag to compare
v1.3.5 Pre-release
Pre-release
chore(components): Prevented render object and report error

v1.3.4

25 Jun 19:59
Compare
Choose a tag to compare
chore(components): Prevented render object and report error

v1.0.21: Merge pull request #32 from PeculiarVentures/env-config

09 Jan 16:18
13253bd
Compare
Choose a tag to compare

v1.0.20: Merge pull request #32 from PeculiarVentures/env-config

04 Jul 14:24
13253bd
Compare
Choose a tag to compare
  • Add provider identifier to crypto logs
  • Add Don't show this dialog again checkbox
  • Add cards option to config.json
interface ICard {
  atr: string;
  name: string;
  readOnly?: boolean;
  libraries: string[];
}
  • Use Electron v5.0.6
  • Move node-webcrypto-ossl to @peculiar/webcrypto
  • Update dependencies

v1.0.19

22 Mar 16:37
Compare
Choose a tag to compare

Fix errors

v1.0.18

19 Feb 23:27
Compare
Choose a tag to compare
  • Use Electron v4.0.5
  • Update webcrypto-core
  • Support multi paths for drivers in card.json
  • Use raw and pem types for importCert method in Certificate storage

v1.0.17

08 Aug 14:25
Compare
Choose a tag to compare
  • Fixed NSS PKCS#11 initialization for Windows
  • Updated config.json creation.

Fortify adds Firefox NSS provider from user's Firefox default profile

  • Support custom name for crypto providers via config.json file
  • Add CKA_LABEL on certificate object creation

v1.0.17-alpha

29 May 20:53
Compare
Choose a tag to compare
v1.0.17-alpha Pre-release
Pre-release
  • Fixed NSS PKCS#11 initialization for Windows
  • Updated config.json creation.

Fortify adds Firefox NSS provider from user's Firefox default profile

  • Add CKA_LABEL on certificate object creation

v1.0.16

28 Apr 19:52
Compare
Choose a tag to compare
Fix __lang undefined error

v1.0.16-beta

17 Apr 22:30
Compare
Choose a tag to compare
v1.0.16-beta Pre-release
Pre-release
  • Support Linux Ubuntu

Install instruction

  • download Debian package
  • install package via terminal
> sudo dpk -i fortify-linux-x64-v1_0_16.deb
  • install directory is /opt/fortify
  • start app
    • from terminal
> fortify
  • from installed applications

Remove instruction

  • run command
> sudo dpkg -r fortify