RE: reading IP addresses from Subject Alternate Name extension

2012-10-18 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of shailesh durgapal Sent: Tuesday, 16 October, 2012 17:14 I am seeing inconsistent values returned from BIO_read for different IP addresses. My certificate has: X509v3 extensions: X509v3 Subject Alternative Name:

RE: Generating rsakey using openssl as lib

2012-10-18 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Leonardo Laface de Almeida Sent: Tuesday, 16 October, 2012 17:06 Does your library dynamically-link the openssl libs, or statically embed them (while being dynamic itself)? library dynamically-link the openssl libs. My lib already uses

RE: Building an exportable OpenSSL application

2012-10-18 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Charles Mills Sent: Wednesday, 17 October, 2012 09:47 snip [Using ShiningLight Windows build] If you link with lib/VC/* (or lib/MinGW/*) you get implicit dynamic linking. If you link with lib/VC/static/* you get static linking.

RE: Building an exportable OpenSSL application

2012-10-18 Thread Charles Mills
OK. Misunderstood the earlier answer. Charles -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dave Thompson Sent: Thursday, October 18, 2012 12:26 AM To: openssl-users@openssl.org Subject: RE: Building an exportable OpenSSL

RES: Generating rsakey using openssl as lib

2012-10-18 Thread Leonardo Laface de Almeida
Hi, That doesn't prove it's finding the *correct* openssl. Most (and usual) kinds of SSL connections work on older versions. Do you get TLSv1.1 or TLSv1.2 connections, or at least request them properly even if your server doesn't agree? That would prove version 1.0.1. My lib is server for

Re: DES3 encryption with padding

2012-10-18 Thread Brent Evans
Even with a null terminator appended to the char I'm seeing the same problems. On 17 October 2012 09:58, Ben Laurie b...@links.org wrote: On Wed, Oct 17, 2012 at 9:52 AM, Brent Evans brentevan...@gmail.com wrote: Hi, I'm currently trying to use the openSSL library to perform DES3

RE: Generating rsakey using openssl as lib

2012-10-18 Thread Charles Mills
I can't give you a total solution but Well, I've called SSLeay_version(SSLEAY_VERSION) from lib, and I've got OpenSSL 0.9.8a 11 Oct 2005. That's confirm it's a version problem. My question now is, what shall I make for removing all Openssl versions from my pc. After no OpenSSL installed or

Re: Building an exportable OpenSSL application

2012-10-18 Thread Jakob Bohm
Just two small general NITs (Sort of off-topic, as the OP seems to know this): On 10/17/2012 2:53 AM, Dave Thompson wrote: ... - implicit dynamic linking, with .lib on Windows containing stubs that point to code (and sometimes data, but that's usually poor practice) in a .dll. This type of

RES: Generating rsakey using openssl as lib

2012-10-18 Thread Leonardo Laface de Almeida
Exactly! Welcome to the club. A good number of the products one trials or purchases over the years install their own copy of the OpenSSL DLLs *somewhere*. Use the Windows Start search function and key in ssleay32.dll and/or libeay32.dll and see how many hits you get! You could start by