piping to s_client

1999-03-31 Thread Mikko Hirvonen
I have problems with pipes. I try to use s_client as fetchmail plugin, but something goes wrong. Transmission over ssl-tunnel will stop. Imap server is wu-imapd tunneled with stunnel, but I can see the problem with s_server too. Programs are tested with sparc-solaris and x86-linux with and

Re: old files in crypto/des

1999-03-31 Thread Ralf S. Engelschall
In article [EMAIL PROTECTED] you wrote: Can we dump all those old files in crypto/des that had already been deleted for 0.9? I think, yes. At least when we should find out that we need one in the future we still have it in the CVS Attic. Ralf S.

SSL2_{CLIENT,SERVER}_VERSION

1999-03-31 Thread Bodo Moeller
On Wed, Mar 31, 1999 at 02:06:33PM +0200, [EMAIL PROTECTED] wrote: Changes between 0.9.2b and 0.9.3 + *) Got rid of old SSL2_CLIENT_VERSION (inconsistently used) and + SSL2_SERVER_VERSION (not used at all) macros, which are now the + same as SSL2_VERSION anyway. +

Re: [PATCH] how to find executables?

1999-03-31 Thread Ralf S. Engelschall
In article [EMAIL PROTECTED] you wrote: in fact, I'd prefer ${RANLIB} would be defined at the makefile level, which would make the script itself obsolete again. I agree. But then the question is what to do with $RANLIB if there is no ranlib available on the system. I would normally set it

Re: [PATCH] New s_client option

1999-03-31 Thread Ralf S. Engelschall
In article [EMAIL PROTECTED] you wrote: I proposed to add a new option "-showcerts" that tells s_client to not only show the server certifiate in base64 ("PEM") format, but all certificates in the chain. I've long used such an addition to cut paste CA certificates from SSL/TLS servers

Re: 0.9.2b Sparc problem

1999-03-31 Thread Andy Polyakov
O.K. Then I propose deleting (rather then recreating) all those automatically generated assembler versions, with appropriate changes to the configuration script. i don't get it! has anybody read my posts? does it get through at all? well, it must, because i myself get my messages

[PATCH] $(RANLIB) and $(PERL)

1999-03-31 Thread Ulf Möller
According to Ralf S. Engelschall: Yes, "true" is fine. +1 for this and making it a Makefile variable. OK. What do we do about the references to ranlib in crypto/*/Makefile.uni, util/mk1mf.pl and util/sep_lib.sh? Index: Configure

Re: cvs commit: openssl/crypto/perlasm x86asm.pl x86unix.pl

1999-03-31 Thread Ben Laurie
Ulf Moeller wrote: You mean the bit about target type? But the scripts actually pass that in, it isn't picked off the command line, nor does it say where it comes from. That's better (though I think $ARGV[$#ARGV] instead of $ARGV[1] is eccentric, but then it's Perl and There's More Than

Implementation through proxy server

1999-03-31 Thread Phil Burgard
I am developing some client code (on NT4.0) to talk to a Web Server and would like to be able to utilize proxy servers. I see some references to "proxy" in the conn.c demo and in the bio.h include file, but I have not found any supporting code, doc, or samples (conn.c appears to be incomplete).

Re: opensslv.h

1999-03-31 Thread Richard Levitte - VMS Whacker
ulf While we are adding new stuff for 0.9.3, shouldn't we set ulf OPENSSL_VERSION_NUMBER to some value greater than 0x0922 and ulf less than 0x0930? Just out of the blue, we could use a scheme similar what RMS does with emacs. With emacs, version x.y.90 is the prerelease of x.y+1... A similar

Re: opensslv.h

1999-03-31 Thread Ben Laurie
Ulf Möller wrote: While we are adding new stuff for 0.9.3, shouldn't we set OPENSSL_VERSION_NUMBER to some value greater than 0x0922 and less than 0x0930? Definitely. I think it may be time to move to a more appropriate numbering scheme (given that people can get snapshots). Cheers, Ben.

SSLeay docs

1999-03-31 Thread Ulf Möller
I'd like to add a pointer to Ariel Glenn's SSLeay documentation to the doc directory. Any objections? __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL