Winmobile6/WCE500 compilation

2008-06-04 Thread Gunasekaran Ramanujam
have anyboday managed to build openssl static library for wce500/wm6.. the instructions in the source root seems to be for pocketpc 2003 which runs wce300 with eVC kit. i am interested in WCE500/VS2005 devkit. thanks and regards guna

How to create a CRT certificate for client authentication

2008-06-04 Thread staggerwing
Hello, I have installed OpenSSL on Windows and I want to create a CRT certificate for client authentication purposes. I want specific clients to authenticate against a Windows 2003 web server. Windows 2003 CA does not allow me to create a CRT certificate but only CER. The customer is using an

Code Sample for PKCS7_sign

2008-06-04 Thread Ghobadpour, Ali
Hi I need to generate a PKCS#7 header for some data. I have been provided with a X509 Certificate and a key. Is there any sample code (c or c++) for doing this? Regards Ali Ghobadpour Ali Ghobadpour S-A Staff Application SWE Engineer Service Provider Video Technology Group [EMAIL PROTECTED]

Cannot get rid of Openssl

2008-06-04 Thread djet13
Okay so I'm installing WIne and it needs the g version of openssl, well I installed the newer version so I need to get rid of it and then install the g version. Now there are posts on google on how to get rid of it, but I did not install it by rpm or fink (on Mac). I simply installed it from

Re: Cannot get rid of Openssl

2008-06-04 Thread dbcooper
I believe you could create a pre-launch script for your Wine that sets the openssl environment to the g install location (if you altered the default) then launches Wine. If you go mucking with completely replacing OpenSSL on your system (that's bundled) you may run into issues with other things.

Re: OpenSSL HTTPS application and Wireshark v1.0.0 (Win32)

2008-06-04 Thread Matt Tesauro
If you only need to look at the HTTP traffic, I'd suggest you use a local proxy and place it between your client and server. This will establish 2 SSL connections, I between the client and the proxy and a second between the proxy and your server. At the proxy, everything is in the clear. There

Re: OpenSSL HTTPS application and Wireshark v1.0.0 (Win32)

2008-06-04 Thread Joe Flowers
Thanks for the specific detail and recommendations Matt. Yes, this will help for sure. Thank you! Joe On Wed, Jun 4, 2008 at 9:21 AM, Matt Tesauro [EMAIL PROTECTED] wrote: If you only need to look at the HTTP traffic, I'd suggest you use a local proxy and place it between your client and

Re: OCSP Resources

2008-06-04 Thread Bruce Keats
The code was release in 2006. Does anyone know if a newer version will be released soon? Bruce On Tue, Jun 3, 2008 at 7:00 PM, [EMAIL PROTECTED] wrote: No docs, but there is working code here: https://www.openca.org/projects/ocspd/ Best, Max Quoting Brian Smith [EMAIL PROTECTED]:

help to generate valid certificates

2008-06-04 Thread naveen.bn
Hi all, I have a problem in retaining the X509 extension in the end certificate which will be submitted to kdc. i generate the certificate using the openssl tool this what it looks like . openssl req -new -newkey rsa:1024 -nodes -config openssl.cnf -out ca.csr -keyout ca.key optput is the

Re: How to create a CRT certificate for client authentication

2008-06-04 Thread Patrick Patterson
Hi there; On June 3, 2008 11:37:19 am staggerwing wrote: Hello, I have installed OpenSSL on Windows and I want to create a CRT certificate for client authentication purposes. I want specific clients to authenticate against a Windows 2003 web server. Windows 2003 CA does not allow me to

ftps client returns username password incorrect -- I know its right

2008-06-04 Thread arguellodw
Hello all, Using cute ftp, I'm connecting with an explicit ssl connection to a solaris 9 ftp server. It returns a message that my username and password are incorrect, but I know for certain that it is right. If I connect without using encryption, I can connect just fine. I suppose that ssl

Re: ftps client returns username password incorrect -- I know its right

2008-06-04 Thread Kyle Hamilton
This isn't an openssl query. The appropriate mechanism is to figure out what server software the server is running, and query there. -Kyle H On Wed, Jun 4, 2008 at 10:23 AM, arguellodw [EMAIL PROTECTED] wrote: Hello all, Using cute ftp, I'm connecting with an explicit ssl connection to a

RE: openssl-fips-1.1.2 make install fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-06-04 Thread Welling, Conrad Gerhart
It appears that I'm close to building a FIPS-capable openssl-0.9.7m on HP-UX 11iv1 (B.11.11) using 1. HP pre-built openssl-fips-1.1.2 2. HP openssl-0.9.7m source from OpenSSL_A.00.09.07m.020_HP-UX_B.11.11_32_64.depot. However, I do not yet know how to interpret the following