Hi,
the number of APDUs used by PIV's driver to get the object data can be reduced.
Actually before getting object data, PIV driver tries to get it's size.
For that it reads the first 8 bytes of the object data. Usually card responds
with '61xx' return code,
that's why one (useless) 'GET RESPON
On 4/13/2011 8:20 AM, Viktor TARASOV wrote:
> Hi,
>
> the number of APDUs used by PIV's driver to get the object data can be
> reduced.
>
> Actually before getting object data, PIV driver tries to get it's size.
> For that it reads the first 8 bytes of the object data. Usually card responds
> w
Le 13/04/2011 16:14, Douglas E. Engert a écrit :
On 4/13/2011 8:20 AM, Viktor TARASOV wrote:
Hi,
the number of APDUs used by PIV's driver to get the object data can be reduced.
Actually before getting object data, PIV driver tries to get it's size.
For that it reads the first 8 bytes of the ob
Hello to all,
Simple question:
Is it possible, using openssl, to unwrap a key wraped inside a Smart Card
with C_Wrap function?
Thank you.
__
Felipe Blauth
___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.or
On Wed, 2011-04-13 at 14:44 -0300, Felipe Blauth wrote:
> Hello to all,
>
> Simple question:
> Is it possible, using openssl, to unwrap a key wraped inside a Smart
> Card with C_Wrap function?
Maybe, but the question here is how the key becomes wrapped in the smart
card. OpenSC doesn't support t
Hello,
On Apr 13, 2011, at 20:44 , Felipe Blauth wrote:
> Hello to all,
>
> Simple question:
> Is it possible, using openssl, to unwrap a key wraped inside a Smart Card
> with C_Wrap function?
The format of C_Wrap is described in PKCS#11 specification. Yes, you could use
OpenSSL but note that
On 4/13/2011 2:03 PM, Martin Paljak wrote:
> Hello,
> On Apr 13, 2011, at 20:44 , Felipe Blauth wrote:
>
>> Hello to all,
>>
>> Simple question:
>> Is it possible, using openssl, to unwrap a key wraped inside a Smart Card
>> with C_Wrap function?
Its not that simple.
Is the key to be unwrapped
2011/4/13 Douglas E. Engert
>
>
> On 4/13/2011 2:03 PM, Martin Paljak wrote:
> > Hello,
> > On Apr 13, 2011, at 20:44 , Felipe Blauth wrote:
> >
> >> Hello to all,
> >>
> >> Simple question:
> >> Is it possible, using openssl, to unwrap a key wraped inside a Smart
> Card with C_Wrap function?
>