someone having problemns with her mta?

2002-04-09 Thread Gerrit P. Haase
Hallo openssl-dev, My mailer reports: [PeekTime] 1017175639 << ErrCode = -173 ErrString = Mail loop detected Message blocked by mail loop check ! >> antigone.familiehaase.de P6E6A MAIL FROM: <[EMAIL PROTECTED]> RCPT TO: <[EMAIL PROTECTED]> <> Return-Path: <[EMAIL PROTECTED]> Delivered-To: [E

Re: wrong defines SN_xyz

2002-04-09 Thread Lutz Jaenicke
On Tue, Apr 02, 2002 at 10:07:27PM +0200, Lutz Jaenicke wrote: > On Tue, Apr 02, 2002 at 09:25:00AM +0200, Michael Bell wrote: > > after I found the wrong definitions of SN_surname and SN_serialNumber I > > looked around and find the next problems in crypto/objects/ : > > > > SN_title

RE: VxWorks and OPEN SSL questions -

2002-04-09 Thread Praveen Dulam
Bill Thank you. I am sure this will help people on openssl-dev. >>If I am suppose to send this to some American government facility, I >>will stop posting any more information. No we are not govt agency nor we have to inform Govt agency. I am working for a wireless startup. This we are doing

Re: OpenSSL/Java JSSE Handshake problem...

2002-04-09 Thread Lutz Jaenicke
On Tue, Apr 09, 2002 at 08:52:29PM +0200, David Maurus wrote: > This might have the same cause as the problem I encountered. Brad Whetmore from > Sun helped me find this. > > According to TLS (which can be found e.g. here: > http://www.ietf.org/rfc/rfc2246.txt ), in the final message exchanges fr

Re: OpenSSL/Java JSSE Handshake problem...

2002-04-09 Thread David Maurus
This might have the same cause as the problem I encountered. Brad Whetmore from Sun helped me find this. According to TLS (which can be found e.g. here: http://www.ietf.org/rfc/rfc2246.txt ), in the final message exchanges from the TLS handshake, a client key exchange message is sent by the clien

Re: VxWorks and OPEN SSL questions -

2002-04-09 Thread Bill Pringlemeir
> "Praveen" == Praveen Dulam <[EMAIL PROTECTED]> writes: Praveen> Bill I am getting this error on bss_log.c file Praveen> compilation. This is to do with file. Don't compile it! The cagey OpenSSL developers give you this hint, /* Why BIO_s_log? BIO_s_log is useful fo

Re: OpenSSL/Java JSSE Handshake problem...

2002-04-09 Thread Andreas Sterbenz
Kevin Regan wrote: > > 26747:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version > number:s3_pkt.c:290: > > This happens when I select "TLSv1" on the Java side and > "TLSv1_server_method" on the OpenSSL side. "TLSv1" on the Java side and > "SSLv23_server_method" (but not "SSLv3_server_met

Re: OpenSSL/Java JSSE Handshake problem...

2002-04-09 Thread Lutz Jaenicke
On Mon, Apr 08, 2002 at 06:23:12PM -0500, Kevin Regan wrote: > > Hi, > > The client and server are hanging at the moment (I have them both set up to > defer the handshake until they actually start doing reads and writes). Here > is the output from the Java (client) side: > > %% No cached clien

Re: openssl-0.9.6c through openssl-0.9.5 fail if $PERL is defined not as the binary perl

2002-04-09 Thread Lutz Jaenicke
On Mon, Apr 08, 2002 at 07:13:34PM +, John Salinas wrote: > First let me thank you for your wonderful product openssl. It works > great and I am very thankful it is out there. I have found a small > conflict in more recent version of the config or Configure script for > version 0.9.c back

Re: PKI and sockets

2002-04-09 Thread David Maurus
"Mark W. Webb" wrote: > I am working on an application that will implement PKI between a server > and a client. That sentence is somewhat wrong: between clients and servers (i.e. 2 computers) you will need to use a protocol they adhere to when speaking to each other. PKI (Public Key Infrastructu

Re: Openssl-09.5

2002-04-09 Thread Michael Sierchio
Richard Koenning wrote: > Look at http://www.openssl.org/support/faq.html#USER Pointing $RANDFILE to an Entropy Gathering Daemon socket does not work. ... This is really a bug. It doesn't work *why*? Because the code isn't written to read properly from a FIFO.

Re: Openssl-09.5

2002-04-09 Thread Richard Koenning
At 17:54 08.04.2002 -0400, you wrote: >Received this error after trying to generate key pair using openssl >syntax : openssl req -new -nodes -keyout private.key -out public.csr. > >Error: > >demo1# openssl req -new -nodes -keyout private.key -out public.csr >Using configuration from /usr/local/ss

Re: OpenSSL/Java JSSE Handshake problem...

2002-04-09 Thread Kevin Regan
Hi, The client and server are hanging at the moment (I have them both set up to defer the handshake until they actually start doing reads and writes). Here is the output from the Java (client) side: %% No cached client session *** ClientHello, v3.1 RandomCookie: GMT: 1001529913 bytes = { 73,

openssl-0.9.6c through openssl-0.9.5 fail if $PERL is defined notas the binary perl

2002-04-09 Thread John Salinas
Title: openssl-0.9.6c through openssl-0.9.5 fail if $PERL is defined n Greetings, First let me thank you for your wonderful product openssl. It works great and I am very thankful it is out there. I have found a small conflict in more recent version of the config or Configure script for vers

RE: VxWorks and OPEN SSL questions -

2002-04-09 Thread Praveen Dulam
Bill Thanks for the help. I am coming along with my compilation on VxWorks platform. I am struck when I am tryo to compile the files. This is some to do with openssl/e_os.h When I removed the line from the e-os.h, then I get error from bss_bio.c. I am getting lost some where here. Thanks

Openssl-09.5

2002-04-09 Thread Vivienne Gilmore
OpenSSl version 0.9.5 Solaris 8 Sparc 20 Gcc compiler Apache 1.3.20 Received this error after trying to generate key pair using openssl syntax : openssl req -new -nodes -keyout private.key -out public.csr. Error: demo1# openssl req -new -nodes -keyout private.key -out public.csr Using configur

PKI and sockets

2002-04-09 Thread Mark W. Webb
I am working on an application that will implement PKI between a server and a client. Can someone tell me where I might get some sample code (C) or a tutorial on how to do it. I have looked at Eric Rescorla's but I am not sure how to create my own certificates to get that tutorial work, I c

Re: VxWorks and OPEN SSL questions -

2002-04-09 Thread Lutz Jaenicke
On Mon, Apr 08, 2002 at 08:39:11PM -0400, Bill Pringlemeir wrote: > > Praveen> Bill Thanks for the help. I am coming along with my > Praveen> compilation on VxWorks platform. I am struck when I am tryo > Praveen> to compile the files. This is some to do with > Praveen> openssl/e_os.h > >