pyas2-lib
pyas2-lib copied to clipboard
AS2 Library for building and parsing Messages and MDNs
there is a bug in how the asymmetric loads the certificate, it s expecting a file not a bytes stream, self.send_to_apple(tstr, company_id, 'response_867') File "/home/osvaldo/odoos/odoo13/extra-addons_tmp/cliente_oneclick/clientes/apple_EDI_AS2_reports/models/models.py", line 62, in send_to_apple my_org...
As discussed in https://github.com/abhishek-ram/django-pyas2/issues/21
Hi! Importing a valid public key ".cer" file, I run into a server 500 error your django pyas2 (v1.2.0) I switched to debug and found that you do a plain...
When validating a MDN, the current code only checks for a valid signature. But I think that it should also read the Received-Content-MIC value and make sure it is the...
The call to sign ```python signed_data = sign_message( canonicalize(self.payload), self.digest_alg, message.receiver.sign_key ) ``` does not pass down `sign_alg`, so any non-RSA key won't work. Can this be updated?
https://github.com/abhishek-ram/pyas2-lib/issues/60
Bumps [black](https://github.com/psf/black) from 22.6.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
Seems that MS BizTalk is using OAEP instead PKCS#1 v1.5, and therefore decryption fails with in cms.py -> decrypt_message with ""Unsupported Encryption Algorithm". As a test, I did make simple...
Fix of previously failed PR https://github.com/abhishek-ram/pyas2-lib/pull/43) Add callback function for partnerships, that takes precedence over individual org and partner lookup. This will be used to tackle changes of organizational certificates,...