Browser not showing personal certificates

2000-05-11 Thread Shridhar Bhat
Hi, I am new to OpenSSL and have been playing with the OpenSSL tool. What I did was created a CA, have a user cert signed by that CA, then converted the user cert to pkcs12 and imported it in netscape 4.7. (IE 5 kept saying invalid certificate, any ideas why??). Then I setup Apache-modSSL and

problems with make

2000-05-11 Thread Florian Munz
Hi some problems with make: making all in crypto... make[1]: Entering directory '/home/lamp/openssl-0.9.5a/crypto' gcc -I. -I../include -DTHREADS -D_REENTRANT -DNO_IDEA -fPIC -DL_ENDIAN -DTER MIO -03 -formit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o cryptlib.o

HP SSL_read problem

2000-05-11 Thread Neil Kessler
I have written a program that needs to run on both Solaris 2.6 adn HP-UX 11.0. Here is what I do: 1. I create the sockets in both the client and server ( using socket() ) 2. I do the accept and connect and then the SSL_connect and SSL_accept between the

What is a PURN

2000-05-11 Thread Lutz, Lisa
Can someone tell me what a PURN is? Thanks Lisa __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager

Re: problems with make

2000-05-11 Thread Vadim Fedukovich
On Thu, May 11, 2000 at 10:45:45AM +0200, Florian Munz wrote: Hi some problems with make: ... /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory install glibc-development.rpm --vf __ OpenSSL Project

Re: Browser not showing personal certificates

2000-05-11 Thread Dr Stephen Henson
Shridhar Bhat wrote: Hi, I am new to OpenSSL and have been playing with the OpenSSL tool. What I did was created a CA, have a user cert signed by that CA, then converted the user cert to pkcs12 and imported it in netscape 4.7. (IE 5 kept saying invalid certificate, any ideas why??).

Re: How server selects the ciphers

2000-05-11 Thread Dr Stephen Henson
amit nigam wrote: Hi, Actually, I want client and server to use to DH_BF_MD5, but I am unable to proceed. Please shred some light on this There are only a fixed set of cipher/digest/public key encryption algorithms you can use as defined in the specifications. DH_BF_MD5 isn't specified.

SunOS 5.5.1 + openssl 0.9.5a -- .so == udivdi3 not found?

2000-05-11 Thread Ken Mayer
I'm trying to get openssl to link into a shared object library but when starting up the program that uses the .so, I get the following error: Warning: could not load /home/kmayer/as3/bin/nsopenssl.so: ld.so.1: bin/nsd: fatal: relocation error: file /home/kmayer/as3/bin/nsopenssl.so: symbol

sk_free

2000-05-11 Thread Bencsath Boldizsar
Hi! I tried to patch Freeswan , a free IPSEC application under linux to use openssl's crypto functions (currently idea and blowfish). Freeswan has parts in kernel too. Because of linking openssl, there is a crash in sk_free, cause it is also defined in the kernel source code. I renamed all

Re: How server selects the ciphers

2000-05-11 Thread amit nigam
Thanx Henson, I have to develop secure socket communication for our application. We have decided to use SSL as an intreface for secore communication. We have to write some wrapper functions to use SSL for general client and server communication. But as I was going thru the SSL from last couple of

Re: How server selects the ciphers

2000-05-11 Thread Dr Stephen Henson
amit nigam wrote: Thanx Henson, I have to develop secure socket communication for our application. We have decided to use SSL as an intreface for secore communication. We have to write some wrapper functions to use SSL for general client and server communication. But as I was going thru

ECC in OpenSSL

2000-05-11 Thread Lucas C. Ferreira
Hello, is there any plan/project to include elliptic curve cryptosystems in OpenSSL? We work with this kind of crytosystem and would like to participate in such a project. Please send answers to my personal email also. Lucas C. Ferreira PhD Student Cryptography Group Unicamp

Re: ECC in OpenSSL

2000-05-11 Thread Dr Stephen Henson
Lucas C. Ferreira wrote: Hello, is there any plan/project to include elliptic curve cryptosystems in OpenSSL? We work with this kind of crytosystem and would like to participate in such a project. Please send answers to my personal email also. AFAIK there isn't a project as yet