Re: 0.9.7-dev ncipher bugfixes

2002-01-28 Thread Richard Levitte - VMS Whacker
From: Toomas Kiisk <[EMAIL PROTECTED]> vix> $ nfkminfo -k vix> [vix@eebik vix]$ nfkminfo -k vix> Key summary - 1 keys: vix> AppName embedIdent b6621954138bf0e41553115f2c402ed802c1bdb1 vix> vix> How do I load this key with openssl? Operator card does not vix> have a passphrase.

RE: 0.9.7-dev ncipher bugfixes

2002-01-27 Thread Toomas Kiisk
On Sun, 27 Jan 2002, Andy Schneider wrote: > > openssl loads *embed* keys using the PEM keys. An embed key is encrypted private key >material. The encryption key (simplification) is either on the smartcard (when the >key is card protected) or on the hardware module (for module protected keys).

RE: 0.9.7-dev ncipher bugfixes

2002-01-27 Thread Andy Schneider
vix> By the way, can someone explain me, how should one use those vix> "embed" type keys? I've read all the documentation, searched vix> mailing lists and Internet, experimented quite a lot, but no vix> success. I get some strange error (invalid param or smth) vix> from HWCryptoHook library whe

0.9.7-dev ncipher bugfixes

2002-01-25 Thread Toomas Kiisk
Hi I've made some modifications to 0.9.7-dev, which I think may be of general interest. Patch is attached. Short summary: * Fix a crashbug in hwcrhk_load_privkey() * Fix a crashbug and a logic bug in hwcrhk_load_pubkey() * make openssl rsautl -sign, -verify, -encrypt and -decrypt work with -e