Re: Reading from standard input

2005-08-29 Thread Ignacio Butler
you can use the md5sum command... $md5sum file.txt On 8/29/05, Roberto Arias Alegria <[EMAIL PROTECTED]> wrote: > Hello new around here, > > I'm just new to OpenSSL and I'd like to calculate a MD5 digest, I used > the command > > openssl dgst -md5 file.txt > > and I got a digest of the file, b

Re: COMP_zlibd don't return a valid method

2005-08-18 Thread Ignacio Butler
rypto and ssl libraries that comes OS which is present > in the /usr/lib directory and this may not be built with zlib support > > # ./a.out > compression name: (null) > > Thanks, > Prakash > > Ignacio Butler <[EMAIL PROTECTED]> wrote: > hi, > > well,

Re: COMP_zlibd don't return a valid method

2005-08-16 Thread Ignacio Butler
ef) > SSL_COMP_add_compression_method(1, > comp_method); > else > printf("Compression not suported"); > exit(1); > } > } > > # cc test2.c -lcrypto -lssl > # ./a.out > compression na

COMP_zlibd don't return a valid method

2005-08-08 Thread Ignacio Butler
Hello, first of all, sorry by my english... The problem is, i have started to develop a simple application that uses SSL with compression, but when i try to add the zlib compression method to my server it is imposible the code that i use is: comp_method = COMP_zlib(); if(comp_m