Creating new certificate for FTP Server with openssl

2002-10-09 Thread Nordin David
I'm playing around with my FTP server (RaidenFTPD) and amtrying to make a new certificate for it with openssl. I get as far as making the keys: cert.pem key.pem which I'm supposed to be using. The PEM Phrase is supposed to be "password" but what about the challenge password? When I later

Re: SUN Crypto Accelerator + OpenSSL

2002-10-09 Thread Joerg Bartholdt
Arin Komins wrote: This is just from memory, but isn't the Sun card a repackaged Rainbow Cryptoswift? (which is engine cswift?) I read an article on the web, indicating that the old SUN Crypto Accelerator 1 is a CryptoSwift (http://www.james.rcpt.to/2001/sun-crypto/), but I don't know about

error in instalation

2002-10-09 Thread Pedro Manuel Augusto
Dear colleague, I am installing Openssl on a Sun Workstation (SOlaris 2.6). It gives the following error (with make; with config it gave a couple of warnings only): echo #define DATE \`LC_ALL=C LC_TIME=C date`\; \ echo '#endif' ) buildinf.h cc -I. -I../include -KPIC -DTHREADS -D_REENTRANT

RE: Problem using crypt() with 0.9.6g Apache 2.0.43 php 4.2.3

2002-10-09 Thread Don MacAskill
Just got the latest tree and build 0.9.7-stable. Worked like a charm. Thanks! Don -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Richard Levitte - VMS Whacker Sent: Saturday, October 05, 2002 5:24 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]

Re: apache and that whole bugbear thing

2002-10-09 Thread B. van Ouwerkerk
Uhhh last time I checked bugbear was a virus infecting M$ Lookout users. Don't think it runs against Linux. At 20:51 5-10-02 -0400, [EMAIL PROTECTED] wrote: Is this the right place to ask questions about the bugbear worm? On a Sun box, we upgraded openssl to 0.9.6g because of the

Normal operation?

2002-10-09 Thread nishi
We're operating the network by using the function of OpenSSL. If taskmanager of Windows is seen during the network communication, the amount of the memory used will increase gradually. Is this normal workings? In addition, it checked that the increase in the memory is not a memory leak by using

smime utility: can't get decrypt to return the data that was encrypted

2002-10-09 Thread Himanshu Soni
Hi I am using openssl engine 0.9.6g on Windows XP. I sign an html file using using smime as follows: openssl.exe smime -sign -nodetach -signer signer.pem -in in.html -binary -inkey signer.key -out out.p7s -outform DER Then, I encrypt the signed data as follows: openssl.exe smime -encrypt

basic SSL questions

2002-10-09 Thread Ian Douglas
Hey all, I have some newbie questions about how to use certificates properly, so I've compiled a few questions for anyone out there willing to offer a few minutes of their time to help me out. RedHat 7.3 apache-devel-1.3.23-14 apache-manual-1.3.23-14 apacheconf-0.8.2-2 apache-1.3.23-14

question about ciphers used by OpenSSL and general terminology

2002-10-09 Thread Edward Chan
Hi there, I was wondering if anyone could tell me what ciphers implemented and used by OpenSSL. I've followed the example in the book Network Security with OpenSSL, and have tried to create an SSL enabled server and have called SSL_CTX_set_cipher_list() like this: #define CIPHER_LIST

RE: apache and that whole bugbear thing

2002-10-09 Thread John . Airey
I think you ([EMAIL PROTECTED]) are confusing bugbear with slapper. Provided you restarted your web server after the upgrade to 0.9.6g, you should be OK as far as that is concerned. The restart is necessary to ensure that no code from the previous version of openssl is still in memory. Could you