This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Releases: PeculiarVentures/fortify
Releases · PeculiarVentures/fortify
v1.8.4
Features
- Update
electron
dependency to13.6.9
.
Bug Fixes
- Fix ERR_CERT_AUTHORITY_INVALID exception on Mac (#475).
- Fix Firefox in Ubuntu can't communicate with Fortify (#461).
- Fix Unable to open fortify tools in Chrome (#409).
- Fix App doesn't install CA certificate to Firefox (#327).
- Fix Fortify modals stay open if client vanishes (#485).
- Fix Fortify is not valid win32 application (#440).
- Fix CardConfig ignores cards from options (#272).
Other Changes
- Update
minimist
dependency to1.2.6
. - Update
@webcrypto-local/*
dependency to1.7.2
. - Update
typescript
dependency to4.6.4
. - Update
asn1js
dependency to3.0.3
. - Update
ts-node
dependency to10.7.0
. - Update
protobufjs
dependency to6.11.3
. - Use
nanoid
instead ofuuid
. - Update
it.json
(#492).
v1.8.3
Features
- Add support to use custom driver (#439).
- Update
electron
dependency to11.5.0
. - Use
ts-loader
instead ofawesome-typescript-loader
. - Update
webcrypto-core
version to1.3.0
. - Update
pvtsutils
version to1.2.1
. - Update
pkijs
version to2.2.1
. - Update
pkcs11js
version to1.2.6
. - Update
asn1js
version to2.1.1
. - Update
@peculiar/asn1-*
version to2.0.38
. - Update
@webcrypto-local
version to1.6.8
.
Bug Fixes
v1.8.2
v1.8.1
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
toyarn
.
v1.8.0
v1.7.0
v1.5.0
- Update
@webcrypto-local/server
to1.5.2
. - Add scripts to create
update.jws
andcard.jws
. - Add CI workflow to create installers for
macOS
,linux (ubuntu)
andwindows (x64, x86)
.
v1.4.0
- Improve logger
- Upgrade Electron to v8.5.2
v1.3.9-alpha
- add live sites update
v1.3.8-alpha
- Decrease memory usage ~35mb (removed empty main window).
- Organize start flow structure.
- Use a single logger (prepare to add audit).
- Simplify work with the config.
- Add an event for change lang for renderer windows.
- Rewrite events handling.
- Remove the maximize button from the windows bar.