Re: build a pkcs10 request using private / public key on asmartcard

2002-07-19 Thread Rabellino Sergio
"Hul van den, G (Gerrit)" wrote: > > Hi all, > > I want to build a pkcs10 request using the openssl software, but with the > private/public key on a smartcard. I have a pcks11 library to access the > smartcard. > > If have stripped the req.c source, and now I have to do two things: > - Push the

build a pkcs10 request using private / public key on asmartcard

2002-07-19 Thread Hul van den, G (Gerrit)
Hi all, I want to build a pkcs10 request using the openssl software, but with the private/public key on a smartcard. I have a pcks11 library to access the smartcard. If have stripped the req.c source, and now I have to do two things: - Push the public key into the pkcs10 request structure. - Sig