Re: sslv3 alert handshake failure :-(

2003-09-29 Thread Jörg Horchler
Hi again, I recompiled openssl, mod_ssl and my Apache again. This time I used 'shared' as flag for OpenSSL 'config'. This was necessary to compile shared libraries (dylib on Mac OS X). I tried to access my server again using SSL. The result is the same. Here is whar ssldump writes: using open

Re: S/MIME v3

2003-09-29 Thread Dr. Stephen Henson
On Mon, Sep 29, 2003, Thomas Monjalon wrote: > Hello, > > What does OpenSSL lacks to be S/MIME v3 compatible ? Quite a lot... It needs a major rewrite, probably a completely new CMS section to handle this anything like properly. I'd really like it to support streaming ASN1 too. Its planned but

S/MIME v3

2003-09-29 Thread Thomas Monjalon
Hello, What does OpenSSL lacks to be S/MIME v3 compatible ? Is PKCS#7 implementation not compatible with S/MIME v3 ? Thanks. __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: Issuer namer?

2003-09-29 Thread Dr. Stephen Henson
On Mon, Sep 29, 2003, [EMAIL PROTECTED] wrote: > Hello! > > How can I print out the issuer name of an encrypted file ? > > The problem : > I have an encrypted file, and also the corresponding original plaintext file. > And I also have say 20 certificates (public keys). > I know that the encrypte

Issuer namer?

2003-09-29 Thread your
Hello! How can I print out the issuer name of an encrypted file ? The problem : I have an encrypted file, and also the corresponding original plaintext file. And I also have say 20 certificates (public keys). I know that the encrypted file was encrypted using ONE of these public keys. Is there a

Re: SSL Warning on Non-Standard Port

2003-09-29 Thread Charles B Cranston
R Ayres wrote: I have 2 certificates: a self signed server certificate and a purchased domain specific certificate. When I connect to the domain with https://mydomain.com it works fine, but if I try to connect to another port (https://mydomain.com:2020), the self signed certificate is the one that

RE: Building problems with Embedded VC++

2003-09-29 Thread Steven Reddie
Title: Message Hi, the pthread.h and unistd.h headers included by your project aren't available under Windows CE.  The unresolved symbols would appear to indicate that you haven't included the built OpenSSL libraries when linking your application.  The WinMainCRTStartup unresolved symbol mea

Building problems with Embedded VC++

2003-09-29 Thread Kambourakis Georgios
Hi, Thanks Steven.   I have installed succesfully OpensSSL 0.7.7b for Win CE and i am trying to build a client app. for pocket PC 2002 (embedded VC++ 3.0) and i get the following errors:   C:\mob\Mob_project\mob_client\common.h(13): Could not find the file pthread.h. C:\mob\openssl-0.9.7b

Custom Fields in x509

2003-09-29 Thread [EMAIL PROTECTED]
Hello, it si possible to save some custom fields in x509 certificate??? thanx, miso __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automat

RE: Password-based encryption with md5 cbc, how

2003-09-29 Thread Lule Chen
Title: RE: Password-based encryption with md5 cbc, how Thanks, Richard. Lule -Original Message- From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]] Sent: September 24, 2003 12:55 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Password-based encryption with md5

Big number problem (demo file - prime.c) in Solaris 8

2003-09-29 Thread Yoo, Sangkeun
Hi all... I had a segment fault error in executing demo file-prime.c (/openssl-0.9.7.b/demos/prime/prime.c) in Solaris 8. Lately, I found out bc was missing before installing openssl. So I installed GNU bc and re-installed openssl with "./Configure solaris64-sparcv9-cc" option. Make test and make

problem with RSA key_agreement

2003-09-29 Thread Ana Isabel Ramirez Saiz
Hi, I try to build a HTTPS client/server with openssl. Right now I have the server and the client certificates based on RSA key pairs, (for authentification..etc) I also have a function where some symmetric keys (blowfish cipher) are created on the server size. Latter, this key and its respect

Send Credit Card Data over HTTPS in Java

2003-09-29 Thread Richard Markham
Hi, I must open a Form to to accept Credit Card Data. I want to do this HTTPS. My Environment APACHE/Tomcat Language Java. 1. Have compiled both openssl and modssl. Configured the the the Conf File. Fllowing the instruction from here http://www.devside.net/web/server/win32/apache-ssl-zlib. OS