Discussion:
PKCS11 CHIL
Kabher Khan
2003-10-14 15:17:44 UTC
Permalink
Hi

All

I am Kabheer.I just started woorking with OpenSSL few days back.i intaleed "openssl-engine-0.9.6k" and builded the samples in VC++ environment.When i am trying to generate keys on my nCipher HSM by running the command

*****************************************************

OpenSSL> genrsa -engine chill
invalid engine "chill"
400:error:2606A074:engine routines:ENGINE_by_id:no such engine:.\crypto\engine\engine_list.c:360:
error in genrsa
OpenSSL> genrsa -engine chil
can't use that engine
400:error:25078066:DSO support routines:WIN32_LOAD:could not load the shared library:.\crypto\dso\ds
o_win32.c:137:
400:error:25072066:DSO support routines:DSO_load:could not load the shared library:.\crypto\dso\dso_
lib.c:230:
400:error:26088068:engine routines:HWCRHK_INIT:DSO failure:.\crypto\engine\hw_ncipher.c:400:
400:error:2607E06D:engine routines:ENGINE_SET_DEFAULT_TYPE:init failed:.\crypto\engine\engine_lib.c:
400:
error in genrsa

*****************************************************************************************

when i run the command

OpenSSL> genrsa -engine pkcs11
invalid engine "pkcs11"
400:error:2606A074:engine routines:ENGINE_by_id:no such engine:.\crypto\engine\engine_list.c:360:
error in genrsa

*********************************************************************************************

Can u guys suggest me how to get out of this error.



Thanks in advance

Best Regards

Kabheer








---------------------------------
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
Richard Levitte - VMS Whacker
2003-10-14 16:00:45 UTC
Permalink
In message <20031014151744.39447.qmail-38TutsxaAEqA/***@public.gmane.org> on Tue, 14 Oct 2003 08:17:44 -0700 (PDT), Kabher Khan <kabherkhan-/***@public.gmane.org> said:

kabherkhan> I am Kabheer.I just started woorking with OpenSSL few
kabherkhan> days back.i intaleed "openssl-engine-0.9.6k" and
kabherkhan> builded the samples in VC++ environment.When i am trying
kabherkhan> to generate keys on my nCipher HSM by running the
kabherkhan> command

OpenSSL ENGINE doesn't currently support key generation. So far, key
generation should be done with the tools that come with your device.

For nCipher, make sure that the keys you produce are of the type
hwcrhk.
--
Richard Levitte \ Tunnlandsvägen 3 \ LeViMS-***@public.gmane.org
***@Stacken \ S-168 36 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis -- poei-***@public.gmane.org
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users-MCmKBN63+***@public.gmane.org
Automated List Manager majordomo-MCmKBN63+***@public.gmane.org
Loading...