OpenSSL on VAX/VMS

2007-06-10 Thread Gabucino
Greetings. I have compiled OpenSSL 0.9.8e on VAX/VMS 7.3 (had to disable SHA512, because it insists on having 64bit long long). The created libraries were: libcrypto.olb and libssl.olb Yet, when I try to link them to my application, I get: %LINK-W-NUDFSYMS, 29 undefined symbols:

Re: OpenSSL on VAX/VMS

2007-06-10 Thread Richard Levitte
How, exactly, did you build OpenSSL? What is the exact command line and possble .OPT file you used to link your application? Cheers, Richard In message [EMAIL PROTECTED] on Sun, 10 Jun 2007 11:14:20 +0200, Gabucino [EMAIL PROTECTED] said: gabor Greetings. gabor gabor I have compiled OpenSSL

Re: OAEP for signatures and PSS

2007-06-10 Thread Dr. Stephen Henson
On Sun, Jun 10, 2007, Philippe Stellwag wrote: Okay, I tried following and got always invalid digest length as error: # openssl pkeyutl -sign -inkey private.pem -in content.txt -out content.ssl -pkeyopt rsa_padding_mode:pss -pkeyopt rsa_pss_saltlen:-1 Public Key operation error

Re: OpenSSL on VAX/VMS

2007-06-10 Thread Gabucino
On 2007.06.10., at 21:34, Richard Levitte wrote: How, exactly, did you build OpenSSL? Ran @makevms all 0 nodebug, suspended the script after opensslconf.h was generated, added #define OPENSSL_NO_SHA512 1 at its end, then resumed compilation (I think I also renamed some 64bit stuff around