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 >uninsta

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 .l

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 instal

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 wrote: > On Wed, Oct 17, 2012 at 9:52 AM, Brent Evans > wrote: > > Hi, > > > > I'm currently trying to use the openSSL library to perform DES3 > encryption > > on a string. The re

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: 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

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 [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. > > T