Skip to content

Commits

Permalink
v4.4.19
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jul 11, 2019

  1. put the apple developer account name into a variable

    Frederikus authored and Frederikus committed Jul 11, 2019
    Copy the full SHA
    842aee8 View commit details
    Browse the repository at this point in the history
  2. Create an installer script that builds and notarizes the eID Middlewa…

    …re for mac.
    Frederikus authored and Frederikus committed Jul 11, 2019
    Copy the full SHA
    fac457e View commit details
    Browse the repository at this point in the history
  3. add an exportscript to the post action archive phase of the BEIDToken…

    … xcode project
    Frederikus authored and Frederikus committed Jul 11, 2019
    Copy the full SHA
    0469f83 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Merge remote-tracking branch 'refs/remotes/origin/v4.4'

    Frederikus authored and Frederikus committed Jul 2, 2019
    Copy the full SHA
    dc503b5 View commit details
    Browse the repository at this point in the history
  2. 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 committed Jul 2, 2019
    Copy the full SHA
    21c4e39 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. 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.
    yoe committed Jun 26, 2019
    Copy the full SHA
    9b50871 View commit details
    Browse the repository at this point in the history
  2. "More" does not mean "All"

    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
    yoe committed Jun 26, 2019
    Copy the full SHA
    c0b185a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Merge remote-tracking branch 'refs/remotes/origin/v4.4'

    Frederikus authored and Frederikus committed Jun 17, 2019
    Copy the full SHA
    7ee66eb View commit details
    Browse the repository at this point in the history
  2. code build for BEIDToken: replace deprecated devregion "English" by "en"

    Frederikus authored and Frederikus committed Jun 17, 2019
    Copy the full SHA
    0cb244b View commit details
    Browse the repository at this point in the history
  3. script for packaging the release zip file f the minidriver

    Frederik authored and Frederik committed Jun 17, 2019
    Copy the full SHA
    cb6f1b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. eID Viewer Windows: expanded error handling

    Frederik authored and Frederik committed Jun 13, 2019
    Copy the full SHA
    2522abe View commit details
    Browse the repository at this point in the history
  2. 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 committed Jun 13, 2019
    Copy the full SHA
    0a4d62f View commit details
    Browse the repository at this point in the history
  3. copy the cat file after it is signed

    Frederik authored and Frederik committed Jun 13, 2019
    Copy the full SHA
    f1a7ff4 View commit details
    Browse the repository at this point in the history
  4. Windows buildscipt changes to easen the workflow for attestation signing

    Frederik authored and Frederik committed Jun 13, 2019
    Copy the full SHA
    20285ab View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. update mac project number to 4.4.19

    Frederik authored and Frederik committed Jun 11, 2019
    Copy the full SHA
    6bdedcf View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/v4.4'

    Frederikus authored and Frederikus committed Jun 11, 2019
    Copy the full SHA
    2606d5f View commit details
    Browse the repository at this point in the history
  3. xcodeproject code sign and build script product sign: add explicit de…

    …mand for timestamping
    Frederikus authored and Frederikus committed Jun 11, 2019
    Copy the full SHA
    e33ce81 View commit details
    Browse the repository at this point in the history
  4. Enabled hardened runtime

    Frederik authored and Frederik committed Jun 11, 2019
    Copy the full SHA
    e0763c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. 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 committed Jun 6, 2019
    Copy the full SHA
    729f6ae View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. pkcs11: added some logging

    Frederik authored and Frederik committed May 29, 2019
    Copy the full SHA
    759fbd3 View commit details
    Browse the repository at this point in the history
  2. eIDViewer launcher installer: correct pkcs#11 path

    Frederik authored and Frederik committed May 29, 2019
    Copy the full SHA
    7c6e0a2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Added a script to cross-sign the MS signed minidriver cat file

    Frederik authored and Frederik committed May 21, 2019
    Copy the full SHA
    114c9f3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. SCardStatus has issues with some smart cards, so replacing it with SC…

    …ardGetStatusChange
    Frederik authored and Frederik committed May 17, 2019
    Copy the full SHA
    7a982c8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. 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 committed May 6, 2019
    Copy the full SHA
    ce0827d View commit details
    Browse the repository at this point in the history
  2. Use new testcertificate names in the build viewer script

    Frederik authored and Frederik committed May 6, 2019
    Copy the full SHA
    0ad10b5 View commit details
    Browse the repository at this point in the history
  3. Adjust eID Viewer project file and wix file according to new solution…

    … path
    Frederik authored and Frederik committed May 6, 2019
    Copy the full SHA
    249ffef View commit details
    Browse the repository at this point in the history
  4. Removed obsolete viewer solution

    Frederik authored and Frederik committed May 6, 2019
    Copy the full SHA
    f4b2e63 View commit details
    Browse the repository at this point in the history
  5. Call the minidriver cabinet sign script from the general signing script

    Frederik authored and Frederik committed May 6, 2019
    Copy the full SHA
    82a0925 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Expanded gitignore list

    Frederik authored and Frederik committed May 3, 2019
    Copy the full SHA
    68226ba View commit details
    Browse the repository at this point in the history
  2. Added a script to build and sign the minidriver cabinet file

    Frederik authored and Frederik committed May 3, 2019
    Copy the full SHA
    4cbe91c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Updated the readme for windows and mac builds

    Frederik authored and Frederik committed Apr 5, 2019
    Copy the full SHA
    75e356f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Add an intermediate cert we need for cross-signing the minidriver

    Frederik authored and Frederik committed Apr 4, 2019
    Copy the full SHA
    07bdd46 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Auto generated About.cs is updated

    Frederik authored and Frederik committed Apr 3, 2019
    Copy the full SHA
    a9a593c View commit details
    Browse the repository at this point in the history
  2. Update minidriver version and claim eidmw version 4.4.18

    Frederik authored and Frederik committed Apr 3, 2019
    Copy the full SHA
    cd0f668 View commit details
    Browse the repository at this point in the history
  3. Windows signing scripts: move signing the minidriver to a separate sc…

    …ript
    Frederik authored and Frederik committed Apr 3, 2019
    Copy the full SHA
    f2d25b9 View commit details
    Browse the repository at this point in the history
Older