RE: RSAPublicKey causing compilation error

2006-07-31 Thread Bhat, Jayalakshmi Manjunath
Yes I tried including , but it did not help Regards, Jaya. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Girish Venkatachalam Sent: Tuesday, August 01, 2006 12:24 PM To: openssl-users@openssl.org Subject: Re: RSAPublicKey causing compilation error

Re: RSAPublicKey causing compilation error

2006-07-31 Thread Girish Venkatachalam
--- "Bhat, Jayalakshmi Manjunath" <[EMAIL PROTECTED]> wrote: > Hi All, > > I am trying to complie openssl.9.8a on HP-UX. I am > getting errors > > ../../include/openssl/pem.h:610: parse error before > `RSA' > ../../include/openssl/pem.h:611: warning: > return-type defaults to `int' > pem_all.

RSAPublicKey causing compilation error

2006-07-31 Thread Bhat, Jayalakshmi Manjunath
Hi All, I am trying to complie openssl.9.8a on HP-UX. I am getting errors ../../include/openssl/pem.h:610: parse error before `RSA' ../../include/openssl/pem.h:611: warning: return-type defaults to `int' pem_all.c: In function `DECLARE_PEM_write_fp_const': pem_all.c:133: storage class specified

Re: What does "PEM" mean?

2006-07-31 Thread Prabhu.S
PEM : Privacy Enhanced Mail - Original Message - From: "Gayathri Sundar" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 01, 2006 9:28 AM Subject: RE: What does "PEM" mean? > Wow, I was thinking its "Privacy Enhanced Mode!!" ?? No? > > -Original Message- > From: [EMAIL PROTECTED

RSAPublicKey causing compilation errors

2006-07-31 Thread Bhat, Jayalakshmi Manjunath
Hi All, I am trying to complie openssl.9.8a on HP-UX. I am getting errors ../../include/openssl/pem.h:610: parse error before `RSA' ../../include/openssl/pem.h:611: warning: return-type defaults to `int' pem_all.c: In function `DECLARE_PEM_write_fp_const': pem_all.c:133: storage class specified

RE: What does "PEM" mean?

2006-07-31 Thread Gayathri Sundar
Wow, I was thinking its "Privacy Enhanced Mode!!" ?? No? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mouse Sent: Tuesday, August 01, 2006 6:47 AM To: openssl-users@openssl.org Subject: RE: What does "PEM" mean? PEM = Privacy-Enhanced Mail. > -O

Re: How to verify signature data with RSA PKCS1

2006-07-31 Thread k b
Thanks Stephens, that worked. i'm just curious what if one uses #>openssl rsautl -sign -inkey ./private/cakey.pem -in plain.txt -out signature.bin to create a signature, how would you verify it in a c. essentially what i mean is can u pass null in 2nd argument to the EVP_VerifyInit (&md_ctx,

RE: What does "PEM" mean?

2006-07-31 Thread Mouse
PEM = Privacy-Enhanced Mail. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Bo Xie > Sent: Monday, July 31, 2006 20:08 > To: openssl-users@openssl.org > Subject: What does "PEM" mean? > > I know openSSL supports .pem format. But what does "PEM" m

What does "PEM" mean?

2006-07-31 Thread Bo Xie
I know openSSL supports .pem format. But what does "PEM" mean? Persoanl Encrypto Management? Thanks! Best Regards, Xie, Bo __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: How to verify signature data with RSA PKCS1

2006-07-31 Thread Dr. Stephen Henson
On Mon, Jul 31, 2006, k b wrote: > Thanks Steve for pointing out that i posting to the wrong list, sorry my > bad for some reason i didn't read it right. anyways... > I've moved it now. > lemme give some background > i have a plain text file plain.txt > > i call > #> openssl rsautl -sign -ink

Re: Compilation problem on Windows 2003 Server SP1 with Visual C++

2006-07-31 Thread Kyle Hamilton
"using Visual C++ as the compiler" -- I'm sorry, but this is completely unhelpful. What is the version you're using? Did you read the INSTALL.W32 file (including installing a version of perl such as ActivePerl and running the Configure.pl script the way that you are supposed to)? It appears as

RE: Compilation problem on Windows 2003 Server SP1 with Visual C++

2006-07-31 Thread Richters, Eriks A
It doesn’t look like this made it to the mailing list. I’m trying to re-send.     Hello I’m trying to build openSSL on a Windows 2003 Server box. Its SP1, and I’m using Visual C++ as the compiler. I’ve tried several versions of openssl including 0.9.8b, 0.9.8a, and 0.9.7j, unfortunatel

Re: how can I create & install client X.509 cert to be used as client decryption?

2006-07-31 Thread l Burnerheimerton
--- Bernhard Froehlich <[EMAIL PROTECTED]> wrote: > l Burnerheimerton wrote: > > I am new to this but I think what I want is to use > a > > private key client X.509 certificate and install > it on > > clients' web browsers to use as access control > from > > only thos authorized to access and decyp

Re: how can I create & install client X.509 cert to be used as client decryption?

2006-07-31 Thread Bernhard Froehlich
l Burnerheimerton wrote: I am new to this but I think what I want is to use a private key client X.509 certificate and install it on clients' web browsers to use as access control from only thos authorized to access and decypt data only they should be allowed to see. I am using openssl, linux en

how can I create & install client X.509 cert to be used as client decryption?

2006-07-31 Thread l Burnerheimerton
I am new to this but I think what I want is to use a private key client X.509 certificate and install it on clients' web browsers to use as access control from only thos authorized to access and decypt data only they should be allowed to see. I am using openssl, linux enterprise (old version), Apa

Query on opensslconf.h in openssl

2006-07-31 Thread Bhat, Jayalakshmi Manjunath
Hi All, I have one query. In opensslconf.h there are some statements like #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) #define CONFIG_HEADER_BN_H #undef BN_LLONG Many more statements are there for RC4,DES etc. I am not able to understand what these statements means. Pls can any one

New user with teething troubles

2006-07-31 Thread Fitzsimons, Nick
Good Morning All,    I am new to openssl.  I am seeking to use use the tool to generate OCSP responses to enable  me to do negative testing of a DRM implementation I am working on.    My first query, given that I am new to the tool, is - does it work ?  I'd hate to