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

Add X.509 support #25

Open
3 tasks
nanov opened this issue Nov 21, 2019 · 1 comment
Open
3 tasks

Add X.509 support #25

nanov opened this issue Nov 21, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@nanov
Copy link
Contributor

nanov commented Nov 21, 2019

Some banks ( mainly french ) do not support RSA authentication, but rather X.509. It would be an important addition to implement support for such authentication.

The test platform which is mentioned in #9 supports only X.509 authentication, so implementing it and testing against the platform will enable us to implement the H005 ( Ebics 3.0 ) standard as well.

What should be done

  • Research and decide on a good X.509 nodejs library.
  • Implement X.509 authentication and encryption.
  • Make encryption modular/switchable ( RSA / X.509 ).

Useful

https://software.elcimai.com/efs/accueil-qualif.jsp - test platform ( french only ).

@nanov nanov added the enhancement New feature or request label Nov 21, 2019
@v-khairallah
Copy link

v-khairallah commented Jul 5, 2021

Hello @nanov ,
I am planning to add the support for version 3.0 for french banks, is there any work in progress on this matter ?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants