<div dir="ltr">There is example code for doing RSA PSS with OpenSSL at<div><a href="https://www.idrix.fr/Root/Samples/openssl_pss_signature.c">https://www.idrix.fr/Root/Samples/openssl_pss_signature.c</a><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 12, 2020 at 11:59 AM John McCabe <<a href="mailto:john@mccabe.org.uk">john@mccabe.org.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
I've searched around, but found nothing that appears to help.<br>
<br>
I'm developing some software where I may be given a file that's been created (signed) by using the Crypto++ library's implementation of RSA PSS-R, with a SHA1 hash. As I understand it, the complete file contents then effectively becomes the signature, and the receiving end needs to recover the original file contents and verify its signature.<br>
<br>
Is the receiving end something I can do with OpenSSL? I have a need to use OpenSSL features in the software I'm developing so, if possible, I'd rather avoid having to include Crypto++ in it!<br>
<br>
Any pointers would be gratefully appreciated. For what it's worth, this is something I'm fairly new to so, if what I'm asking isn't clear, or if it sounds like I have some concepts wrong, please let me know.... gently ;-)<br>
<br>
Many thanks<br>
John<br>
</blockquote></div>