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

Missing some ciphering services #89

Open
isidroas opened this issue Feb 27, 2024 · 1 comment
Open

Missing some ciphering services #89

isidroas opened this issue Feb 27, 2024 · 1 comment
Labels
sponsorship needed Issue is out of scope for our use cases. We need an org to sponsor the development

Comments

@isidroas
Copy link

Currently, it is implemented:

  • general-glo-ciphering [219]
  • glo-initiateResponse [40]
  • glo-initiateRequest [33]

but the following APDUs are missing:

-- with global ciphering

      glo-confirmedServiceError            [46]     IMPLICIT    OCTET STRING,


-- with dedicated ciphering

      ded-initiateRequest                  [65]     IMPLICIT    OCTET STRING,
      ded-initiateResponse                 [72]     IMPLICIT    OCTET STRING,
      ded-confirmedServiceError            [78]     IMPLICIT    OCTET STRING,

-- with global ciphering

    glo-get-request                      [200]   IMPLICIT     OCTET   STRING,
    glo-set-request                      [201]   IMPLICIT     OCTET   STRING,
    glo-event-notification-request       [202]   IMPLICIT     OCTET   STRING,
    glo-action-request                   [203]   IMPLICIT     OCTET   STRING,

    glo-get-response                     [204] IMPLICIT       OCTET STRING,
    glo-set-response                     [205] IMPLICIT       OCTET STRING,
    glo-action-response                  [207] IMPLICIT       OCTET STRING,

-- with dedicated ciphering

    ded-get-request                      [208]   IMPLICIT     OCTET   STRING,
    ded-set-request                      [209]   IMPLICIT     OCTET   STRING,
    ded-event-notification-request       [210]   IMPLICIT     OCTET   STRING,
    ded-actionRequest                    [211]   IMPLICIT     OCTET   STRING,

    ded-get-response                     [212] IMPLICIT       OCTET STRING,
    ded-set-response                     [213] IMPLICIT       OCTET STRING,
    ded-action-response                  [215] IMPLICIT       OCTET STRING,

-- general APDUs
    general-ded-ciphering                [220]   IMPLICIT     General-Ded-Ciphering,
    general-ciphering                    [221]   IMPLICIT     General-Ciphering,
    general-signing                      [223]   IMPLICIT     General-Signing,
@Krolken
Copy link
Contributor

Krolken commented Mar 6, 2024

Hi. We will probably not be adding these services unless we are paid to maintain them.
We run our test cases on meters in out lab and if we don't have equipment to test agains we don't want to implement the features.
I also have never had to use them as alot of meters use the global service.

@Krolken Krolken added the sponsorship needed Issue is out of scope for our use cases. We need an org to sponsor the development label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sponsorship needed Issue is out of scope for our use cases. We need an org to sponsor the development
Projects
None yet
Development

No branches or pull requests

2 participants