How do I sign the result of crypto.generateCRMFRequest() with openssl?

2005-10-20 Thread michael . steller
Hi, I have used the JavaScript function generateCRMFRequest() to generate a certificate request. I've catched the result in a CGI Perl script. Second I've added -BEGIN CERTIFICATE REQUEST- and -END CERTIFICATE REQUEST- and write it down to a file. Next I wish to sign it with

Re: How do I sign the result of crypto.generateCRMFRequest() with openssl?

2005-10-20 Thread Chandrasekar Kannan
[EMAIL PROTECTED] wrote: Hi, I have used the JavaScript function generateCRMFRequest() to generate a certificate request. I've catched the result in a CGI Perl script. Second I've added -BEGIN CERTIFICATE REQUEST- and -END CERTIFICATE REQUEST- and write it down to a file. Next

PKCS#11 modules called by mozilla

2005-10-20 Thread itspki
Hi all: I load my pkcs#11 modules to mozilla explore and it is worked. I log all the calling process, I found when i login my token in the security device manager, the function C_FindObjectsInit called, and the CKA_CLASS is 0xce534353, ulCount is 1. I'm very disbelieve about the CKA_CLASS is

PKCS#11 modules called by mozilla

2005-10-20 Thread itspki
Hi all: I load my pkcs#11 modules to mozilla explore and it is worked. I log all the calling process, I found when i open the security device manager, the function C_FindObjectsInit called, and the CKA_CLASS is 0xce534353, ulCount is 1. I'm very disbelieve about the CKA_CLASS is 0xce534353,

Problems when Mozilla call My PKCS#11 modules

2005-10-20 Thread itspki
Hi all: I load my pkcs#11 modules to mozilla explore and it is worked. I log all the calling process, I found when i open the security device manager, the function C_FindObjectsInit called, and the CKA_CLASS is 0xce534353, ulCount is 1. I'm very disbelieve about the CKA_CLASS is 0xce534353, but

Re: Problems when Mozilla call My PKCS#11 modules

2005-10-20 Thread itspki
itspki wrote: Hi all: I load my pkcs#11 modules to mozilla explore and it is worked. I log all the calling process, I found when i open the security device manager, the function C_FindObjectsInit called, and the CKA_CLASS is 0xce534353, ulCount is 1. I'm very disbelieve about the CKA_CLASS is

Re: PKCS#11 modules called by mozilla

2005-10-20 Thread Wan-Teh Chang
itspki wrote: Hi all: I load my pkcs#11 modules to mozilla explore and it is worked. I log all the calling process, I found when i login my token in the security device manager, the function C_FindObjectsInit called, and the CKA_CLASS is 0xce534353, ulCount is 1. I'm very disbelieve about