RE: openssl clients for windows

2007-06-01 Thread Amit Hakoo
fail "FlsAlloc","FlsGetValue" ,"FlsSetValue" and "FlsFree". I'm a little at loss. Thanks for your patience and help on this. Garyc --- Amit Hakoo <[EMAIL PROTECTED]> wrote: > What version of Visual Studio do you use? > > Lets see. &

RE: openssl clients for windows

2007-06-01 Thread Amit Hakoo
ure enable-camellia --openssldir=C:/www/openssl VC-WIN32 > nmake -f ms|ntdll.mak >nmake -f ms\ntdll.mak test > nmake -f ms\ntdll.mak install How do you build these libs using visual studio? Thanks, Garyc --- Amit Hakoo <[EMAIL PROTECTED]> wrote: > Hi Gary, > > Did you

RE: openssl clients for windows

2007-06-01 Thread Amit Hakoo
dynamically? > Can they be loaded dynamically using LoadLibrary? > > When I run it on the installed openSSL machine no > problem. > > Thanks, > Garyc > > --- Amit Hakoo <[EMAIL PROTECTED]> wrote: > > > Hi Gary, > > > > I had a similar probl

RE: openssl clients for windows

2007-06-01 Thread Amit Hakoo
Hi Gary, Try using the dependency walker. It's a great tool. http://www.dependencywalker.com/ --Amit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of gary clark Sent: Friday, June 01, 2007 10:36 AM To: openssl-users@openssl.org Subject: RE: openssl clien

RE: openssl clients for windows

2007-06-01 Thread Amit Hakoo
Hi Gary, I had a similar problem not a long time ago. My application was built using Visual Studio 2003. I got the pre-built openssl dlls when I installed openssl for windows (got it from the recommended site posted on OpenSSL website). Running the application on some machines worked fine but on o

Application wont start 0xc0150002 Error

2007-05-22 Thread Amit Hakoo
Hi All, My application uses libeay32.dll and Ssleay32.dll. I have noticed that on some computers my application won't start giving a 0xc0150002 Error. I am not sure why I having this problem. Anyone has faced a similar problem Thanks, --Amit

How do you abort BIO_do_connect

2007-04-26 Thread Amit Hakoo
HI, Whats the right way to abort the call to BIO_do_connect? Is there a timeout value that I can set. I am using Blocking IO. I am trying to connect to a server but for some reason the BIO_do_connect does not return. I wanted to abort this operation after a particular timeout value. How should

how to list the certificates in store

2007-04-25 Thread Amit Hakoo
Hi, I am retrieving the store from SSL_CTX SSL_CTX_get_cert_store() I add certificates to the store using X509_STORE_add_cert() What APIs are there to facilitate me to list the certificates in the STORE. Thanks --Amit

Store Usage

2007-04-25 Thread Amit Hakoo
Hi, Is there any good article or sample on STORE. I want to understand how to build a store and verify a signed certificate against that store using OpenSSL. I have a bunch o CA root certificates and I wanted to add them to a store programmatically. What is the procedure and API's I should