Dr. Stephen Henson wrote:
On Fri, Jun 08, 2007, Philippe Stellwag wrote:

Can I use PSS with openssl on command line, like OAEP? I cannot find
any options.


Yes but only in 0.9.9-dev. There you can use PSS with either the dgst utility
or the pkeyutl utility (which is a generalized version of rsautl).

Hmm, how to use it? I cannot find any flags to use PSS as padding mechanism?

# openssl genrsa -out private.pem 1024
# openssl rsa -in private.pem -out public.pem -outform PEM -pubout
# i=0; while [ $i -lt 105 ]; do echo -n "1" >> content.txt; i=$[ $i + 1 ]; done
# openssl pkeyutl -sign ???
# openssl pkeyutl -verify ???

Thanks in advance.

Philippe
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to