Re: generate EMV Certificate

2006-05-15 Thread hao chen
By any chance, do you know any sample procedures or references to use those basic hash & RSA to generate EMV certificate? thanks! hao --- Nils Larsch <[EMAIL PROTECTED]> wrote: > hao chen wrote: > > Hi, > > > > I highly appreciate if any one can tell me if > o

generate EMV Certificate

2006-05-15 Thread hao chen
Hi, I highly appreciate if any one can tell me if openssl is able to generate EMV Certificate. If it can, what or where I can have the procedures to do it. thanks hao Best Regard __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam prot

can openssl runs in IBM OS 390

2005-05-10 Thread hao chen
Any one knows if openssl can be compiled & run in IBM OS/390. If not, is there any other cryptographic api that runs in IBM OS/390. thanks hao Best Regard __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusines

openssl verify the digital signature generated by java program

2005-04-26 Thread hao chen
Hi Any one knows how to use openssl to verify the digital signature generated by java program. What I have done are the following: 1. Using openssl generates the private key and certificate. 2. Export the key and certificate into the pkcs12 file. 3. Import the key and certificate into "JKS" key

Re: cygwin

2005-04-21 Thread hao chen
n > installing cygwin). > vijay > > > > > hao chen <[EMAIL PROTECTED]> wrote: > When I use cygwin to run the test of openssl, I got > the following error: > > running bc > bc: not found > cat: tmp.bctest: No such file or directory > bc does not w

Re: cygwin

2005-04-21 Thread hao chen
The GNU numeric processing language (bc) and reverse polish calculator (dc) --- vijay basav <[EMAIL PROTECTED]> wrote: > bc is calculator generally available in linux. u > need to to install this(select bc option when > installing cygwin). > vijay > > > >

what's the default openssl engine

2005-04-20 Thread hao chen
Hi, I always heard that the openssl uses the default openssl engine if the engine is not specified. I would like to know what's the default openssl engine. In another word, how could I tell which is the default openssl engine when I use openssl? thanks hao Best Regard __

cygwin

2005-04-20 Thread hao chen
When I use cygwin to run the test of openssl, I got the following error: running bc bc: not found cat: tmp.bctest: No such file or directory bc does not work properly ('SunOStest' failed). Looking for another bc ... No working bc found. Consider installing GNU bc. 0 tests passed I run the comm

Re: build openssl with debug information available

2005-04-16 Thread hao chen
Hi Tiange, Could you please do me a favour of telling me your project settings to make it work in VC 7? thanks! hao --- Si Tiange <[EMAIL PROTECTED]> wrote: > Hi, I just tested demo\sign\sign.c. It works fine on > my laptop. > > On 4/16/05, hao chen <[EMAIL PROTECTED]&

Re: build openssl with debug information available

2005-04-15 Thread hao chen
; 4. nmake -f ms\ntdll.mak > > p.s. The EVP_SignXXX functions work well. Try check > your own code. > > On 4/15/05, hao chen <[EMAIL PROTECTED]> wrote: > > Hi Friends, > > > > I highly appreciate if someone let me know how to > > build ope

Re: build openssl with debug information available

2005-04-15 Thread hao chen
it did not work. Any help is appreciated. hao --- hao chen <[EMAIL PROTECTED]> wrote: > Hi Friends, > > I highly appreciate if someone let me know how to > build openssl with debug information available such > that I can use it in debug mode. > > Also if any one has s

build openssl with debug information available

2005-04-15 Thread hao chen
Hi Friends, I highly appreciate if someone let me know how to build openssl with debug information available such that I can use it in debug mode. Also if any one has successful experience to run openssl sign.c test program in VC v7 (.Net visual studio), could please post some of the procedures m