Problem running Tomcat SSL with my CA-generated certificate

2003-03-13 Thread Mark Liu
I am sorry if I should not have posted this message in this list. But I've been trying in both tomcat-user and tomcat-dev, nobody has a clue. Therefore, I wanna try my luck here. I use Tomcat 4.1.12 under Windows 2000. I know how to run Tomcat in SSL mode by generating a self-signed cert using

Re: introduction

2003-03-13 Thread Paul L. Allen
Mozilla can use SSL for NNTP, POP, and SMTP connections, so its source code will have client code for each of those service types. Mozilla knows how to provide client certs if the server requests them, but it's up to the server to do that. I've coded servers that require client certs, but I don't

Re: openssl configuration for IA5String: domainComponent

2003-03-13 Thread Dr. Stephen Henson
On Thu, Feb 27, 2003, Dhiva Muruganantham wrote: > I want have a certificate request with subject DN as > "CN=www.zty.net,OU=hosts,DC=sample,DC=org". > and also i want the DC component value as a IA5String. > By default the asn1parse shows me that the DC component values are > PRINTABLE. > > Is

Re: Problem changing key/iv on a CIPHER bio

2003-03-13 Thread Dr. Stephen Henson
On Thu, Mar 13, 2003, Brian Hatch wrote: > > > I want to be able to change the key and iv on a connection > that is already established. Currently I just have a simple > socket BIO and cipher BIO chained together. (Cipher is > EVP_bf_cbc() currently.) > > The connection should look like this:

Problem changing key/iv on a CIPHER bio

2003-03-13 Thread Brian Hatch
I want to be able to change the key and iv on a connection that is already established. Currently I just have a simple socket BIO and cipher BIO chained together. (Cipher is EVP_bf_cbc() currently.) The connection should look like this: 1) client connects to server 2) set both

Re: ftp implicit ssl connection

2003-03-13 Thread Jeffrey Altman
It is very unclear to me what type of help you are looking for. There are many SSL/TLS FTP client and server implementations available as open source in addition to the specifications for the protocol which are available as an Internet-Draft. What do you need? gomess wrote: Nobod

RE: Cert usage

2003-03-13 Thread Aslam
If u don't want to use any certs on both side then u have to chose annonymous cipher suites, the ones having ADH- in them, like ADH-DES-CBC-SHA. But still u need to have DH key on server and turn off the client athentication on server side. Aslam -Original Message- From: Emil Kopysc [ma

RE: Malloc failure error with OpenSSL

2003-03-13 Thread Greaney, Kevin
Title: Message Hi Kal,     What version of OpenSSL are you using?  What platform are you seeing this  error on - Unix, VMS, Windows?  And, it might help to know how you built it?!?   Thanks, Kevin. Kevin Greaney  SSL for OpenVMS Team Hewlett Packard Company OpenVMS

DES/CBC question

2003-03-13 Thread Ken Ho
Hi,   I am developing a cipher encryption tool in c++ using your openssl-crypto library.   The result encrypted string is passed to another system for decryption and vice versa, in which the cipher encryption tool was developed in Java, cipher algorithm is DES, mode is CBC, PKCS 5 padding.  

a problem in installtion

2003-03-13 Thread Rohana Dasanayaka
Dear Sir, When I am running ./config, it says you want perl 5. My perl directory is "/usr/bin/perl5.6.0,". Could you please inform me that where I should edit or how can I fix it. Thanks Rohana. __ OpenSSL Project

Instalation

2003-03-13 Thread Rene Ponton F.
Sirs I´ve installed apache-1.3.27-sol7-sparc-local with openssl-0.9.6g-sol7- sparc-local but I think I have some problem with ssl because when I try to start up apache I obtain this error: ld.so.1: /usr/local/apache/bin/httpd: fatal: libexpat.so.0: open failed: No such file or directory Killed ./

RE: Supported OS Versions...

2003-03-13 Thread Jones, Steven
I assume any OS that has a compiler, which should be all. Steven -Original Message- From: Clifford Grimm [mailto:[EMAIL PROTECTED] Sent: Friday, 28 February 2003 4:00 To: [EMAIL PROTECTED] Subject: Supported OS Versions... Where can a find a list of the OS Versions that are supported f