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

2000-12-01 Thread Deepak Taneja
Hello , i'm using Win95,Vc++ I'm getting problem in compiling the RSA,SHA,HMac,DH algo . Is HMAC is necessary after compuding the digest from md5 . Have u compiled the openssl library successfully. If yes then which OS and Which compiler thanx regards Deepak Vadim Fedukovich wrote:

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

2000-11-30 Thread Geoff Thorpe
Paul, Thanks for your sage words. :-) Cheers, Geoff On Wed, 29 Nov 2000, Paul Allen wrote: I'm starting to get really tired of this useless discussion. I cannot imagine that it is the intent of the GPL to deny software authors acknowledgement for their work. It is simply not conceivable

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

2000-11-29 Thread Ben Laurie
David Schwartz wrote: David Schwartz wrote: That is not a restriction on the right to "copy, distribute or modify", now is it? Yes, it is. All it restricts is your ability to advertise: i.e. if you advertise yourself, you must also advertise us. A bit like a GPL for the

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

2000-11-29 Thread David Schwartz
Ben Laurie wrote: I'm not convinced by your argument that accepting the advertising restriction restricts your ability to distribute the code, since you are always free to accept the advertising restriction, and hence can always distribute the code. But this is not relevant to the question,

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

2000-11-29 Thread Bernard Dautrevaux
-Original Message- From: David Schwartz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000 12:26 PM To: [EMAIL PROTECTED] Subject: RE: Looking for an HTTPS client for NT C/C++ Ben Laurie wrote: I'm not convinced by your argument that accepting the advertising

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

2000-11-29 Thread Ben Laurie
Bernard Dautrevaux wrote: -Original Message- From: David Schwartz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000 12:26 PM To: [EMAIL PROTECTED] Subject: RE: Looking for an HTTPS client for NT C/C++ Ben Laurie wrote: I'm not convinced by your

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

2000-11-29 Thread Horst Herb
now is it? All it restricts is your ability to advertise: i.e. if you advertise yourself, you must also advertise us. A bit like a GPL for the PR space :-) But copying, distributing and modifying are utterly unaffected by this clause. This seems to me to be not only compatible, but

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

2000-11-29 Thread David Schwartz
I for my part would love to use openSSL in our medical project - but it looks as if we can't, due to this licensing problem. We will have to "roll our own", which is stupid and will cost us several months of development time. However, we do not want to loose our efforts to commercial

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

2000-11-29 Thread Paul Allen
David Schwartz wrote: You would need the FSF's permission to do that. An "amended GPL" would be a derived work from the GPL itself. The GPL itself is copyrighted. Only the copyright holder has the right to produce a derived work. No you don't. "This program is

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

2000-11-27 Thread Ben Laurie
Shridhar Bhat wrote: [EMAIL PROTECTED] wrote: On 24 Nov, Jean-Marc Desperrier wrote: Shridhar, a tool that incorporates OpenSSL code can hardly be released as GPL, because OpenSSL itself is not GPL. As I understand the BSD license, BSD licensed code can be rereleased under the

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

2000-11-27 Thread Ben Laurie
John Casu wrote: For example, mod_ssl is released under the GPL, and links with openSSL and Apache. Actually, I believe mod_ssl is BSD-licenced, as is Apache-SSL. Cheers, Ben. -- http://www.apache-ssl.org/ben.html "There is no limit to what a man can do or how far he can go if he doesn't

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

2000-11-27 Thread Rich Salz
Can I release my code which uses OpenSSL under GPL or not? You should, in your LICENSE file, explicitly grant permission to link against openssl. /r$ __ OpenSSL Project

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

2000-11-27 Thread jkunz
On 27 Nov, Ben Laurie wrote: As I understand the BSD license, BSD licensed code can be rereleased under the GPL. See drivers/scsi/ncr53c8xx.c in the Linux kernel. This code was BSD licensed, it originates from FreeBSD, was ported to Linux and rereleased under the GPL. Umm. Changing the

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

2000-11-24 Thread Jean-Marc Desperrier
Shridhar Bhat wrote: ¾G¹ÅÂ×(kevin) wrote: Hi, Will you post to this mailing list how and where to download the tool? kevin Yes, I would post it here. I've got the permission from management to release it under GPL. I have asked to set up a machine from where it could be

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

2000-11-24 Thread Deepak Taneja
Hello i'm getting problem in compiling Diffle hellman algorithm . please help me that what should be done . i mean which file is to be compiled as there i'm tring to compile p1024.c . there is BN_BL_CTX struc is missing . If anyone has compile please tell me the procedure . i'll be very

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

2000-11-24 Thread Vadim Fedukovich
On Fri, 24 Nov 2000, Deepak Taneja wrote: Hello i'm getting problem in compiling Diffle hellman algorithm . please help me that what should be done . i mean which file is to be compiled as there i'm tring to compile p1024.c . there is BN_BL_CTX struc is missing . If anyone has

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

2000-11-24 Thread jkunz
On 24 Nov, Jean-Marc Desperrier wrote: Shridhar, a tool that incorporates OpenSSL code can hardly be released as GPL, because OpenSSL itself is not GPL. As I understand the BSD license, BSD licensed code can be rereleased under the GPL. See drivers/scsi/ncr53c8xx.c in the Linux kernel. This

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

2000-11-24 Thread Jean-Marc Desperrier
[EMAIL PROTECTED] wrote: On 24 Nov, Jean-Marc Desperrier wrote: Shridhar, a tool that incorporates OpenSSL code can hardly be released as GPL, because OpenSSL itself is not GPL. As I understand the BSD license, BSD licensed code can be rereleased under the GPL. See

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

2000-11-23 Thread Shridhar Bhat
¾G¹ÅÂ×(kevin) wrote: Hi, Will you post to this mailing list how and where to download the tool? kevin Yes, I would post it here. I've got the permission from management to release it under GPL. I have asked to set up a machine from where it could be downloaded. Also, I am figuring out

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

2000-11-23 Thread Shridhar Bhat
I've got the permission from management to release it under GPL. I have asked to set up a machine from where it could be downloaded. Also, I am figuring out the licensing issues. I came across lot of discussions which advise releasing a tool under GPL. I may not spend Actually, it should have

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

2000-11-23 Thread John Casu
[Charset iso-8859-1 unsupported, filtering to ASCII...] _G(kevin) wrote: Hi, Will you post to this mailing list how and where to download the tool? kevin Yes, I would post it here. I've got the permission from management to release it under GPL. I have asked to set up a

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

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

2000-11-21 Thread Shridhar Bhat
John Townsend wrote: I'm looking for a basic HTTPS client program that will compile and run under NT (preferably with VC++). If it can just GET a page from a named HTTPS server with authentication and echo it to standard output, that would be perfect. I've looked at several examples

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

2000-11-21 Thread John Casu
John Townsend wrote: I'm looking for a basic HTTPS client program that will compile and run under NT (preferably with VC++). If it can just GET a page from a named HTTPS server with authentication and echo it to standard output, that would be perfect. I've looked at several examples

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

2000-11-21 Thread Shridhar Bhat
John Casu wrote: do you support non-blocking connections with your tool ?? if so, that would be very useful. thanks, john c. Yes. -- Bye Shridhar. Shridhar Bhat. [EMAIL PROTECTED]

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

2000-11-21 Thread John Casu
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.

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

2000-11-21 Thread Wirta, Ville
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

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

2000-11-21 Thread Shridhar Bhat
"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 cli

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

2000-11-20 Thread Harry Whitehouse
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Townsend Sent: Sunday, November 19, 2000 5:25 PM To: [EMAIL PROTECTED] Subject: Looking for an HTTPS client for NT C/C++ I'm looking for a basic HTTPS client program that will compile and run under NT (preferably with VC

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

2000-11-19 Thread John Townsend
I'm looking for a basic HTTPS client program that will compile and run under NT (preferably with VC++). If it can just GET a page from a named HTTPS server with authentication and echo it to standard output, that would be perfect. I've looked at several examples already (including the