Add X.509 support
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 ).
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.
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.