Re: Using OpenSsl in a .Net server (ongoing opensource project)

2010-04-23 Thread Amit Ben Shahar
On Fri, Apr 23, 2010 at 21:35, James Mansion wrote: > Amit Ben Shahar wrote: > >> One of the crucial ingredients is ssl using OpenSsl. but we are >> encountering a problem with the 'no OPENSSL_Applink' error. >> as this is a .Net project, there is no way (i can think of) to compile >> with the app

RE: building OpenSSL 0.9.8/1.0.0 on Solarisx86

2010-04-23 Thread Alona Rossen
We can give an access to our system. How can we contact a developer? -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. David Kirkby Sent: April 23, 2010 3:13 PM To: openssl-users@openssl.org Subject: Re: building OpenSSL 0.9

Re: building OpenSSL 0.9.8/1.0.0 on Solarisx86

2010-04-23 Thread Dr. David Kirkby
Alona Rossen wrote: Specifyng solaris64-x86_64-gcc as a target results in a 64-bit library, while we need a 32-bit library. Oh, sorry i missed that. I also failed to create a 32-bit library. It so happened that in the software I wanted to develop, 64-bit was more sensible, so I ignored the fa

Re: strange intermittent errors

2010-04-23 Thread Jeffrey Walton
Hi Mikhail, On Fri, Apr 23, 2010 at 11:34 AM, Mikhail Kruk wrote: > Hi, > > we are getting strange intermittent errors from OpensSSL.  We have a > hundreds of instances of this app connecting over the Internet to our > servers.  Only this one instance is sometimes experiences the > following erro

Re: Using OpenSsl in a .Net server (ongoing opensource project)

2010-04-23 Thread James Mansion
Amit Ben Shahar wrote: One of the crucial ingredients is ssl using OpenSsl. but we are encountering a problem with the 'no OPENSSL_Applink' error. as this is a .Net project, there is no way (i can think of) to compile with the applink.c file. 1) Why is that crucial? Microsoft provide crypto sup

RE: building OpenSSL 0.9.8/1.0.0 on Solarisx86

2010-04-23 Thread Alona Rossen
Specifyng solaris64-x86_64-gcc as a target results in a 64-bit library, while we need a 32-bit library. -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. David Kirkby Sent: April 23, 2010 1:33 PM To: openssl-users@openssl.org

Re: building OpenSSL 0.9.8/1.0.0 on Solarisx86

2010-04-23 Thread Dr. David Kirkby
Alona Rossen wrote: Hello, I built 32-bit OpenSSL 0.9.8 and OpenSSL 1.0.0 on Solaris10x86_64 (64-bit kernel on Intel) with gcc compiler. Makefiles were generated with the following command: “Configure solaris-x86-gcc” Try solaris64-x86_64-gcc as the target, which was the default

strange intermittent errors

2010-04-23 Thread Mikhail Kruk
Hi, we are getting strange intermittent errors from OpensSSL. We have a hundreds of instances of this app connecting over the Internet to our servers. Only this one instance is sometimes experiences the following errors: ssl error: error:0606C06E:digital envelope routines:EVP_VerifyFinal:wrong

Using OpenSsl in a .Net server (ongoing opensource project)

2010-04-23 Thread Amit Ben Shahar
Hi guys, I am working on a .Net HTTP(s) server in .Net, which is released is driving (as a component) a commercial service and is also release in an openSource project (nettp: http://sourceforge.net/projects/nettp/). One of the crucial ingredients is ssl using OpenSsl. but we are encountering a p

building OpenSSL 0.9.8/1.0.0 on Solarisx86

2010-04-23 Thread Alona Rossen
Hello, I built 32-bit OpenSSL 0.9.8 and OpenSSL 1.0.0 on Solaris10x86_64 (64-bit kernel on Intel) with gcc compiler. Makefiles were generated with the following command: "Configure solaris-x86-gcc" Test executables provided with OpenSSL and other executables and libraries linked to

Verify a PKCS7 detached signature

2010-04-23 Thread JG Disenador Multimedia
Hello, I would like to verify a pkcs7 signature from a document, is pkcs7 detached signature. I have extracted form the document, the signature is a very long hexadecimal string. I used this command but the I get a verification failure. openssl dgst -verify -sha1 -signatu