Re: engine and without engine

2001-10-09 Thread Richard Levitte - VMS Whacker
From: "Rachel" <[EMAIL PROTECTED]> rachel> Does anyone know what the different between "OpenSSL 0.9.6b" rachel> and "OpenSSL 0.9.6b - engine"? Yes. The "engine" variant has extra support for external crypto devices like hardware crypto devices. The support is limited to RSA, DSA, DH and RAND o

engine and without engine

2001-10-09 Thread Rachel
Does anyone know what the different between "OpenSSL 0.9.6b" and "OpenSSL 0.9.6b - engine"? __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED]

Re: gain more randomness in block cipher?!

2001-10-09 Thread Richard Levitte - VMS Whacker
From: [EMAIL PROTECTED] rival> I would like to ask a simple question : rival> if I block cipher few times the same string and armor rival> the result with base64, the output will always look the same, rival> is there any way of making it like the same plain text string is rival> different each ti

how to generate a self-signed certificate automatically

2001-10-09 Thread Jian Chen
Hi, All, Does anybody know how to generate an openssl certificate in non-interactive mode? Currently, when I ran: openssl req -x509 -newkey rsa:1024 -keyout server.key -out server.crt It prompts for input such as: Country, Common name, etc. So, is there a way to generate the self-signed certifi

Re: What to use when writing Java-clients?

2001-10-09 Thread Eric Rescorla
Endre Meckelborg Rognerud <[EMAIL PROTECTED]> writes: > I'm trying to write a client in Java that should connect to an OpenSSL > server through a SSLConnection. I have tried to write it with the JSSE > package from Sun, but I've had a lot of problems. The first problem > was related to the message

Need Help On Installing SSL on windows

2001-10-09 Thread Rohit Ralhan
Hi, I am using PHP4, MySql, Apache 1.3(latest) and i want to configure SSL on my Windows operating system.I have also downloaded mod_ssl-2.8.4-1.3.20 and openssl-engine-0.9.6bPlease tell me how do i go about it.Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/

Need Help On Installing SSL on windows

2001-10-09 Thread Rohit
Hi, I am using PHP4, MySql, Apache 1.3(latest) and i want to configure SSL on my Windows operating system.I have also downloaded mod_ssl-2.8.4-1.3.20 and openssl-engine-0.9.6bPlease tell me how do i go about it.

SEXWEB NO.1 .. MEGAWEB-SEX !

2001-10-09 Thread EROTICSWEB
Dear Ladies & Gentlemen, Welcome to the GREATEST SEX SHOW on the ENTIRE NET ! We now offer you to ENTER the World´s No.1 voted SEX-SERVER on the WEB ! By far the largest and most incredible content of LIVE SEX is now served to users WORLDWIDE! EVERYTHING is offered 100% ANONOMOUSLY & you don

Re: Spam and the OpenSSL User Forum

2001-10-09 Thread Götz Babin-Ebell
Jeremy Smith wrote: > > There appears to be an increasing amount of spam that is being > > transmitted via this forum. This is in addition to all the virus > > notifications from recipient servers. > > > > Can anything be done to try and filter this stuff out? > > I was going to suggest only acce

Re: Spam and the OpenSSL User Forum

2001-10-09 Thread Mads Toftum
On Tue, Oct 09, 2001 at 08:41:11AM -0400, Mark Annal wrote: > There appears to be an increasing amount of spam that is being transmitted > via this forum. This is in addition to all the virus notifications from > recipient servers. > > Can anything be done to try and filter this stuff out? > Su

Re: Spam and the OpenSSL User Forum

2001-10-09 Thread Jeremy Smith
> There appears to be an increasing amount of spam that is being > transmitted via this forum. This is in addition to all the virus > notifications from recipient servers. > > Can anything be done to try and filter this stuff out? I was going to suggest only accepting digitally signed messages (a

Spam and the OpenSSL User Forum

2001-10-09 Thread Mark Annal
Title: Spam and the OpenSSL User Forum There appears to be an increasing amount of spam that is being transmitted via this forum. This is in addition to all the virus notifications from recipient servers. Can anything be done to try and filter this stuff out? __

What to use when writing Java-clients?

2001-10-09 Thread Endre Meckelborg Rognerud
Hello! I'm trying to write a client in Java that should connect to an OpenSSL server through a SSLConnection. I have tried to write it with the JSSE package from Sun, but I've had a lot of problems. The first problem was related to the message 'no cipher suites in common'. Then I tried to make a

Re: Coding with TLS

2001-10-09 Thread Eric Rescorla
julien Bournelle <[EMAIL PROTECTED]> writes: > Hi, > as part of my thesis I must developp an application which uses > TLS. I use OpenSSL on FreeBSD 4.2. The problem is that I don't know how to > create a TLS connection between a client and a server. I searched on > google and other FAQs but

SEXWEB NO.1 .. MEGAWEB-SEX !

2001-10-09 Thread EROTICSWEB
Dear Ladies & Gentlemen, Welcome to the GREATEST SEX SHOW on the ENTIRE NET ! We now offer you to ENTER the World´s No.1 voted SEX-SERVER on the WEB ! By far the largest and most incredible content of LIVE SEX is now served to users WORLDWIDE! EVERYTHING is offered 100% ANONOMOUSLY & you don

RE: About libssl.so.2 and libcrypto.so.2

2001-10-09 Thread John . Airey
>-Original Message- >From: Michael H. Warfield [mailto:[EMAIL PROTECTED]] >Sent: 08 October 2001 22:02 >To: [EMAIL PROTECTED] >Subject: Re: About libssl.so.2 and libcrypto.so.2 > > >On Mon, Oct 08, 2001 at 09:28:52AM +0100, [EMAIL PROTECTED] wrote: > > [...] > >> "Rawhide" is not ano

FW: Welcome to openssl-users

2001-10-09 Thread Michael Cohen (ETL)
Hello, I am having trouble installing 0.9.6b on a Sun machine, the output is as below it shows the /usr/ccs/bin/as utility failing. I installed gcc 3.0.1 into /usr/local Any clues will be much appreciated. 1) emacscus001:/usr/local/openssl-0.9.6b> uname -piX sparc SUNW,Ultra-4System = SunOS No

Re: No Library Found!

2001-10-09 Thread Alexey Prohorenko
On Tue, Oct 09, 2001 at 05:29:17PM +0800, wenwen-unitop wrote: > when i compiled /openssl-0.9.6/demos/ssl/cli serv > it just say: > is there any library lost? > cc -I/home/wenwen/openssl-0.9.6/include -o cli cli.o >-L/home/wenwen/openssl-0.9.6/libssl.a -L/home/wenwen/openssl-0.9.6/li

Re: No Library Found!

2001-10-09 Thread Frédéric Viollet
I might be saying something wrong, but I think it would work better if you wrote:   cc  -I/home/wenwen/openssl-0.9.6/include -L/home/wenwen/openssl-0.9.6 -o cli cli.o -lssl -lcrypto   The -I option is to specify your include path, the -L option is to specify your library PATH and the -l opt

Lost data at the buffer during symmetric block encryption

2001-10-09 Thread Jordan C N Chong
Dear All, I am sorry to bother you...I need your help... Have you faced such problem - loose some data at the end of a buffer... The code is like this I want to encrypt a file 1024 blocks by 1024 blocks and at the final block which is not 1024 blocks will do the final management like follows:

No Library Found!

2001-10-09 Thread wenwen-unitop
hi:     when i compiled /openssl-0.9.6/demos/ssl/cli serv     it just say: is there any library lost?   cc  -I/home/wenwen/openssl-0.9.6/include -o cli cli.o -L/home/wenwen/openssl-0.9.6/libssl.a -L/home/wenwen/openssl-0.9.6/libcrypto.a cli.o: In function `main':cli.o(.

Coding with TLS

2001-10-09 Thread julien Bournelle
Hi, as part of my thesis I must developp an application which uses TLS. I use OpenSSL on FreeBSD 4.2. The problem is that I don't know how to create a TLS connection between a client and a server. I searched on google and other FAQs but I didn't find any examples. Could someone gi

SSL connection died!!

2001-10-09 Thread Rachel
Hi, I having problem where my apache SSL connection died after few minutes i started it.       I'd installed openssl-0.9.6b, mod_ssl-2.8.4-1.3.20 and apache_1.3.20 on my FreeBSD.     I able to start apache with ssl (apachectl startssl) and tested the https:// connection thru browser...

certificate chain

2001-10-09 Thread Alper Oezmacun
hi everybody i have made a certificate that was signed with a certificate issued by verisign. now i want a server to use this certificate. but the client only sees that this cert was signed with another certificate, but it does not see that this other certificate was issued by verisign. how do i