Hi Philippe,
the PKCS #1 v2.1 standard [1] uses OAEP padding for encryption (I think the
'E' stands for 'encryption'). PSS adds probabilistic padding to the message
to be signed.
More information is available in papers by Bellare and Rogaway [2,3].
Regards,
Steven
[1] http://www.rsa.com/rsalab
On 4/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I need to build OpenSSL on Intel Linux (Fedora Core 4, if it matters)
for PowerPC and ARM targets. Someone before me did this for us with
0.9.7 and a bunch of patches to Makefiles but it's not portable or
flexible and as I'm revising our
On 3/12/07, Victor B. Wagner <[EMAIL PROTECTED]> wrote:
On 2007.03.11 at 18:10:01 +0100, Steven Beeckman wrote:
>Hi,
>
>I'm trying to get the openssl command-line tool built as a statically
>linked executable (for an ARM simulator), but it appears to be
&g
Hi,
I'm trying to get the openssl command-line tool built as a statically linked
executable (for an ARM simulator), but it appears to be non-trivial. Running
"./Configure no-shared linux-generic32" or even "./config no-shared" doesn't
seem to help. Compiling works, but it results in a dynamically