Re: Private key in exernal hardware (engine) ?

2001-12-13 Thread Alexander Kuit
On 13.12.2001 16:45:15 Richard Levitte - VMS Whacker wrote: >What you're talking about below is something different than what I >answered above. Ok, this seems to be going into the wrong direction, but that's probably my own fault. Let me put some things straight. >Ah. Well, the very simple a

Re: Private key in exernal hardware (engine) ?

2001-12-13 Thread Alexander Kuit
On 13.12.2001 10:49:31 Richard Levitte - VMS Whacker wrote: >Assuming you have reached a point where you have a RSA that contains >the public data in a form that OpenSSL understands, and a reference >(completely chosen by you) to the private data on the card in ex_data, >you can now do the follo

Re: Private key in exernal hardware (engine) ?

2001-12-12 Thread Alexander Kuit
On 12.12.2001 11:12:35 Vadim Fedukovich wrote: >On Wed, 12 Dec 2001, Alexander Kuit wrote: > >> >> >> I'm using the engine version to let the client do rsa private encryption >> >> by a smartcard. This means of course that the private key is hidd

Re: RSA Keys

2001-12-03 Thread Alexander Kuit
On 03.12.2001 11:39:54 owner-openssl-users wrote: >Hi > >Sorry for the resend. >This is a resend with the complete encoding type. > > >I am getting a file from a MS machine that contains an exported public >key. This data appears to be binary data. It has been exported with the >flag X509_ASN_EN

Root certificate in code

2001-11-20 Thread Alexander Kuit
Hi, I want to store a CA root cert in source code. I know 'openssl' has an option -C which outputs 3 char arrays. How do I turn this data into an X509 struct? Or is there another way to store certs in the source? Thanks in advance, Alex