Re: example code for OpenSSL

2009-06-22 Thread patfla
I added a prototype for DLLMain and then prototypes for vcheck() and bind_engine() were needed in many locations (all 'engines'-related). And then it compiled (and in my case since this is windows, DLLs were built). Apparently my prototypes were sufficiently well informed that openssl s_client w

RE: example code for OpenSSL

2009-06-21 Thread patfla
J. J. Farrell wrote: > >> From: patfla >> Sent: Thursday, June 18, 2009 12:46 AM >> >> ... >> >> I'm on the latest build of Windows Server 2008 R2 from MSDN. >> Build 7100. >> >> First built using >> >> ./config >> >> make clean ! clean up the previous build >> make >> >> which cr

RE: example code for OpenSSL

2009-06-18 Thread Jeremy Farrell
> From: patfla > Sent: Thursday, June 18, 2009 12:46 AM > > ... > > I'm on the latest build of Windows Server 2008 R2 from MSDN. > Build 7100. > > First built using > > ./config > > which more-or-less worked but didn't produce any DLLs which > was unsurprising > given that /.config is the u

Re: example code for OpenSSL

2009-06-17 Thread patfla
patfla wrote: > > m...@machine /cygdrive/c/openssl-0.9.8k > $ grep -ri "hwinsta" . --include=*.c > ./crypto/cryptlib.c:{ HWINSTA h; > m...@machine /cygdrive/c/openssl-0.9.8k > $ grep -ri "hwinsta" . --include=*.h > > m...@machine /cygdrive/c/openssl-0.9.8k > $ > Search my VisualStudio .h fil

Re: example code for OpenSSL

2009-06-17 Thread patfla
Paul Allen-4 wrote: > > On Mon, 2009-06-15 at 21:32 -0700, patfla wrote: >> Hi Paul, >> >> I'm using (and have used from some time) a windows build of OpenSSL from >> here: >> >> http://www.slproweb.com/products/Win32OpenSSL.html > > Yup. I don't know why anybody would take that risk when bu

Re: example code for OpenSSL

2009-06-15 Thread Paul Allen
On Mon, 2009-06-15 at 21:32 -0700, patfla wrote: > Hi Paul, > > I'm using (and have used from some time) a windows build of OpenSSL from > here: > > http://www.slproweb.com/products/Win32OpenSSL.html Yup. I don't know why anybody would take that risk when building from trusted source is so easy

Re: example code for OpenSSL

2009-06-15 Thread patfla
Hi Paul, I'm using (and have used from some time) a windows build of OpenSSL from here: http://www.slproweb.com/products/Win32OpenSSL.html The ultimate object is to wrap some minimal subset of SSL (and thus OpenSSL since it's the major open source version) in Eiffel. The nice - but obscure - O

Re: example code for OpenSSL

2009-06-15 Thread patfla
Hmm, Download source code (at the ibm developerworks page) is a dead link. You can still read the article of course. Found the author (the author is no longer at the url that the developerworks page has) and posted to a blog that he keeps. pat Selçuk Cihan-2 wrote: > > Hi, > http://www.ibm.c

Re: example code for OpenSSL

2009-06-15 Thread Paul Allen
On Mon, 2009-06-15 at 18:07 -0700, patfla wrote: > Hmm, Download source code (at the ibm developerworks page) is a dead link. > You can still read the article of course. > > Found the author (the author is no longer at the url that the developerworks > page has) and posted to a blog that he keeps

Re: example code for OpenSSL

2009-06-15 Thread Selçuk Cihan
Hi, http://www.ibm.com/developerworks/linux/library/l-openssl.html gave me a start On Mon, Jun 15, 2009 at 10:14 PM, patfla wrote: > > Hi, > > I'm using the Windows version of OpenSSL as found here: > > http://www.slproweb.com/products/Win32OpenSSL.html > > I first got a wrapper that makes OpenS