<div dir="ltr">Hi,<div><br></div><div>Is there a way to generate deterministic ECDSA signatures?</div><div>With the following code I get a different signature each time:</div><div>eckey = default_backend().load_pem_private_key(pkey_pem, password=None)<br></div><div>eckey.sign('test', ec.ECDSA(hashes.SHA256()))<br></div><div><br></div><div>But to implement signing code compliant with RFC6962-bis (section 12.4, draft 21: <a href="https://tools.ietf.org/html/draft-ietf-trans-rfc6962-bis-21#section-12.4">https://tools.ietf.org/html/draft-ietf-trans-rfc6962-bis-21#section-12.4</a>) the signature produced has to be the same every time.</div><div><br></div><div>Thanks,</div><div>Eran</div></div>