5.0.2
github-actions
released this
05 Aug 16:15
·
135 commits
to main
since this release
Developer API
C++
RSAKeyPair::sign
andRSAKeyPair::verify
now useRSA-PSS
instead ofRSASSA-PKCS1-v1_5
.- Users can specify
salt_length
(defaulted to0
).
TypeScript/JavaScript
ccfapp.crypto.sign()
andccfapp.crypto.verifySignature()
no longer supportRSASSA-PKCS1-v1_5
, insteadRSA-PSS
has been added.SigningAlgorithm
has been extended with optionalsaltLength
, defaulted to0
if not passed.
Bug Fixes
- The
/tx
endpoint returns more accurate error messages for incorrectly formed transactions ids (#6359).