RE: New to openssl

2006-05-08 Thread Mark
Hi, I am new to openssl, but have been a c, c++ system programmer for a long long time. Is there a place where I can find a very simple c client source code with openssl? All I need is a demo to goto my secured web server and download a page securely. No certificate Auth is needed at

RE: openssl speed -engine chil error

2006-05-08 Thread Mark
Hi, can't use that engine 1523:error:80067072:CHIL engine:HWCRHK_INIT:locking missing:e_chil.c:594:You HAVE to add dynamic locking callbacks via CRYPTO_set_dynlock_{create,lock,destroy}_callback() 1523:error:260B806D:engine routines:ENGINE_TABLE_REGISTER:init failed:eng_table.c:161:

behaviour of function: int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2);

2006-05-08 Thread Antonio A
hi friends of openssl, i am trying to loading a private key stores in a hsm after it has been opened with k of n authentication method (smart cards). my program have to do something similar openssl ca command do when using engine CHIL. openssl ca command load a private key from the engine with

Problem building openssl on windows with cygwin

2006-05-08 Thread Urjit Gokhale
Hi, I am facing problem while building openssl on my windows box (Windows 2000 Professional) with Cygwin. I downloaded the source for openssl 0.9.8b. I followed the steps given inINSTALL.W32: 1) ./config: This goes smooth without any problem 2) make: At this stage I am facing a problem.

Problem building openssl on windows with cygwin

2006-05-08 Thread Urjit Gokhale
Hi, I am facing problem while building openssl on my windows box (Windows 2000 Professional) with Cygwin. I downloaded the source for openssl 0.9.8b. I followed the steps given inINSTALL.W32: 1) ./config: This goes smooth without any problem 2) make: At this stage I am facing a problem.

Problem building openssl on windows with cygwin

2006-05-08 Thread Urjit Gokhale
Hi, I am facing problem while building openssl on my windows box (Windows 2000 Professional) with Cygwin. I downloaded the source for openssl 0.9.8b. I followed the steps given inINSTALL.W32: 1) ./config: This goes smooth without any problem 2) make: At this stage I am facing a problem.

RE: New to openssl

2006-05-08 Thread Wai Wu
I just got Network Security with OpenSSL byt Pravir Chandra, Matt Messier, John Viega. Great book, got me running and wrote a simple client (C++) in a hour. I was able to from my client app put down a page from a https site. With CA verification. -Original Message- From: [EMAIL

RE: 0.9.8b windows binaries

2006-05-08 Thread Wai Wu
Yes. Please hunter. Please include the header files in the download. Also, a small request, can you provide a build for static linking? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hunter Sent: Sunday, May 07, 2006 12:56 PM To:

RE: 0.9.8b windows binaries

2006-05-08 Thread Parind Shah
Is it possible to include 64 bit binaries as well? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wai Wu Sent: Monday, May 08, 2006 11:12 AM To: openssl-users@openssl.org Subject: RE: 0.9.8b windows binaries Yes. Please hunter. Please include the

Unknown error being generated by openssl-0.9.8a

2006-05-08 Thread Adam Ringel
We are using the openssl-0.9.8a library in a program called lftp to use FTP over an SSL channel on a Solaris platform. We are getting an unknown error when we try to connect to a FTPS server running SecureTransport 4.1.1 The triggering function is: SSL_connect The results of a call to

Re: Unknown error being generated by openssl-0.9.8a

2006-05-08 Thread Dr. Stephen Henson
On Mon, May 08, 2006, Adam Ringel wrote: We are using the openssl-0.9.8a library in a program called lftp to use FTP over an SSL channel on a Solaris platform. We are getting an unknown error when we try to connect to a FTPS server running SecureTransport 4.1.1 The triggering function

RE: [ANNOUNCE] OpenSSL version 0.9.8b and 0.9.7j released

2006-05-08 Thread Takurou Saitou
Hi, -Original Message- From: [EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OpenSSL version 0.9.8b and 0.9.7j released == OpenSSL - The Open Source toolkit for SSL/TLS http://www.openssl.org/ The OpenSSL

Re: 0.9.8b windows binaries

2006-05-08 Thread hunter
On 5/7/06, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Mike Ehlert wrote: but what I'm after now is some information on any tricks to compiling the DLL's with only the features needed for my application to reduce their size. Typically one links to the static library then, which of course

Re: [ANNOUNCE] OpenSSL version 0.9.8b and 0.9.7j released

2006-05-08 Thread Dr. Stephen Henson
On Tue, May 09, 2006, Takurou Saitou wrote: Hi, Will a revision about CA.pl be pointed at the following revisions? [patch] That's one, the other is: http://cvs.openssl.org/chngview?cn=15220 Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core

Re: 0.9.8b windows binaries

2006-05-08 Thread hunter
On 5/8/06, Parind Shah [EMAIL PROTECTED] wrote: Is it possible to include 64 bit binaries as well? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wai Wu Sent: Monday, May 08, 2006 11:12 AM To: openssl-users@openssl.org Subject: RE: 0.9.8b windows

Re: 0.9.8b windows binaries

2006-05-08 Thread hunter
On 5/8/06, Wai Wu [EMAIL PROTECTED] wrote: Yes. Please hunter. Please include the header files in the download. Also, a small request, can you provide a build for static linking? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hunter Sent: Sunday, May

Re: Problem building openssl on windows with cygwin

2006-05-08 Thread Urjit Gokhale
My earlier mail was sent thrice to the list. I guess there was some problem with my mail client. Apologies to all. ~ Urjit - Original Message - From: Urjit Gokhale To: openssl-users@openssl.org Sent: Monday, May 08, 2006 6:42 PM Subject: Problem building openssl on

Re: 0.9.8b windows binaries

2006-05-08 Thread William A. Rowe, Jr.
hunter wrote: On 5/7/06, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Typically one links to the static library then, which of course will only link in .obj files that are consumed. One bit of OpenSSL magic are the seperate objects which create a (relatively) quite small binary. That is, if