read_ahead=FALSE but pending data

2002-09-12 Thread Alain BRUNIE-TATON
I've problem with pending data ! I've not set the "read ahead" flag ( SSL_get_read_ahead() ==FALSE ) but after used SSL_read() I have pending data (SSL_pending() >0). Is it normal ? PS: ssl is in non-blocking mode. Thanks Alain. _

DSA private key ASN.1

2002-09-12 Thread Fiel Cabral
Hello openssl users: Which document/standard specifies the format of a DSA private key? DSA_private_key = { version, p, q, g, y, x } This is how the openssl dsa library reads/writes it so there must be a basis. I've looked at FIPS186-2 but it doesn't show the ASN.1 anywhere. Thanks in advance

Re: Compiling on VMS with C++ 6.0

2002-09-12 Thread Richard Levitte - VMS Whacker
In message <5.1.0.14.2.20020906114151.00a4e6b0@interjet> on Fri, 06 Sep 2002 11:49:36 +0200, Peter Aben <[EMAIL PROTECTED]> said: petera> One of our customers uses the DEC C++ (6.0) compiler on VMS. Our code petera> (which uses OpenSSL functions) has to be linked to the customer's software. pe

Re: certs not working through Java

2002-09-12 Thread Paul L. Allen
"Jose Correia (J)" wrote: > > Hi all > > I was wondering if anyone has integrated client authentication through > Java but on a b2b manner (i.e. without using a browser as the client > but rather making use of the .keystore generated by the Java keytool > application). > > Since this list is no

Re: coalesced data.

2002-09-12 Thread Eric Rescorla
Rich Salz <[EMAIL PROTECTED]> writes: > Data may be coalesced. It does not HAVE to happen but it MAY happen. > > Note that TCP does not preserve record boundaries: two writes may end up > being read in three parts, e.g. > > What you're seeing is just a circumstance of your network setup. No

Re: coalesced data.

2002-09-12 Thread Rich Salz
Data may be coalesced. It does not HAVE to happen but it MAY happen. Note that TCP does not preserve record boundaries: two writes may end up being read in three parts, e.g. What you're seeing is just a circumstance of your network setup. No guarantees. /r$ _

Re: someone in the UK phone Andy pls

2002-09-12 Thread Saju Paul
C'mon give the guy a break. It's an innocent mistake and could happen to anybody. He said he will take care of the problem so just leave him alone for a while. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 12, 2002 11:24 AM Subject: RE:

Re: coalesced data.

2002-09-12 Thread Eric Rescorla
"kaushik_vishwakarma" <[EMAIL PROTECTED]> writes: > [1 ] > hi, > > > the specification of ssl says that in the record layer messages > can get coalesced. But i did not see this happening in my test > program. my test program had one server and one client. the server > after accepting c

coalesced data.

2002-09-12 Thread kaushik_vishwakarma
hi,   the specification of ssl says that in the record layer messages can get coalesced. But i did not see this happening in my test program. my test program had one server and one client. the server after accepting connection reads 16 kb of data at a time. The client sends two messages both more t

RE: someone in the UK phone Andy pls

2002-09-12 Thread colin
No answer right now - I left hime a text messsage. Colin -Original Message- From: CorreiJ [SMTP:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 3:59 PM To: openssl-users Subject:someone in the UK phone Andy pls and tell him to phone someone at his company to disabl

Fw: RE: someone in the UK phone Andy pls

2002-09-12 Thread Aleix Conchillo
Begin forwarded message: Date: Thu, 12 Sep 2002 16:30:13 +0100 From: "Andy Schneider" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: RE: someone in the UK phone Andy pls Have just text'ed Andy's mobile. Aleix - can you fwd to openssl-users if it doesn't appear on

Re: someone in the UK phone Andy pls (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: Certificate as license ? (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

RE: someone in the UK phone Andy pls

2002-09-12 Thread Trey A Mujakporue
Just Spoke to Andy.. (apparently someone has already SMS'ed him) So he is aware of the situation Unfortunately he is away from his desk[sic] but will get someone to sort it out ASAP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jose Correia (J)

Re: someone in the UK phone Andy pls

2002-09-12 Thread Mike Shaw
Or how about un-subscribing him? At 04:59 PM 9/12/2002 +0200, Jose Correia (J) wrote: >and tell him to phone someone at his company to disable his >auto-response thingy. Otherwise we are going to end up with hundreds >of these things...!! > >Thanks >Jose > > >-

Re: certs not working through Java (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: Help understanding (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: someone in the UK phone Andy pls (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: Certificate as license ? (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: someone in the UK phone Andy pls

2002-09-12 Thread Aleix Conchillo
On Thu, 12 Sep 2002 16:59:17 +0200, Jose Correia (J) wrote: > and tell him to phone someone at his company to disable his > auto-response thingy. Otherwise we are going to end up with hundreds > of these things...!! > yeah, it's really annoying. aleix _

Re: certs not working through Java (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Help understanding

2002-09-12 Thread Chaganti, Krishna (Contr)
Does any one ran Apache with a FIPS(3DES in perticular) complient SSL libs? If so, where can we get these libs (vendor or free versions). Regards Krishna __ OpenSSL Project http://www.openssl.org

Re: someone in the UK phone Andy pls (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: Certificate as license ? (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: certs not working through Java (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

someone in the UK phone Andy pls

2002-09-12 Thread Jose Correia (J)
and tell him to phone someone at his company to disable his auto-response thingy. Otherwise we are going to end up with hundreds of these things...!! Thanks Jose -- --- This e-mail and its attachments may contain informati

Re: Certificate as license ? (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: certs not working through Java (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: Certificate as license ? (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL