Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest version of IVID / OMAPI wrapper layer #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 14, 2020

  1. enhanced C2 transport to support different implementations, use C2 tr…

    …ansport only on T=0 links, fix Bug when compiled with JDK9
    ck-adesso committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    086e073 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. added possibility to access physical link layers to embedded secure e…

    …lements and (e)UICCs differently + more docs
    ck-adesso committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    c9d618b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. small bugfix

    ck-adesso committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    a2a94cd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Major changes:

    - version bumped to 0.1.0
    - introduced "Secure Element Abstraction Layer" (SEAL) with easier and more flexible interface
    - removed lib.omw.omapi module, all compile-time dependencies are now only in lib.omw.android
    - added support for new OMAPI (android.se.*), old OMAPI (org.simalliance), TelephonyMgr API, NFC EE
    - package names renamed from net.vx4.lib.omapi to net.vx4.lib.ivid
    - OMAPITP now replaced with IVIDTP (it is not only Open Mobile API any more)
    - CallbackHandler is now AuthenticationCallback and returns no plain secret,
      instead a ready to used initialized instance of Cipher (AES-CBC, decrypt) - should be from hardware keystore
    ck-adesso committed May 13, 2020
    Configuration menu
    Copy the full SHA
    0f454a0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. modified ChannelTransportProvider

    Made it usable with extended length on basic channel over T=0, this is the default if an applet is selected without returning communication information in the FCI tag.
    ck-adesso committed May 18, 2020
    Configuration menu
    Copy the full SHA
    bb7d535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca4b18 View commit details
    Browse the repository at this point in the history