node-ebics-client/lib
Herrie 61581d1af7 Cryto.js: Nasty workaround for incorrect signature (257 vs 256) and hex key length (514 vs 512)
For some unknown reason, the signature gets a length of 257 bytes instead of 256 bytes, and the length of the hex value is 514 bytes instead of 512 bytes.

This works around it, until a proper fix is implemented. The bug seems to be caused by https://github.com/node-ebics/node-ebics-client/blob/master/lib/crypto/Crypto.js#L71 somehow.

Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
2021-03-25 10:07:33 +01:00
..
crypto Cryto.js: Nasty workaround for incorrect signature (257 vs 256) and hex key length (514 vs 512) 2021-03-25 10:07:33 +01:00
keymanagers chore: cleanup 2019-11-05 06:09:07 +02:00
middleware client and order optimization 2018-06-20 12:20:03 +03:00
orders/H004 feat: add ebics 061011 error 2019-11-26 18:13:30 +02:00
predefinedOrders Add XG1 order type and example 2019-11-29 14:38:46 +01:00
storages chore: update deps 2020-03-06 06:47:56 +02:00
BankLetter.js feat: async letter serialization 2019-11-20 14:40:18 +02:00
Client.js Wait until the keys are generated 2020-02-14 11:46:15 +01:00
consts.js chroe: import consts 2019-11-07 10:26:53 +02:00
utils.js feat: implement date handling and formatting 2019-11-06 16:51:59 +02:00