Integrating OpenSSL as a DLL in Windows

2010-06-22 Thread Strauch, Robert
Hello, I've been using OpenSSL for quite a time but now it's time for me to integrate some functionality into my own application (C#). That is: decrypting with a private key and building hashsums. As far as I understood I need the libeay32.dll to achieve this. However I cannot find something li

RE: questions about RSASSA-PSS

2010-06-22 Thread 芦翔
Dear Steve, Thank you for your reply. Now, I know the support status of RSASSA-PSS in the openssl. Thank you so much. Best Regards,Xiang Lu > Date: Tue, 22 Jun 2010 13:24:52 +0200 > From: st...@openssl.org > To: openssl-users@openssl.org > Subject: Re: questions about RSASSA-PSS > > On Tue, Jun

Re: Server Hello does not include Session ID

2010-06-22 Thread Gökhan Şengün
Hello again, Could somebody give me some clue on this? What could be my problem? Thanks. On Mon, Jun 14, 2010 at 3:03 PM, Gökhan Şengün wrote: > Hi, > > I want to activate session resumption for my application, I will be doing > this with SSL_get1_session and SSL_set_session functions. However

help with SOAP::Lite/Crypt::SSLeay

2010-06-22 Thread Sandeep X Ranjan
Hi, I need help desperately. I have a perl client program making calls to a web service via SOAP over https. I do have the certificate installed on the UNIX box from where I will be making the calls. But I don't know how to use that certificate in my perl script. Your help will be greatly appr

API to extract Subject/Issuer Name from X509 certificate

2010-06-22 Thread Ashok C
Hi, I was trying to find the correct API for extracting the subject/issuer name from an x509 certificate using openssl library, but was unable to find the exact one. It would be great if someone guides me regarding this. Thanks in Advance! Regds, Ashok

would like to join openssl team

2010-06-22 Thread Tran, Brandon D, CTR, OSD-CAPE
I have couple questions. 1) How do I know if openssl running on the solaris 9 & 10 boxes. (openssl is installed-pkginfo -i) 2) Need step by step upgrading from 0.9.8k & 0.9.8m to 0.9.8o Thanks in advanced smime.p7s Description: S/MIME cryptographic signature

RE: How to attach source code in a debug build(Win32 Visual C++)?

2010-06-22 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of JC Yang > Sent: Saturday, 19 June, 2010 05:34 > I'm compiling 0.9.8e, I think the 1st part of your speculation might be the cause. > How can I fix it manually? > On Fri, Jun 18, 2010 at 11:10 AM, Dave Thomp

Re: crash from curl with pkcs12 certs and threads

2010-06-22 Thread Brian Makin
On Tue, 2010-06-22 at 19:00 +0200, Dr. Stephen Henson wrote: > On Tue, Jun 22, 2010, Brian Makin wrote: > > > Using curl 7.16.1 and 7.20.0 > > with openssl 0.9.8l and 0.9.8o > > I am getting intermittent crashes. Apache is setup with a pkcs12 cert > > and when this fails it is always early in the

Re: crash from curl with pkcs12 certs and threads

2010-06-22 Thread Dr. Stephen Henson
On Tue, Jun 22, 2010, Brian Makin wrote: > Using curl 7.16.1 and 7.20.0 > with openssl 0.9.8l and 0.9.8o > I am getting intermittent crashes. Apache is setup with a pkcs12 cert > and when this fails it is always early in the process ie: initialization > of the threads. I'm guessing either curl o

crash from curl with pkcs12 certs and threads

2010-06-22 Thread Brian Makin
Using curl 7.16.1 and 7.20.0 with openssl 0.9.8l and 0.9.8o I am getting intermittent crashes. Apache is setup with a pkcs12 cert and when this fails it is always early in the process ie: initialization of the threads. I'm guessing either curl or ssl has a missing lock but I'm not sure which and

Re: questions about RSASSA-PSS

2010-06-22 Thread Dr. Stephen Henson
On Tue, Jun 22, 2010, wrote: > > Dear Mounir IDRASSI, I am sorry for the wrong title in the last email. I > read your code. I am not sure about the lower-level encoding method. For > RSA_padding_add_PKCS1_PSS,what's the encoding method it use, > RSASSA-PKCS1-V1_5 or RSASSA-PSS? I found a em

Re: questions about RSASSA-PSS

2010-06-22 Thread Jakob Bohm
1. As far as I can recall, the classic PKCS1 v1.x signing method wasn't called PSS. 2. openssl 0.9.8l is old and lacks some security updates included in later openssl 0.9.8 releases. Current 0.9.8 releases are 0.9.8o or (for new projects) 1.0.0a . On 22-06-2010 05:16, 芦翔 wrote: Dear Mounir IDR

Re: Additional checks on peer certificate

2010-06-22 Thread Arunkumar Manickam
On Tue, Jun 22, 2010 at 2:17 AM, Marcel Fransen wrote: > Hi, > > I want to do some additional checks on the peer certificate, like a > hostname check. > > My first question is how should I get access to the peer certificate in the > verify callback: > The documentation for X509_STORE_CTX_get_cur