[Muscle] RE: PKCS#11 Windows build - SOME PROGRESS MADE

2006-10-06 Thread Gambin Dejan
Hi, I have done some progress in building and testing the PKCS#11 module under Windows so I would like to share it and ask a few things on which some PKCS#11 developer would maybe know the answer or at least point me to the right direction. So, I have built all the MuscleCard modules, this time

[Muscle] RE: PKCS#11 Windows build

2006-10-04 Thread Gambin Dejan
Hi, This sounds very good so I tried to use it. Here are the steps I have done: 1. I have installed the Sun PKCS#11 provider by adding: -Original Message- From: Karsten Ohme [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 3:29 PM To: Gambin Dejan Subject: Re: PKCS#11

[Muscle] RE: PKCS#11 Windows build

2006-10-04 Thread Gambin Dejan
SORRY FOR THE LAST UNFINISHED MAIL, IT WAS DONE BY ACCIDENT! --- Hi, This sounds very good so I tried to use it. Here are the steps I have done: 1. I have installed the Sun PKCS#11

[Muscle] RE: PKCS#11 Windows build - NEWS

2006-10-04 Thread Gambin Dejan
Hi, After a little experimenting I have run the keytool like: keytool.exe -keystore NONE -storetype PKCS11 -genkey -dname CN=dg,OU=LS,O=GP,C=HR -alias dgambin -keyalg RSA -validity 365 -keysize 1024 ...and it was successful (no error messages) But trying to list the keystore I got: Keystore

[Muscle] RE: PKCS#11 Windows build

2006-10-03 Thread Gambin Dejan
Thanks Karsten, I have finally built the stable PKCS#11 dll using your development environment. A few things had to be changed but it succeeded. I had to make musclecard.dll also but still opensc pkcs11-tool doesn't work with this. I suppose I have to make the stable MuscleCard Plugin also so

[Muscle] Re: PKCS#11 Windows build

2006-10-02 Thread Karsten Ohme
Dejan Gambin wrote: Karsten, Can you (or maybe someone else) tell me what is the most simple way to build the Muscle stable PKCS#11 module on Windows? I tried to use your developer version .mak file with the stable source code but I didn't have success. Probably many things have to be