RE: Win CE 3.0 with OpenSSL

2003-11-26 Thread Steven Reddie
Title: Message The code listed in the error below shouldn't be compiled for WINCE due to the #ifdef at the top of that module.  What has most likely happened is that OPENSSL_SYS_WINCE is not being defined.  I haven't tried building OpenSSL on WINCE since 0.9.7 or 0.9.7a but it doesn't look l

RE: Win CE 3.0 with OpenSSL

2003-11-26 Thread Mahabhashyam Anupama
Thanks for the quick reply. I did run that bat file and also tried setting the path in environment variables from control panel settings. However, setting at command prompt seemed to do the trick. Well, its never easy for novices like me...now I have a new error:     clarm.exe /Fotmp32_ARM\dso

RE: Win CE 3.0 with OpenSSL

2003-11-26 Thread Steven Reddie
Title: Message The first instruction listed in OpenSSL's INSTALL.WCE file, executing eVC's WCEARM.BAT file (or similar), should result in setting the INCLUDE environment variable.  Have you run that command?  If so, can you open a fresh command prompt window, execute the following commands,

RE: Win CE 3.0 with OpenSSL

2003-11-26 Thread Mahabhashyam Anupama
Hi Steven, Yes, the windows.h file is in the C:\Windows CE Tools\wce300\Pocket PC 2002\include folder.  I tried running agin and this time I got the following error message. Can you please let me know where/how I have to set the include environment variable. Currently, I did not find any PPC relat

Re: Implementing a connection server with BIOs

2003-11-26 Thread Dr. Stephen Henson
On Wed, Nov 26, 2003, Daniel Monteiro Ferreira wrote: > Hello! > > I'm trying to implement a connection server like the scheme below: > > An accept bio listens to requests on port PORT1; On a request, the accept > bio redirects the socket to PORT* and uses the socket bio (with BIO_pop()) > to re

Client reading web-form output occasionally gets "bad asn1 object header"

2003-11-26 Thread KOverton
Client: OpenSSL 0.9.6k Server: Microsoft IIS 5.0 My client is apparently succesfully submitting to an SSL server via POST method, but after reading almost all of the output just fine I'm getting the following error from SSL_read() (which is also returns 0): "error:0005:lib(0):func(0):bad asn

Implementing a connection server with BIOs

2003-11-26 Thread Daniel Monteiro Ferreira
Hello! I'm trying to implement a connection server like the scheme below: An accept bio listens to requests on port PORT1; On a request, the accept bio redirects the socket to PORT* and uses the socket bio (with BIO_pop()) to read from and write to the socket, so that PORT1 is reserved to the a

RE: Installing the cert

2003-11-26 Thread Faulk, Brian , , WHS/PSD
Thanks for your response, I figured it out. -Original Message- From: Charles B Cranston [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 11:15 AM To: [EMAIL PROTECTED] Subject: Re: Installing the cert Well, it might be easier to answer this question if we knew what you were

Re: Installing the cert

2003-11-26 Thread Charles B Cranston
Well, it might be easier to answer this question if we knew what you were trying to install the certificate into. For the Apache server the certificate and private key are placed into filesystem files which are then named in the configuration files. The installation instructions vary for other pr

Installing the cert

2003-11-26 Thread Faulk, Brian , , WHS/PSD
Title: Message Can anyone tell me once you receive the cert back how do you install it? I am using openssl version 0.9.7c on an HP-UX system. Sorry but I am new to using openssl and I can't seem to get the cert installed. Any and all help is appreciated.   Thanks,   Brian D. Faulk Unix Syste

Re: Problems using a self-signed certificate

2003-11-26 Thread Anthony Neal
That did it, works now. I should have noticed that. Thanks a lot! -Anthony "Dr. Stephen Henson" wrote: > On Wed, Nov 26, 2003, Anthony Neal wrote: > > > Hello, > > > > Recently our requirements have changed from using an in-house > > experimental CA to using a single self-signed certificate.

Re: Problems using a self-signed certificate

2003-11-26 Thread Dr. Stephen Henson
On Wed, Nov 26, 2003, Anthony Neal wrote: > Hello, > > Recently our requirements have changed from using an in-house > experimental CA to using a single self-signed certificate. I have used > the command: > > openssl req -config config.cnf -x509 -newkey rsa -out servercert.pem > -outform PEM -k

Problems using a self-signed certificate

2003-11-26 Thread Anthony Neal
Hello, Recently our requirements have changed from using an in-house experimental CA to using a single self-signed certificate. I have used the command: openssl req -config config.cnf -x509 -newkey rsa -out servercert.pem -outform PEM -keyout serverkey.pem -nodes to generate said certificate.

Printing ssl handshake messages...

2003-11-26 Thread Sriram R
hi all,  Is it possible to print the ssl handshake and keys exchanged on the openssl side?..If so how?   thanks, -Sriram Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard

RE: Win CE 3.0 with OpenSSL

2003-11-26 Thread Steven Reddie
There should be a windows.h in your PPC SDK include directory. Has the INCLUDE environment variable been set properly? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mahabhashyam Anupama Sent: Wednesday, 26 November 2003 6:11 PM To: [EMAIL PROTECTED] Sub

Re: Win CE 3.0 with OpenSSL

2003-11-26 Thread Mahabhashyam Anupama
New problem I followed the instructions in install.wce and ms/do_ms went well. However, in the next step when I tried nmake -f ms\ce.mak , it completed a whole bunch of activities before giving the following error message. Any suggestions??? clarm.exe /Fotmp