Re: Question about cryptographic method

2000-12-13 Thread Goetz Babin-Ebell
Jan Mikosiñski wrote: Hello Jan, > I create a system which uses openssl and GemPlus card - GemSafe > I try create sign with thic card ( I'm using GemPlus pk2priv.dll whith > PKCS#11 interface implemented) and verify it with OpenSSL . > To create sign I use CKM_RSA_PKCS ( PKCS#11) algoritm

Re: Question about cryptographic method

2000-12-13 Thread Richard Levitte - VMS Whacker
From: "Jan Mikosi‚ñski" <[EMAIL PROTECTED]> MikosinskiJ> To create sign I use CKM_RSA_PKCS ( PKCS#11) algoritm. To decrypt sign with MikosinskiJ> OpenSSL I use RSA_NO_PADDING algoritm definied in rsa.h. MikosinskiJ> Decrypted value isn't identical with value whitch was encrypted. From Mik

Question about cryptographic method

2000-12-13 Thread Jan Mikosiński
I create a system which uses openssl and GemPlus card - GemSafe I try create sign with thic card ( I'm using GemPlus pk2priv.dll whith PKCS#11 interface implemented) and verify it with OpenSSL . To create sign I use CKM_RSA_PKCS ( PKCS#11) algoritm. To decrypt sign with OpenSSL I use