Re: converting raw signature to PKCS#7 format

2000-09-19 Thread Dr S N Henson
Marco Donati wrote: > > > The usual way to do this kind of thing is to write your own RSA_METHOD > > to hand over the signing operation (which will probably be > > RSA_private_encrypt() ) to the smart card, then place the result in an > > EVP_PKEY structure. > > What this ultimately does it calls

RE: converting raw signature to PKCS#7 format

2000-09-19 Thread Marco Donati
> The usual way to do this kind of thing is to write your own RSA_METHOD > to hand over the signing operation (which will probably be > RSA_private_encrypt() ) to the smart card, then place the result in an > EVP_PKEY structure. > What this ultimately does it calls application supplied functions w