Re: Newbie question

1999-10-24 Thread Gilles MASSEN
Hello. If you want a decent documentation of how to set up a CA using OpenSSL you should have a look at http://www.cert.dfn.de/dfnpca/certify/ssl/handbuch/ It covers only OpenSSL 0.9.2 but there aren't that many changes anyway. BUT if you don't understand any german you're out of luck. Anywa

Re: How To Load Client Certificate Into Browser By Using Perl Script.

1999-10-24 Thread chchar
Regarding this problem, I think there is compability issue between SSLeay and OpenSSL. Because from SSLeay, it can worked from my Perl script which load Client Certificate into Netscape Browser. But changed it to Openssl, it can't work. When running in shell mode, user is required to key in pas

installed _correctly_, no documentation on what to do next...

1999-10-24 Thread John Farrell
I installed freebsd successfully. Then I installed apache+php, then rsaref, then openssl all from the ports directories. 1. Does my apache+php have any idea that openssl is there? If not, how would I get the two to interact? 2. where does mod_ssl figure into this? Do I need to install that

Return Message

1999-10-24 Thread uk_orapost
Node returning message: UKDCN2 The included message could not be sent to the following recipients: %25062347681607230862260 The included message could not be delivered to the following invalid mail names. Please verify these names and try them again. Bad name: tphan The included messag

Return Message

1999-10-24 Thread Jeremy Hunt
-- X-Sun-Data-Type: text X-Sun-Data-Description: text X-Sun-Data-Name: text X-Sun-Charset: us-ascii X-Sun-Content-Lines: 25 Dear sir, could you please stop this robot from resending this message, we have been plagued by it for days. Thanks in advance, Jeremy Hunt - Begin Inclu

Return Message

1999-10-24 Thread uk_orapost
Node returning message: UKDCN2 The included message could not be sent to the following recipients: %25062347681607230862260 The included message could not be delivered to the following invalid mail names. Please verify these names and try them again. Bad name: tphan The included messag

Return Message

1999-10-24 Thread uk_orapost
Node returning message: UKDCN2 The included message could not be sent to the following recipients: %25062347681607230862260 The included message could not be delivered to the following invalid mail names. Please verify these names and try them again. Bad name: tphan The included messag

Return Message

1999-10-24 Thread uk_orapost
Node returning message: UKDCN2 The included message could not be sent to the following recipients: %25062347681607230862260 The included message could not be delivered to the following invalid mail names. Please verify these names and try them again. Bad name: tphan The included messag

Bug???

1999-10-24 Thread Joe Schiavone
Version 0.9.4 getting SSL handshake Failed: Any help greatly appreciated... -- Joseph J. Schiavone Jr. __ OpenSSL Project ht

Return Message

1999-10-24 Thread uk_orapost
Node returning message: UKDCN2 The included message could not be sent to the following recipients: %25062347681607230862260 The included message could not be delivered to the following invalid mail names. Please verify these names and try them again. Bad name: tphan This noise should p

Re: Return Message

1999-10-24 Thread Robert Forsman
"Leland V. Lammert" <[EMAIL PROTECTED]> ,in message <4.2.0.58.19991023115252.0097 [EMAIL PROTECTED]>, wrote: > Excuse me, but why waste bandwidth criticizing Oracle? It takes about 15 seco >> nds to create a filter redirecting any messages BACK to Oracle, and deleting >> them. This is a

Re: Newbie question

1999-10-24 Thread Paul Khavkine
Use pkcs12 On Sun, 24 Oct 1999, you wrote: > Hi, > > Am in same status as u. Ifn u get any good replys, > would u mind forwarding to me? SO far I have been > able to create certificates and Certificate CA, but > cannot get a client certificate to import into > Ne

Re: Newbie question

1999-10-24 Thread Joe Schiavone
Hi, Am in same status as u. Ifn u get any good replys, would u mind forwarding to me? SO far I have been able to create certificates and Certificate CA, but cannot get a client certificate to import into Netscape.. > >Hi. > >I am a newbie to the OpenSSL

s_client and ASN1_X_free flaws in openssl-SNAP-19991022

1999-10-24 Thread Rene G. Eberhard
Hi TestEnv: NT 4 WS SP5 with VC++ 6 SP3 1. s_client -no_ssl2 (s_client.c) The problem certainly occurs also in the latest official release. s_client -no_ssl2 always connects with a V2 hello. The configuraiton handling looks a bit strange to me. Some are treated by compiler flags and some on run

Help with CA.sh

1999-10-24 Thread Joe Schiavone
Anyone familiar with the CA.sh module ??? Question... in the header is says to cat together the newcert.pem + newreq.pem to create a CA certificate.. However, it looks like the certificate is in total in the newcert.pem file??? But I could be wrong! Also in the demoCA dir there is a file in t

fail to load openssl.cnf

1999-10-24 Thread jackie
I have compiled and run a standalone 'req',and it has failed to load openssl.cnf. As no one here talk about config file, I guess maybe I use a wrong config file. How can I get a good config file work with apps? __ OpenSSL Project

Newbie question

1999-10-24 Thread Terje Tessem
Hi. I am a newbie to the OpenSSL system, so I hoped somebody would like to help me a bit :-) I have just managed to compile it and partial install it, but I misses some kind of documentation on how to set up a new set of certificates from scratch. What I am looking for is a simple step-by-step

AW: openssl implementation fot Win32

1999-10-24 Thread Daniel Reichenbach
Take a look at www.opensa.de, there you`ll find a complete implementation.   Daniel __The OpenSA Project   http://www.opensa.de/Project Information [EMAIL PR

Re: How To Load Client Certificate Into Browser By Using Perl Script.

1999-10-24 Thread Meike Aulbach
On Fri, Oct 22, 1999 at 05:53:53PM +0800, chchar wrote: >The problem is, when I run this Perl script, I can't produce >"cert30.result" file, meant my program will exit. >But if I run from the shell, I can produce "cert30.result" file. >Below is my result when I run it from the com