Re: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Geoffrey Coram
I have compiled up to 0.9.8x for Windows CE, using MS Visual C++ 6.0. (The site you mentioned was working with 0.9.8k, I think.) I was unable to compile 1.0.1 for WCE, as I recall I had some issues with FIPS, and I did not spend the time to resolve it. I start with this: perl Configure no-rc5 n

Re: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Pierre DELAAGE
Hello, To be more precise : on that page you can find a patch to compile V1.0.2 without FIPS on WCE : http://rt.openssl.org/index.html?q=2350 (user guest / password guest). Particularly check the 2012 contribution. On my own page http://delaage.pierre.free.fr/ you will find details for the com

RE: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Martin Beaudet
Hi Pierre, I'm not an expert of TLS or any encryption technology but I just want to use OpenSSL for an SMTP client and possibly an FTP server. Thus, is there some OpenSSL project options that I should remove to get the smallest footprint of the library that should be sufficient for the needs (c

Re: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Pierre DELAAGE
Oh..I see Go there : http://rt.openssl.org/ Then use credentials : user guest / password guest Then, in the top right "SEARCH" text box, type : 2350 and then ENTER... Now you see my patches to openssl. Then go the the parargraph "Attachment", and dowload that of 2012-12-12 at 23:45:31. link

OCSP and self signed

2013-07-23 Thread redpath
I was wondering about self signed certs. If I run the test OCSP it needs to know the CA cert but there is no CA cert. So can a OCSP responder work for self signed certs. -- View this message in context: http://openssl.6102.n7.nabble.com/OCSP-and-self-signed-tp45918.html Sent from the OpenSSL

Issue with compiling FIPS 2.0.5 with openssl 1.0.1e

2013-07-23 Thread Stacy Devino
Hello All, I modified the exports to build the FIPS module correctly. Using Android NDK 8e, building for API14 using the arm-linux-androideabi It builds the FIPs modules correctly and places them in my Home Directory, which is where I told it to Export in the "make install INSTALLTOP...". No is

RE: set client trusted certificates

2013-07-23 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of 133mmx runner >Sent: Monday, 22 July, 2013 07:37 >I am trying to set a SSL connection with double side certificated. >Client has a SSL certificate and server has a SSL certificate. I have >established connection successfully and done data trans

Password callback functions per SSL_use_PrivateKey_file

2013-07-23 Thread Karthik Krishnamurthy
OpenSSL provides multiple SSL objects to be created from a single SSL_CTX object and each SSL object can use a different privatekey file (SSL_use_PrivateKey_file). Given this flexibility, I don't see an option to have a password callback function per SSL object. The callbacks are provided only on

cross compiled openssl error on the target

2013-07-23 Thread Indtiny s
Hi, I have added AES_CCM cipher suite support to the openssl and tested with curl client with Nginx web server . It works well when I tested on the PC , then I cross compiled openssl and curl for ARM and tried to run curl client application from the target , but I get the below error . **Peer c