You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that other programs such as Okular also have problems verifying EC key signatures. But Adobe Acrobat Reader for example can verify EC signatures.
I generated a nist p256 key and self signed certificate using openssl, however I cannot use it in simple signer due to error at the last step:
<class 'TypeError'>: _EllipticCurvePrivateKey.sign() takes 3 positional arguments but 4 were given
Using python 3.10, Linux Mint 21 based on Ubuntu 22.04
The same certificate can be used in Thunderbird or Firefox NSS and then used in LibreOffice to sign ODT or PDF exported from Libreoffice.
When I created a certificate based on RSA2048 using Actalis it is able to perform the signing without error.
The text was updated successfully, but these errors were encountered: