Re: Implement openssl.exe as dll

2004-12-18 Thread Ng Pheng Siong
On Sun, Dec 19, 2004 at 01:00:04AM +0200, Andrus Moor wrote: > How to avoid this ? The generated makefile builds .lib, .dll and an openssl.exe. Just edit the Makefile and add another target "opensslw.exe", which is identical to openssl.exe except it is a GUI application, not a console application.

Re: CERTIFICATE WILL NOT BE CERTIFIED ... why?

2004-12-18 Thread Mike_SSL
Dr. Stephen Henson wrote: After entering the command and pressing ENTER, OpenSSL queries for and accepts my passphrase properly. But the "Sign the certificate" query doesn't wait for input. What version of Windows is that? There was an old console bug which messed up some of the command promptin

Re: CERTIFICATE WILL NOT BE CERTIFIED ... why?

2004-12-18 Thread Dr. Stephen Henson
On Sat, Dec 18, 2004, Mike_SSL wrote: > Dr. Stephen Henson wrote: > >>Certificate is to be certified until Dec 18 21:50:50 2005 GMT (365 days) > >>Sign the certificate? [y/n]: > >>CERTIFICATE WILL NOT BE CERTIFIED > >> > >>How can I diagnose and correct this problem? > > >Well it normally does th

Re: CERTIFICATE WILL NOT BE CERTIFIED ... why?

2004-12-18 Thread Mike_SSL
Dr. Stephen Henson wrote: Certificate is to be certified until Dec 18 21:50:50 2005 GMT (365 days) Sign the certificate? [y/n]: CERTIFICATE WILL NOT BE CERTIFIED How can I diagnose and correct this problem? Well it normally does that if you hit 'n' to that query. Are you running the command intera

Implement openssl.exe as dll

2004-12-18 Thread Andrus Moor
I'm running openssl.exe from my GUI application nad passing a parameters to in in command line. This causes a flashing DOS window to appear and I cannot get back error messages. How to avoid this ? How to to create a dll file (wrapper to main()) which accepts same arguments (argv array) as openssl.

Re: CERTIFICATE WILL NOT BE CERTIFIED ... why?

2004-12-18 Thread Dr. Stephen Henson
On Sat, Dec 18, 2004, Mike_SSL wrote: > I'm trying to create a Server-side certificate. > My o/s is Windows ME. > I'm using OpenSSL 0.9.7e (25 Oct 2004). > > The step-by-step guide I'm using is at : > http://www.eclectica.ca/howto/ssl-cert-howto.php > > > So far, I have: > > 1. Successfully c

CERTIFICATE WILL NOT BE CERTIFIED ... why?

2004-12-18 Thread Mike_SSL
I'm trying to create a Server-side certificate. My o/s is Windows ME. I'm using OpenSSL 0.9.7e (25 Oct 2004). The step-by-step guide I'm using is at : http://www.eclectica.ca/howto/ssl-cert-howto.php So far, I have: 1. Successfully created and self-signed a CA certificate (this created cacert.pe

SSL for php without HTTPS

2004-12-18 Thread Colin
Hi, Iam trying to get php to use ssl for sessions but i dont want to use HTTPS how can this be dont without using HTTPS. Will the browser understand an ssl request/connection if https is not used? __ OpenSSL Project

Re: OpenSSL 0.9.8 pre-release

2004-12-18 Thread The Doctor
On Sat, Dec 18, 2004 at 12:11:14PM -0700, The Doctor wrote: > On Sat, Dec 18, 2004 at 07:09:29PM +0100, Andy Polyakov wrote: > > >Configuring for bsdi-elf-gcc > > >... > > >asm/s512sse2-elf.s: Assembler messages: > > >asm/s512sse2-elf.s:26: Error: no such 386 instruction: `movdqu > > >(%edx),%xmm0

Re: OpenSSL 0.9.8 pre-release

2004-12-18 Thread The Doctor
On Sat, Dec 18, 2004 at 07:09:29PM +0100, Andy Polyakov wrote: > >Configuring for bsdi-elf-gcc > >... > >asm/s512sse2-elf.s: Assembler messages: > >asm/s512sse2-elf.s:26: Error: no such 386 instruction: `movdqu > >(%edx),%xmm0' > > You need up-to-date assembler to compile SSE2-enabled modules ava

Re: OpenSSL 0.9.8 pre-release

2004-12-18 Thread Andy Polyakov
Configuring for bsdi-elf-gcc ... asm/s512sse2-elf.s: Assembler messages: asm/s512sse2-elf.s:26: Error: no such 386 instruction: `movdqu (%edx),%xmm0' You need up-to-date assembler to compile SSE2-enabled modules available in 0.9.8. I know nothing about bsdi, but it seems to be common that bare-bo

Re: OpenSSL 0.9.8 pre-release

2004-12-18 Thread Richard Levitte - VMS Whacker
Hi Thomas, In message <[EMAIL PROTECTED]> on Sat, 18 Dec 2004 10:35:39 -0500, "Thomas J. Hruska" <[EMAIL PROTECTED]> said: shinelight> Richard: Is 0.9.8 the next actual release or are there shinelight> more additions to the 0.9.7 series before 0.9.8? It would shinelight> be helpful to know the

Re: Openssl in java

2004-12-18 Thread Kabher Khan
Hi Suresh ,   Yes you can use open ssl to encrypt the data and decrypt the same using java (any JCE implementaions) .Provided you have to use same algorthim with correct pading and initialisation vectors .   cheers   Kabheer     [EMAIL PROTECTED] wrote: Hi,Thanks for your reply.can i use openssl to

Re: OpenSSL 0.9.8 pre-release

2004-12-18 Thread Thomas J. Hruska
At 07:17 AM 12/18/2004 -0700, The Doctor writeth: >Error compiling programme: Richard: Is 0.9.8 the next actual release or are there more additions to the 0.9.7 series before 0.9.8? It would be helpful to know the rough timeframe for 0.9.8 as I think it will involve a bit more work on the Win32

OpenSSL 0.9.8 pre-release

2004-12-18 Thread The Doctor
Error compiling programme: Script started on Sat Dec 18 06:44:16 2004 gallifrey.nk.ca//usr/source/openssl-SNAP-20041218$ !./    gallifrey.nk.ca//usr/source/openssl-SNAP-20041218$ configure         Configure --help Usage: Configure [no- ...] [-Dxxx] [-lxxx] [-Lxxx

Re: One certificate for multiple virtual hosts?

2004-12-18 Thread Dr. Stephen Henson
On Sat, Dec 18, 2004, Torsten Foertsch wrote: > Hi, > > I have learned a certificate can contain the CN "*.tld.org" and be valid for > www.tld.org and for xyz.tld.org. I have also heard there is an additional > attribute that can be included in a certificate and name multiple other names > the

One certificate for multiple virtual hosts?

2004-12-18 Thread Torsten Foertsch
Hi, I have learned a certificate can contain the CN "*.tld.org" and be valid for www.tld.org and for xyz.tld.org. I have also heard there is an additional attribute that can be included in a certificate and name multiple other names the certificate is valid for, something like "altSubjectName".