node-ebics-client icon indicating copy to clipboard operation
node-ebics-client copied to clipboard

Add X.509 support

Open nanov opened this issue 6 years ago • 2 comments

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 avatar Nov 21 '19 05:11 nanov

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.

v-khairallah avatar Jul 05 '21 06:07 v-khairallah

Hello @v-khairallah,

Have you been able to find the library that implemented ebics 3.0 standard?

Maybe you could provide a repo with examples?

I would be very grateful for an answer.

oleg221201 avatar Feb 20 '25 12:02 oleg221201