RE: Looking for an HTTPS client for NT C/C++

2000-11-22 Thread (kevin)
Title: RE: Looking for an HTTPS client for NT C/C++





Hi,


Will you post to this mailing list how and where to download the tool?


kevin


 -Original Message-
 From: Shridhar Bhat [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, November 21, 2000 7:03 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Looking for an HTTPS client for NT C/C++
 
 
 Wirta, Ville wrote:
  
  I would also be interested if THE tool is available 
 somehow/somewhere!
  
  Yours VW
  
  -Original Message-
  From: John Casu [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, November 21, 2000 12:06 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Looking for an HTTPS client for NT C/C++
  
   John Casu wrote:
   
do you support non-blocking connections with your tool ??
if so, that would be very useful.
   
thanks,
   
john c.
  
   Yes.
  
  That's cool. How can I get a copy of your ssl tool ?
  
  What would it take for your tool to be released under the GPL ?
  
  thanks,
  john c.
 
 I would let you know about how to download the tool very soon. 
 -- 
 
 Bye
 Shridhar.
 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing List [EMAIL PROTECTED]
 Automated List Manager [EMAIL PROTECTED]
 





Q: not understand the meaning of codes in apps/x509.c

2000-11-22 Thread qun-ying

Hi,

While going through the code in apps/x509.c, in line:979, function
x509_certify().

What does the 3 lines do? It seems useless for the upkey is free after
parameters being copied to? As
int EVP_PKEY_copy_parameters(EVP_PKEY *to,EVP_PKEY *from);
is defined as copy from the second argument to the first.

What are the normal sequences of function calls (roughly) to certify a
certificate request?

Thanks
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



RE: Quick Start Guide (tm)

2000-11-22 Thread Mark John Buenconsejo

I also have the same problem, no beginners stuffs. ;-)

please forward to me what you got, if there's any. thanks.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mike Eldridge
Sent: Wednesday, November 22, 2000 3:07 AM
To: [EMAIL PROTECTED]
Subject: Quick Start Guide (tm)


As in I am looking for one ;)

Anyhow, this is my first post to this list, so no harassment.  :)

I'm looking to include connection encryption and/or private/public key
verification and what-not into a new version of a client/server
application I have written.

I will stress that I am not crypto-proficient.  I know what DES is, I know
what MD5 is, but that's about the extent of my fluency in various ciphers.
DSA, blowfish, IDEA, these are all just names of ciphers to me.

I've read most of the openssl documentation, which is a pretty good
reference for the different functions available for particular ciphers,
but there really is no beginner's guide.

I'd love some pointers on what's the best cipher to use for a secure
connection, some advantages and disadvantages to each cipher, and,
probably most important, some sample code on how to *use* a particular
cipher.

Thanks in advance,
Mike

-
Save the whales.  Feed the hungry.  Free the mallocs.

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



how to use DH with IE5.5

2000-11-22 Thread truename

hi 
   I use "$openssl s_server -accept 1443 -nocert -debug " as a web server .
   I connect server with IE5 , 
   but error report :SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher:s3_srvr.c:772
  
   It's IE don't suport DH ?
   or some error setting of openssl ?

   env: 
  server : solories 2.6  openssl-0.9.6 
  clinet : win nt 4.0 ( sp6) , IE5.5


thanks

¸Ï¿ì×¢²áÍøÒ×È«ÐÂ163.comÃâ·ÑÐÅÏä
http://images.163.com/images/163com/
WAPÊÖ»ú--ÖÁ¿á´ó½±µÈ×ÅÄ㣡
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



How to use openssl?

2000-11-22 Thread ÉÛÇà

openssl-users£¬ÄúºÃ£¡
 I 'am a developer of Shangsoft in Shanghai,China.
 I have installed openssl on win2000,  but I don't know how to config the path 
and how to use it!   Please teach me step by step .Better to send me an example.
  
[EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Corrected openssl.spec file

2000-11-22 Thread Richard Levitte - VMS Whacker

From: [EMAIL PROTECTED]

John.Airey This is the diff between my file and the old file. If I
John.Airey have this the wrong way round please let me know!

Actually, your file is much more different from the "standard" one
than you showed us.  It seems to contain a lot of tweaks to make sure
old SSLeay users don't get beothered and a lot of other stuff that I'm
not sure really belongs in a .spec...

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \  SWEDEN   \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



RE: Corrected openssl.spec file

2000-11-22 Thread John . Airey

This spec file is basically an amended version of what was already on the
contrib page. However, this file tried to create symlinks in directories
that don't normally exist (not on my machines, anyway) and remove a
directory as a file. This causes the installation script to fail as it is a
more serious error (on my system) than creating a directory that doesn't
exist or attempting to remove a non-empty directory. The package doesn't
install fully in this case.

Since I needed to fix this for my own purposes, I made it public.

I'm about to put this spec file on the contrib page and "fixed" versions of
the existing rpms. I hope that Steve, who recently posted to this list, will
find these useful as they install without errors (again, on my system).

- 
John Airey
Internet Systems Support Officer, ITCSD, Royal National Institute for the
Blind,
Bakewell Road, Peterborough PE2 6XU,
Tel.: +44 (0) 1733 375299 Fax: +44 (0) 1733 370848 [EMAIL PROTECTED] 


 -Original Message-
 From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]]
 Sent: 22 November 2000 15:20
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: Corrected openssl.spec file
 
 
 From: [EMAIL PROTECTED]
 
 John.Airey This is the diff between my file and the old file. If I
 John.Airey have this the wrong way round please let me know!
 
 Actually, your file is much more different from the "standard" one
 than you showed us.  It seems to contain a lot of tweaks to make sure
 old SSLeay users don't get beothered and a lot of other stuff that I'm
 not sure really belongs in a .spec...
 
 -- 
 Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
 Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
 Redakteur@Stacken   \  SWEDEN   \ or +46-709-50 36 10
 Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
 Member of the OpenSSL development team: http://www.openssl.org/
 Software Engineer, Celo Communications: http://www.celocom.com/
 
 Unsolicited commercial email is subject to an archival fee of $400.
 See http://www.stacken.kth.se/~levitte/mail/ for more info.
 
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]