OpenSSL v.1.0.1e and MSVC 2013

2013-11-16 Thread Igor Mironchik
Hi. I'm trying to compile OpenSSL with MSVC 2013. First error was that strings.h include file wasn't found, and I comment the next line in crypto/o_str.c #if !defined(OPENSSL_IMPLEMENTS_strncasecmp) \ !defined(OPENSSL_SYSNAME_WIN32) \ !defined(NETWARE_CLIB) // # include strings.h

OpenSSL v.1.0.1e and MSVC 2013

2013-11-16 Thread Igor Mironchik
Hi. I'm trying to compile OpenSSL with MSVC 2013. First error was that strings.h include file wasn't found, and I comment the next line in crypto/o_str.c #if !defined(OPENSSL_IMPLEMENTS_strncasecmp) \ !defined(OPENSSL_SYSNAME_WIN32) \ !defined(NETWARE_CLIB) // # include strings.h

Re: [Bulk] OpenSSL v.1.0.1e and MSVC 2013

2013-11-16 Thread Gisle Vanem
Igor Mironchik igor.mironc...@gmail.com wrote: But now I have the following problems: .\crypto\ec\ec_asn1.c(260) : error C2370: 'ECPKPARAMETERS_it' : redefinition; di fferent storage class .\crypto\ec\ec_asn1.c(258) : see declaration of 'ECPKPARAMETERS_it' .\crypto\ec\ec_asn1.c(261)

Re: [Bulk] OpenSSL v.1.0.1e and MSVC 2013

2013-11-16 Thread Igor Mironchik
Igor Mironchik igor.mironc...@gmail.com wrote: But now I have the following problems: .\crypto\ec\ec_asn1.c(260) : error C2370: 'ECPKPARAMETERS_it' : redefinition; di fferent storage class .\crypto\ec\ec_asn1.c(258) : see declaration of 'ECPKPARAMETERS_it'

Re: X509_verify() failing to verify valid certificate in old OpenSSL versions

2013-11-16 Thread Dimitrios Apostolou
On Fri, 15 Nov 2013, Dr. Stephen Henson wrote: On Fri, Nov 15, 2013, Dimitrios Apostolou wrote: On Fri, 15 Nov 2013, Dr. Stephen Henson wrote: If the certificate contains no useful information then why check it at all other than to make sure it carries the correct public key? I was not

RE: OpenSSL v.1.0.1e and MSVC 2013

2013-11-16 Thread Dave Thompson
From: owner-openssl-users On Behalf Of Igor Mironchik Sent: Saturday, November 16, 2013 05:09 I'm trying to compile OpenSSL with MSVC 2013. First error was that strings.h include file wasn't found, and I comment the next line in crypto/o_str.c #if

RE: Error 18: self signed certificate

2013-11-16 Thread Dave Thompson
From: owner-openssl-users On Behalf Of Martin Hecht Sent: Friday, November 15, 2013 12:28 Maybe there are some means to add the certificate to trusted certificates, maybe it is sufficient to copy it somewhere, where your openssl looks for trusted certificates (in Linux it is usually

RE: connecting to (openssl-) server in SSL or clear text

2013-11-16 Thread Dave Thompson
From: owner-openssl-users On Behalf Of Matthias Apitz Sent: Friday, November 15, 2013 14:43 El día Friday, November 15, 2013 a las 12:58:40PM -0500, Watson, Patrick escribió: Traditionally, there are 2 methods that immediately come to mind. One way is to have the SSL version of the