Re: How to add Zlib compression to SSL transmission ?

2002-04-27 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sat, 27 Apr 2002 19:08:42 +0200, Bogusław Brandys <[EMAIL PROTECTED]> said: brandysb> Yep.But what about COMP_zlib() function ? I would like to add zlib brandysb> internally into SSL transmission (I know that this way would be not brandysb> standard but don't

Client Authentification.

2002-04-27 Thread Laurent Memoli
Hello everybody, I'm a newbie in Openssl World. I would like to use the feature client authentification but my handshake fails.Of course, I use TLS which provide this functionality but I'm sure I forget one or to step!! Please could you give the different steps to set up correctly the han

Re: How to add Zlib compression to SSL transmission ?

2002-04-27 Thread Bogusław Brandys
Dnia 2002-04-27 18:31, Użytkownik Eric Estabrooks napisał: > Bogusław Brandys wrote: > >> Hello ! >> >> Is any simple way to add zlib compression to OpenSSL transmission.I >> want to write client/server software used mostly throught modem >> connection. >> Is transmission with zlib much slower

Re: How to add Zlib compression to SSL transmission ?

2002-04-27 Thread Eric Estabrooks
Bogusław Brandys wrote: > Hello ! > > Is any simple way to add zlib compression to OpenSSL transmission.I > want to write client/server software used mostly throught modem > connection. > Is transmission with zlib much slower than normal SSL transmission ? compress before encryption and the

How to add Zlib compression to SSL transmission ?

2002-04-27 Thread Bogusław Brandys
Hello ! Is any simple way to add zlib compression to OpenSSL transmission.I want to write client/server software used mostly throught modem connection. Is transmission with zlib much slower than normal SSL transmission ? Best Regards boguslaw -- Encyklopedia multimedialna w prezencie! http

Re: help!

2002-04-27 Thread Lutz Jaenicke
On Fri, Apr 26, 2002 at 05:13:33PM -0400, DC Yin wrote: > When I config amd make openssl-0.9.6a on Solari??7. I > meet error when do make. the system indicate > following: > + gcc -shared -o libcrypto.so.0.9.6a -Wl > ,-S,-soname=libcrypto.so.0.9.6a -Wl,--whole-archive > libcrypto.a -Wl,--no-whole-

Re: actions to seed PRNG()

2002-04-27 Thread Lutz Jaenicke
On Sat, Apr 27, 2002 at 01:10:03PM +0200, [EMAIL PROTECTED] wrote: > I wrote a very small SSL client server applicazion. > In writing it I never used a whatever function to create entropy to seed > PRNG after SSL_library_init(). > Is a seeding action required or is it done authomatically by SSL >

actions to seed PRNG()

2002-04-27 Thread Riccardo . Veraldi
Hello, I wrote a very small SSL client server applicazion. In writing it I never used a whatever function to create entropy to seed PRNG after SSL_library_init(). Is a seeding action required or is it done authomatically by SSL framework? thnks Rick __

need more info on creating key

2002-04-27 Thread Prasanna
Hi The information was very usefull for reading the keys from the PEm file and them processing,it .Can i get an excample on how that Key is created and then stored.It seems that there is no such demo in Openssl which is showing it. Thanx in advance Prasanna begin:vcard n:S;Prasanna x-moz

Re: Need some info

2002-04-27 Thread Prasanna
Hi i am very gratefull for the help.But what i also need is to do the creation and also extraction of the keys using a C programm i.e. using the Crypto library.I am presently using Vc++ 6.0 in Win2000 thanx and regards prasanna begin:vcard n:S;Prasanna x-mozilla-html:TRUE adr:;; version:2.

help!

2002-04-27 Thread DC Yin
When I config amd make openssl-0.9.6a on Solari‚“7. I meet error when do make. the system indicate following: + gcc -shared -o libcrypto.so.0.9.6a -Wl ,-S,-soname=libcrypto.so.0.9.6a -Wl,--whole-archive libcrypto.a -Wl,--no-whole-archive -L, -lsoket -lnsl -ldl -lc /usr/ccs/bin/ld: illegal option -

Many many many questions

2002-04-27 Thread dave
Hi to everybody, I have to patch the 'talk' program, but I have many questions. 1) how could I create a certificate from C code? 2) how could I create a 'temporary' certificate for using in a simple talk session? Thanks in advance Dave _

Problem with Apache & Open SSL

2002-04-27 Thread Raja Sekhar
Hi, I am using Apache as webserver & Tomcat as servlet engine. For SSL enabling on Apache, I used openssl & modssl. Apache is successfully setup using SSL. But in this configuration, all the communication between Apache & Tomcat is http only. I have a servlet on Tomcat which should know whethe