I'm trying to debug my own implementation of the ECDSA signature. To compare the intermediate results I would like to force the OpenSSL, Crypto++ or whatever else package to use a known "random" number instead of generating it each time the signature is created. Is there a way to do so?
Since I'm working with the brainpool curves I can't use the microsoft crypto API. This doesn't support the brainpool curves in the Crypto API until Windows 10.
Another way could to be retrieve the random used after the ECDSA signature creation from one of the popular packages.
I appreciate any help