Re: OAEP for signatures and PSS

2007-06-08 Thread Steven Beeckman
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]

Re: Cross-building OpenSSL from Intel Linux to others

2007-04-10 Thread Steven Beeckman
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

Re: Compiling openssl command-line tool as a static executable

2007-03-12 Thread Steven Beeckman
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 non-trivial. Running

Compiling openssl command-line tool as a static executable

2007-03-11 Thread Steven Beeckman
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