help needed!

2013-07-22 Thread M S
Good day all, I have a crash of our proprietary server, which is happening inside libraries. I will explain the set up. I built a module that uses gSoap, which in turn uses OpenSSL on Windows platform This module is used for credit card purchases. It serves multiple clients at a time, hence

set client trusted certificates

2013-07-22 Thread 133mmx runner
Hi All, 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 transmission successfully. At client side i want to be sure that the server SSL certificate is given

SSH application code crashed during FIPS_digest_update callback

2013-07-22 Thread thazhaiarasan
Hi , I am using OPENSSL library for my SSH application code. When i tried to use fips_digest_update() , i got the crash . But i did the md initialization properly before call the digest functions. I am using OPENSSL 2.0.4 version. Anyone is facing this kind of issue ?? If it is

Windows CE (VC-CE) Compilation problem !

2013-07-22 Thread Martin Beaudet
Hi, We are tried to compile the OpenSSL (1.0.1e) for Windows CE (Standard SDK and also device SDK) using Visual Studio 2005 and also Visual Studio 2008. We succeed to compiled the WCECompact as suggested in the INSTALL.WCE documents. We followed the instruction of INSTALL.WCE but did not

RE: CCM and GCM modes for Camellia?

2013-07-22 Thread Mark Currie
I meant this question to be WRT EVP support i.e. will EVP ever support EVP_camellia_256_ctr() and EVP_camellia_256_gcm()? Markc -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl- us...@openssl.org] On Behalf Of Mark Currie Sent: 21 July 2013 11:48 To:

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

2013-07-22 Thread Bankapur, Balaji (GE Healthcare)
Hello Martin, Currently I am in a process of compiling openssl-1.0.1e on Win CE 6.0. using visual studio 2005 I too got the same errors. Try the following to resolve your errors. Error: .\crypto\bio\b_sock.c(195) : error C2220: warning treated as error - no 'object' file generated

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

2013-07-22 Thread Pierre DELAAGE
Hello, Yes, I did compile successfully openssl on WCE 5 / WM 6. Check this page in openssl rt system : http://rt.openssl.org/index.html?q=2350 (user guest / password guest). Particularly check the 2012 contribution. Check also the full record of some discussion between me and Andy Polyakov