Thanks, Sebastian ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]
When I perform "rsautl -sign -pkcs" ..., then I create a siganture
according to the PKCS#1 standard. However, the PKCS#1 standard specifies
only signatures with appendix, but the command creates an output from
which the original text can recovered (using -verify). So what standard
or scheme does the operations "-sign -pkcs" actually follow?