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

Feature: added EFC ASN.1 modules #24

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

Commits on Dec 3, 2024

  1. Added ISO EFC ASN.1 spec bundles

    These bundles include DSRC, EFC, CCC, LAC, AutonomousCharging and
    InfoExchange specs with dependencies, such as X509 and RFC5035.
    These specs were obtained from the standards.iso.org/iso/ website.
    
    The ISO 14906 DSRC ASN.1 specs sometimes use Windows code pages to
    encode characters in comments. I replaced them for their ASCII
    counterparts where I could to avoid issues.
    rmwesley committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    c595f9d View commit details
    Browse the repository at this point in the history
  2. Added EFC spec bundles for DSRC only

    Again, the ASN.1 specs were modified to only contain ASCII characters
    (even in comments).
    rmwesley committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e79a963 View commit details
    Browse the repository at this point in the history
  3. Added EFC spec bundles for CCC only

    CCC imports from DSRC specs, so they are added as dependencies
    rmwesley committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    58aac91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3b1543 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Added more T-APDU tests

    rmwesley committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    7f5d532 View commit details
    Browse the repository at this point in the history