Skip to content

Commits

Permalink
v4.4.0
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 Apr 26, 2018

  1. Sigh

    Wouter Verhelst committed Apr 26, 2018
    Copy the full SHA
    b4b431f View commit details
    Browse the repository at this point in the history
  2. Don't forget to change the version number here, too

    Wouter Verhelst committed Apr 26, 2018
    Copy the full SHA
    268b634 View commit details
    Browse the repository at this point in the history
  3. Bump firefox addon to new version

    Wouter Verhelst committed Apr 26, 2018
    Copy the full SHA
    ea79809 View commit details
    Browse the repository at this point in the history
  4. Bump addon version to 1.0.28

    to release the new "couldn't find the middleware" messages
    Wouter Verhelst committed Apr 26, 2018
    Copy the full SHA
    753a084 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Use the correct key to validate signatures with...

    Wouter Verhelst committed Apr 25, 2018
    Copy the full SHA
    7450b10 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Don't produce two error dialogs

    When verification fails, we already produce an error dialog at the end, with "please view the log tab" details.
    
    As such, no need to use ERROR here.
    Wouter Verhelst committed Apr 24, 2018
    Copy the full SHA
    885e5ee View commit details
    Browse the repository at this point in the history
  2. Be less convoluted

    Looping over extensions is fun, but there's actually a function to get us what
    we need; so use that directly instead.
    
    Also, use the correct method to go from a CRL_DIST_POINT* to the distribution
    point URL.
    Wouter Verhelst committed Apr 24, 2018
    Copy the full SHA
    4f88c95 View commit details
    Browse the repository at this point in the history
  3. Don't check with the wrong CA

    When we check the CA certificate, the issuer certificate is the root
    certificate, not the CA. Yes, that's slightly confusing.
    Wouter Verhelst committed Apr 24, 2018
    Copy the full SHA
    3956d6b View commit details
    Browse the repository at this point in the history
  4. Fix a few logic reversals

    The multiple certificate validation functions should be called depending
    on which certificate we're trying to check. However, we accidentally had
    some logic reversals here, which resulted in the wrong function being
    called for a particular certificate, and as a result an incorrect
    verification result.
    
    Fix.
    Wouter Verhelst committed Apr 24, 2018
    Copy the full SHA
    b82acbe View commit details
    Browse the repository at this point in the history
  5. eID Viewer error log: hint users to get to MS universal C library for…

    … win7, 8 and 8.1 in case of a dll not found error as this one is most often the one that is missing
    Frederik authored and Frederik committed Apr 24, 2018
    Copy the full SHA
    34532bc View commit details
    Browse the repository at this point in the history
  6. eID Viewer: changed testsite to https://eid.belgium.be

    Frederik authored and Frederik committed Apr 24, 2018
    Copy the full SHA
    989c338 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Windows Viewer: simplified UI: one default Height for all card types

    Frederik authored and Frederik committed Apr 23, 2018
    Copy the full SHA
    c63bb84 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Updated Windows Viewer about file creater from Fedict to Bosa

    Frederik authored and Frederik committed Apr 18, 2018
    Copy the full SHA
    28ebd31 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Merge branch 'master' of https://github.com/Fedict/eid-mw

    Frederik authored and Frederik committed Apr 16, 2018
    Copy the full SHA
    a4980a0 View commit details
    Browse the repository at this point in the history
  2. Added full French and Dutch messages for work permit mention

    Frederik authored and Frederik committed Apr 16, 2018
    Copy the full SHA
    c21926c View commit details
    Browse the repository at this point in the history
  3. Display an error message when we catch an error during data verification

    Frederik authored and Frederik committed Apr 16, 2018
    Copy the full SHA
    f9ffa34 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Don't forget to actually return something

    This function is a CK_BOOL; without a return statement, undefined behavior
    ensues.
    Wouter Verhelst committed Apr 13, 2018
    Copy the full SHA
    91903b2 View commit details
    Browse the repository at this point in the history
  2. Added the conversionpermit functions to the windows backend project

    Frederik authored and Frederik committed Apr 13, 2018
    Copy the full SHA
    0bb4fe7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/Fedict/eid-mw

    Frederik authored and Frederik committed Apr 13, 2018
    Copy the full SHA
    546d154 View commit details
    Browse the repository at this point in the history
  4. Don't crash when pkcs11 gives labels the backend doesnt know (e.g. wh…

    …en pkcs is newer)
    Frederik authored and Frederik committed Apr 13, 2018
    Copy the full SHA
    f9c8934 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    adba213 View commit details
    Browse the repository at this point in the history
  6. Add workpermit convertor to OSX project file

    Wouter Verhelst committed Apr 13, 2018
    Copy the full SHA
    251e6db View commit details
    Browse the repository at this point in the history
  7. Add a conversion for the work permit mention

    These get stored on the card as '7', '8', '9', or 'A' (yes, in ASCII,
    not in hex). Since that's hardly readable, add a convertor so something
    useful gets shown instead.
    
    TODO: replace the current temporary strings by final strings from the
    RRN.
    Wouter Verhelst committed Apr 13, 2018
    Copy the full SHA
    1f0ce54 View commit details
    Browse the repository at this point in the history
  8. Don't forget to update it in the actual PKCS#11, too

    Wouter Verhelst committed Apr 13, 2018
    Copy the full SHA
    b407956 View commit details
    Browse the repository at this point in the history
  9. Follow the rename of work_permit_type

    Wouter Verhelst committed Apr 13, 2018
    Copy the full SHA
    4ef5f0e View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' of https://github.com/Fedict/eid-mw

    Frederik authored and Frederik committed Apr 13, 2018
    Copy the full SHA
    efd1dd6 View commit details
    Browse the repository at this point in the history
  11. renamed work permit type to work permit mention, like it states in al…

    …l official documents
    Frederik authored and Frederik committed Apr 13, 2018
    Copy the full SHA
    a5f4cd3 View commit details
    Browse the repository at this point in the history
  12. Update strings

    The error message that appears when the middleware can not be found did
    not account for the fact that older versions of the middleware did not
    yet install the JSON metadata for the middleware. Confusion ensues.
    
    Update the strings so they clarify that a bit.
    Wouter Verhelst committed Apr 13, 2018
    Copy the full SHA
    9e825cc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Claiming version number 4.4.0 for the next Windows release

    Frederik authored and Frederik committed Apr 12, 2018
    Copy the full SHA
    1e8c3fa View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. changed date conversion logic for months equal to zero (this means th…

    …e value for day also has no time related meaning,so we display it as spaces)
    
    http://www.ibz.rrn.fgov.be/fileadmin/user_upload/nl/rr/instructies/IT-lijst/IT101_Geboortedatum.pdf
    Frederik authored and Frederik committed Apr 11, 2018
    Copy the full SHA
    9acaee2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Update copyright string for Mac, too.

    Note: we change "2017" to "2014" as the oldest one. That's not because we're lying, but because we recreated the info.plist at some point, which caused the original year to get lost.
    Wouter Verhelst committed Apr 10, 2018
    Copy the full SHA
    37cc17f View commit details
    Browse the repository at this point in the history
  2. Skip trying to sign on appveyor...

    Wouter Verhelst committed Apr 10, 2018
    Copy the full SHA
    1deea8d View commit details
    Browse the repository at this point in the history
  3. GTK viewer: Update copyright statement

    Wouter Verhelst committed Apr 10, 2018
    Copy the full SHA
    d6ec5a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

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

    Frederik authored and Frederik committed Apr 9, 2018
    Copy the full SHA
    13370e6 View commit details
    Browse the repository at this point in the history
  2. eID Viewer Windows: changed about box fedict to bosa

    Frederik authored and Frederik committed Apr 9, 2018
    Copy the full SHA
    450033c View commit details
    Browse the repository at this point in the history
Older