remove

2001-09-07 Thread Justin Case
remove __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: Encrypt attached Documents using Certificate

2001-09-07 Thread Dr S N Henson
Averroes wrote: Hi All, I got my personal certificate and use it to sign my emails with netscape messenger or Outlook. It works fine (Sign and Encryption). My question is: If I send an email with attached documents, are these attached documents encrypted when they fly? Yes.

Re: Export Control

2001-09-07 Thread Dr S N Henson
michael luch wrote: Hello, I'm using openssl 0.96b (in the EU/ US) and have a question regarding ciphers and current export controls. When I create two peers and establish a connection the cipher seems to be EXP1024-RC4-SHA with the actual strength at 56 bits. This seems to be export

Re: Netscape Extension

2001-09-07 Thread Dr S N Henson
Kiyoshi Watanabe wrote: Dear all, Let me ask that if I omit to specify the nsCertType extension, the certificate can be used for keyEncippherment even I specify the digitalSignature only in keyUsage? Does anyone knows that Netscape recognizes the keyUsage bit and limits the usage of

RE: OpenSSL ported to VxWorks?

2001-09-07 Thread Prashant Kumar
OpenSsl should compile for Vxworks without any problems. Start compiling. If you find any problems please feel free to contact me. I have it ported to Vxworks. Regards, Prashant. -Original Message- From: Stagg, Alex [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 9:52 AM To:

openssl.cnf for windows question

2001-09-07 Thread Dave Pidgeon
I am not clear about setting openssl.cnf file. Running on windows98, I got the openssl,active perl,and gcc files then ran mingw32. In windows my working path is d:\ssl. I have the openssl.cnf file here. I get the following sort of response [error on line 41158377 of opeen.conf] when I try

Re: Wierd behavior with SSL Session cache stats - client side.

2001-09-07 Thread Lutz Jaenicke
On Fri, Sep 07, 2001 at 12:52:55PM -0400, Louis LeBlanc wrote: On 09/07/01 12:03 AM, Lutz Jaenicke sat at the `puter and typed: On Thu, Sep 06, 2001 at 03:16:17PM -0400, Louis LeBlanc wrote: By using SSL_get1_session() the reference count is incremented and therefore the sessions will stay

RE: OpenSSL ported to VxWorks?

2001-09-07 Thread Stagg, Alex
Thanks for your reply. Did you create a customized/modified configure script or did you basically do everything by hand? - Alex -Original Message- From: Prashant Kumar [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 11:21 AM To: [EMAIL PROTECTED] Subject: RE: OpenSSL ported

No Subject

2001-09-07 Thread Mandy . Crutchley
I am trying to compile openssl (openssl-0.9.6b) and openssh (openssh-2.9p2) for AIX 4.3. It would seem that to get openssh to work (with the --with-tcp-wrappers and --with-ssl-dir=PATH ) I am getting the following collect2: Library librsaref not found error: gcc -DMONOLITH -I../include

RE: OpenSSL ported to VxWorks?

2001-09-07 Thread Rahul S
Hi, Great. Well, I started compiling the sources on VxWorks. Most of the files I was able to compile, but I do get fewerrors like: when compliling s23_pkt.o make: *** No rule to make target `sys\param.h', needed by `s23_pkt.o'. Stop. and when compiling ssl_task.o make: *** No rule to make target

not able to pump data using SSL_write

2001-09-07 Thread ganesh kumar godavari
hello, using concurrent process i am trying to send data by calling the function sockWriteSSL(code given below), most of the time i am unable to send as SSL_write return -1. can anyone tell me how i can pump more data using SSL_write?. any pointers would be of great help as i am new to

[To Steven Reddie] Is there a windoes CE version of the OpenSSL libraries?

2001-09-07 Thread kim ki uk
Hello. I need the windows CE version of libraries. So I rquest the libraries to Steven Reddie. But Maybe he is out of town. I need the library urgently. Please, If you would have the windoes CE version of the OPenssl libraries, send me. Thank you. --- This e-mail was sent by

host/ssl

2001-09-07 Thread Webdeva
Hello! To be honest I know little to nothing about working with SSL. I am trying to learn so please be patient with me (if you can suggest any good reading material I would greatly appreciate it). I have been reading some of the info provided at the openssl website. Be since I am a newbie

Re: Wierd behavior with SSL Session cache stats - client side.

2001-09-07 Thread Louis LeBlanc
On 09/07/01 08:59 PM, Lutz Jaenicke sat at the `puter and typed: I'll be very careful with my answer, as I don't program with threads myself. SSL_get1_session() will increment the reference counter, so that when the session would be removed otherwise, it will stay available. If you call