x64 build how?

2005-05-26 Thread Majzik Matyas
Hi! How to compile OpenSSL for x64 processors? using the Windows Server 2003 Platform SDK which has 64 bit compiler. I mean AMD 64 and Intel EM64T processors Thanks, Matyas __ OpenSSL Project

Re: Question on ENGINE implementation.

2005-05-26 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Thu, 26 May 2005 11:34:20 +0100, David Woodroffe <[EMAIL PROTECTED]> said: dwoodroffe> I am currently trying to use openSSL with an nCipher HSM dwoodroffe> for signing and verfication. At the moment we are using dwoodroffe> the with-nfast predicate for the applic

Win ce port

2005-05-26 Thread Milan Dimitrijevic
I just sucesfully compiled library for ARM using evc4.0 compiler. Here is what I had to do: 1. in C:\Program Files\Microsoft eMbedded C++ 4.0\EVC\wce420\bin I had to change WCEARMV4.BAT so that set TARGETCPU=ARM instead of ARMV4 2. compiler reported internal error in openssl-0.9.7d\crypto\rc2\

Re: Using OpenSSL to verify a FireFox signed form

2005-05-26 Thread Chris Covell
OK, I have sorted this out ! Thanks for those who have taken the time to look at my problem. The issue in the end was that vi was putting a "\n" at the end of my content file. [EMAIL PROTECTED] sbs]$ cat test_content.txt sign test [EMAIL PROTECTED] sbs]$ hexdump -c test_content.txt 000 s i

Question on ENGINE implementation.

2005-05-26 Thread David Woodroffe
I am currently trying to use openSSL with an nCipher HSM for signing and verfication. At the moment we are using the with-nfast predicate for the application to access the keys and this works fine. However this asks for a passphrase interactively which we do not want rather we would pass it in at s

Re: Doubt regarding EMSA-PKCS1-v1_5

2005-05-26 Thread Suram Chandra Sekhar
Hi, Thank you very much for the response. In one protocol, the signature algorithm is defined to be always SHA1. The encoding to be used is EMSA-PKCS1-v1_5 encoding as defined in PKCS#1 v2.0 document. In my implementation, Iam using RSA_private_encrypt instead of RSA_sign() for signing purpos

Newbie questions

2005-05-26 Thread Rohan Shrivastava
Hello there, I have some queries in SSL, [#]. Do I need to sign the certificate from some CAs, before making use of SSL in local network? [#]. How does the client verify the server's certificate? Any help will be highly appreciated. Thanks -Rohan __

Re: Using OpenSSL to verify a FireFox signed form

2005-05-26 Thread Chris Covell
Hello there, thanks for taking the time to help ! > Have you tried the -binary option too? Yes I have tried using binary... to no avail ! I have now gone back to basics and writen a short web page that just asks for a signature and then writes the signature (with -BEGIN PKCS7- header and

Using new objects store in 0.9.8 for certificates and keys

2005-05-26 Thread Hagai Yaffe
Hello,   I would like to be able to store certificates and keys in a permanent location, and I ubderstand that in openssl 0.9.8 version it is possible with the new objects store. If you have an example of how to work with the objects store with default engine, (suppose I only want to use

issue in creating certificate

2005-05-26 Thread Rakesh Jain
Hi,     I have build the openssl application and required dll on Windows platform.       I want to use TLS for server functionalities. For this I have to create the certificate and key files. I guess, these files can be created using openssl application.      I was able to create key file su

How to verify when server's certificate issued by unknown authority?

2005-05-26 Thread Heikki Toivonen
When my client connects to a server for the first time and the server responds with a certificate that has been issued by an unknown authority, I want to present the server certificate to the user and ask them if they want to trust this certificate. On subsequent connects we should go through just