RE: Has anybody built and used OpenSSL on IBM zLinux?

2005-09-30 Thread Fan, Zhenqiang
know, we can stay on-list. Dave McLellan --Consulting Software Engineer - SPEA Engineering EMC Corporation 228 South St. Mail Stop: 228 LL/AA-24 Hopkinton, MA 01748  USA +1-508-249-1257 F: +1-508-497-8030  [EMAIL PROTECTED]   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beha

RE: Has anybody built and used OpenSSL on IBM zLinux?

2005-09-30 Thread Fan, Zhenqiang
and used OpenSSL on IBM zLinux? Hi, didn't used it yet, but OpenSSL seems to work. Why do want to build it yourself, usally openssl is part of a distribution?! I looked at one of our zLinux installations - there is an OpenSSL 0.9.6g (not the freshest, is it ;-)) Sebastian Fan, Zhen

RE: Using Java to communicate to C++ program in SSL

2005-09-29 Thread Fan, Zhenqiang
Title: RE: Using Java to communicate to C++ program in SSL Hi, I don't know how to address you but want to thank you for your reply. Could you point me to documentations that talk about keystore handling between JSSE client and OpenSSL server? I have a simple C++ server program (using OpenSSL)

Has anybody built and used OpenSSL on IBM zLinux?

2005-09-29 Thread Fan, Zhenqiang
Title: Using Java to communicate to C++ program in SSL Hi, Has anybody built and used OpenSSL on IBM zLinux? Thanks, Zhenqiang Fan   -Original Message- From: Fan, Zhenqiang [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 9:01 AM To: 'openssl-users@openssl.or

Using Java to communicate to C++ program in SSL

2005-09-29 Thread Fan, Zhenqiang
Title: Using Java to communicate to C++ program in SSL Hi, Has anybody built OpenSSL on IBM zLinux? Thanks, Zgenqiang Fan   -Original Message- From: Fan, Zhenqiang [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 9:01 AM To: 'openssl-users@openssl.org

Using Java to communicate to C++ program in SSL

2005-09-29 Thread Fan, Zhenqiang
Title: Using Java to communicate to C++ program in SSL Hi, Is it possible to use JSSE (Java Secure Socket Extension) to talk to a C++ program using OpenSSL? Can anybody share your experience with me if you have done so? Thanks, Zhenqiang Fan

RE: Using password based encryption.

2005-09-28 Thread Fan, Zhenqiang
, 2005 3:34 PM To: openssl-users@openssl.org Subject: Re: Using password based encryption. On Tue, Sep 27, 2005, Fan, Zhenqiang wrote: > > Hi, > I am writing PKCS #5 v.2 PBE (password based encryption) program, and cannot > make it work. The problem is that EVP_get_cipherbynid() always

Using password based encryption.

2005-09-27 Thread Fan, Zhenqiang
Title: Using password based encryption. Hi, I am writing PKCS #5 v.2 PBE (password based encryption) program, and cannot make it work. The problem is that EVP_get_cipherbynid() always returns nil (see program below). I wonder if there is another way to get an appropriate EVP_CIPHER object tha