Re: libcrypto.so.0.9.8 (UNCLASSIFIED)

2008-10-15 Thread Victor Duchovni
On Wed, Oct 15, 2008 at 07:15:22PM -0400, French, Warron S CTR DISA NS wrote: > Classification: UNCLASSIFIED > Caveats: NONE > > I have downloaded, extracted, and compiled openssl a few times in the last > week for use with apache-1.3.41 and mod_ssl-2.8.31-1.3.41, and for the first > time today

libcrypto.so.0.9.8 (UNCLASSIFIED)

2008-10-15 Thread French, Warron S CTR DISA NS
Classification: UNCLASSIFIED Caveats: NONE I have downloaded, extracted, and compiled openssl a few times in the last week for use with apache-1.3.41 and mod_ssl-2.8.31-1.3.41, and for the first time today with php-5.2.6. I discovered that php-5.2.6 if given the configure option of --with-open

Re: how to enable debug mode of openssl

2008-10-15 Thread Krzysiek Kwiatkowski
Hi, You can actaully recompile OpenSSL, so that the debug symbols will be included. Just run ./confid -d && make build_libs && make build-shared. Then you can compile your software and link it against those shared libraries, that you compiled. But I'm not sure if it will help you. Regards, Kris

Re: Getting the peer certificate encoding

2008-10-15 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aravinda babu wrote: | Hi, | | Is there any openssl API to know this ?I have to use it in a C program. Look into the data. If it is a DER encoded X509 cert, the first 3 bytes are 0x30,0x82,0x05 Goetz - -- DMCA: The greed of the few outweighs the f

RE: using applink.c: and malloc_init

2008-10-15 Thread cjspivey
Dave Thompson <[EMAIL PROTECTED]> wrote: > (Sorry about clumsy quoting; I can't get Outlook to correctly interleave > html.) > > > -Original Message- > From: [EMAIL PROTECTED] On Behalf Of Michael Luich > Sent: Tuesday, 14 October, 2008 10:23 > > So I've spent all week trying to

RE: using applink.c: and malloc_init

2008-10-15 Thread Dave Thompson
(Sorry about clumsy quoting; I can't get Outlook to correctly interleave html.) > -Original Message- From: [EMAIL PROTECTED] On Behalf Of Michael Luich Sent: Tuesday, 14 October, 2008 10:23 So I've spent all week trying to find the answer to no success. I've downloaded and installed th

Re: openssl command hanging

2008-10-15 Thread Victor Duchovni
On Wed, Oct 15, 2008 at 03:02:33PM -0400, Jason Reeder wrote: > Hello, > > I am trying to run the following openssl command on an AIX 5.1 box: > > openssl enc -a -rc2-ecb -pass pass:LGRORKYOABVCWBSXIZNNIZVHZ -in ned.log > -out ned.enc > > The command just hangs and never returns anything. The

openssl command hanging

2008-10-15 Thread Jason Reeder
Hello, I am trying to run the following openssl command on an AIX 5.1 box: openssl enc -a -rc2-ecb -pass pass:LGRORKYOABVCWBSXIZNNIZVHZ -in ned.log -out ned.enc The command just hangs and never returns anything. The command only hangs when run as certain users. With other users, it works as

RE: OpenSSL 0.9.8i released (Take #2)

2008-10-15 Thread Nguyen, Harris
Dr. Stephen, I don't see this function PKCS7_free(...) in the last few versions. How do we free a PKCS7 data structure? Thanks Harris Nguyen -Original Message- From: Dr. Stephen Henson [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2008 8:02 AM To: OpenSSL Developer ML; OpenSSL U

Re: Getting the peer certificate encoding

2008-10-15 Thread Aravinda babu
Hi, Is there any openssl API to know this ?I have to use it in a C program. Thanks, Aravind. On Tue, Oct 14, 2008 at 10:05 AM, David Schwartz <[EMAIL PROTECTED]>wrote: > > Aravinda Babu wrote: > > > Problem is our application will verify only DER format certificates. > > > So if i get the peer