Commits
v4.4.19
Name already in use
Commits on Jul 11, 2019
-
put the apple developer account name into a variable
Frederikus authored and Frederikus committedJul 11, 2019 -
Create an installer script that builds and notarizes the eID Middlewa…
…re for mac.
Frederikus authored and Frederikus committedJul 11, 2019 -
add an exportscript to the post action archive phase of the BEIDToken…
… xcode project
Frederikus authored and Frederikus committedJul 11, 2019
Commits on Jul 2, 2019
-
Merge remote-tracking branch 'refs/remotes/origin/v4.4'
Frederikus authored and Frederikus committedJul 2, 2019 -
remove CONFIGURATION_BUILD_DIR (from BEIDToken), as this triggers a k…
…now xcode bug where, during archiving, symlinks to places external to the app are created
Frederikus authored and Frederikus committedJul 2, 2019
Commits on Jun 26, 2019
-
Don't translate if we don't translate everything
While it's nice that this is translateable, there isn't much need for it to be translated, and we don't actually support all four languages. Better to drop non-English versions unless and until we have translations for everything.
-
Modern OpenSSL has "openssl rehash" for hashing trust directories. Older versions of OpenSSL have "c_rehash" instead. Previously we thought that "openssl rehash" was available in most places, but now it turns out that this is not the case. The result is that the packages we ship on some older distributions (at least Ubuntu 16.04, probably some of the CentOS versions too, haven't checked everything) ship with an unhashed trust directory, resulting in verification of cards' certificates failing. Unfortunately we didn't notice this because the 'openssl' tool will just produce help output and exit with an exit state of 0 (i.e., indicating no problem) when "openssl rehash" is not available. Fix by explicitly calling 'openssl help' and grepping the output for the rehash command, and falling back to c_rehash if it's not available. Fixes: 0740270 Ticket: INC0327830
Commits on Jun 17, 2019
-
Merge remote-tracking branch 'refs/remotes/origin/v4.4'
Frederikus authored and Frederikus committedJun 17, 2019 -
code build for BEIDToken: replace deprecated devregion "English" by "en"
Frederikus authored and Frederikus committedJun 17, 2019 -
script for packaging the release zip file f the minidriver
Frederik authored and Frederik committedJun 17, 2019
Commits on Jun 13, 2019
-
eID Viewer Windows: expanded error handling
Frederik authored and Frederik committedJun 13, 2019 -
create a minidriver zip that also contains the WIN7_8.1 signed .cat f…
…ile. Duplicate the dll's for enduser conveniance
Frederik authored and Frederik committedJun 13, 2019 -
copy the cat file after it is signed
Frederik authored and Frederik committedJun 13, 2019 -
Windows buildscipt changes to easen the workflow for attestation signing
Frederik authored and Frederik committedJun 13, 2019
Commits on Jun 11, 2019
-
update mac project number to 4.4.19
Frederik authored and Frederik committedJun 11, 2019 -
Merge remote-tracking branch 'refs/remotes/origin/v4.4'
Frederikus authored and Frederikus committedJun 11, 2019 -
xcodeproject code sign and build script product sign: add explicit de…
…mand for timestamping
Frederikus authored and Frederikus committedJun 11, 2019 -
Frederik authored and Frederik committed
Jun 11, 2019
Commits on Jun 6, 2019
-
Dual signing a cat file is currently not possible, so we create 2 cat…
… files, each with a signature that is accepted by the corresponding OS, and make sure the installer places the correct signature next to the minidriver before installing the minidriver
Frederik authored and Frederik committedJun 6, 2019
Commits on May 29, 2019
-
Frederik authored and Frederik committed
May 29, 2019 -
eIDViewer launcher installer: correct pkcs#11 path
Frederik authored and Frederik committedMay 29, 2019
Commits on May 21, 2019
-
Added a script to cross-sign the MS signed minidriver cat file
Frederik authored and Frederik committedMay 21, 2019
Commits on May 17, 2019
-
SCardStatus has issues with some smart cards, so replacing it with SC…
…ardGetStatusChange
Frederik authored and Frederik committedMay 17, 2019
Commits on May 6, 2019
-
Adjust eIDViewer solution: make eIDViewer depend on the viewerBackend…
…, so it is never build without it. Add comment to sign_viewer script
Frederik authored and Frederik committedMay 6, 2019 -
Use new testcertificate names in the build viewer script
Frederik authored and Frederik committedMay 6, 2019 -
Adjust eID Viewer project file and wix file according to new solution…
… path
Frederik authored and Frederik committedMay 6, 2019 -
Removed obsolete viewer solution
Frederik authored and Frederik committedMay 6, 2019 -
Call the minidriver cabinet sign script from the general signing script
Frederik authored and Frederik committedMay 6, 2019
Commits on May 3, 2019
-
Frederik authored and Frederik committed
May 3, 2019 -
Added a script to build and sign the minidriver cabinet file
Frederik authored and Frederik committedMay 3, 2019
Commits on Apr 5, 2019
-
Updated the readme for windows and mac builds
Frederik authored and Frederik committedApr 5, 2019
Commits on Apr 4, 2019
-
Add an intermediate cert we need for cross-signing the minidriver
Frederik authored and Frederik committedApr 4, 2019
Commits on Apr 3, 2019
-
Auto generated About.cs is updated
Frederik authored and Frederik committedApr 3, 2019 -
Update minidriver version and claim eidmw version 4.4.18
Frederik authored and Frederik committedApr 3, 2019 -
Windows signing scripts: move signing the minidriver to a separate sc…
…ript
Frederik authored and Frederik committedApr 3, 2019