Re: [opensc-devel] PKCS#15 ObjectValue

2010-12-03 Thread Douglas E. Engert
Andre, Now that I have had a few days to look over your approach, it has some merit. The main issues are: No one appears to have a card that supports EC and PKCS#15. This complicates testing. The Latest official RSA PKCS#15 documents that deals with EC appear to be from 2000, and is very

Re: [opensc-devel] PKCS#15 ObjectValue

2010-12-01 Thread Andre Zepezauer
On Wed, 2010-12-01 at 13:31 -0600, Douglas E. Engert wrote: > > On 12/1/2010 12:31 PM, Andre Zepezauer wrote: > > On Wed, 2010-12-01 at 11:34 -0600, Douglas E. Engert wrote: > >> > >> On 12/1/2010 9:10 AM, Andre Zepezauer wrote: > >>> On Wed, 2010-12-01 at 08:31 -0600, Douglas E. Engert wrote: > >

Re: [opensc-devel] PKCS#15 ObjectValue

2010-12-01 Thread Douglas E. Engert
On 12/1/2010 12:31 PM, Andre Zepezauer wrote: > On Wed, 2010-12-01 at 11:34 -0600, Douglas E. Engert wrote: >> >> On 12/1/2010 9:10 AM, Andre Zepezauer wrote: >>> On Wed, 2010-12-01 at 08:31 -0600, Douglas E. Engert wrote: On 11/30/2010 8:16 PM, Andre Zepezauer wrote: > On Tue, 2010

Re: [opensc-devel] PKCS#15 ObjectValue

2010-12-01 Thread Andre Zepezauer
On Wed, 2010-12-01 at 11:34 -0600, Douglas E. Engert wrote: > > On 12/1/2010 9:10 AM, Andre Zepezauer wrote: > > On Wed, 2010-12-01 at 08:31 -0600, Douglas E. Engert wrote: > >> > >> On 11/30/2010 8:16 PM, Andre Zepezauer wrote: > >>> On Tue, 2010-11-30 at 16:16 -0600, Douglas E. Engert wrote: > >

Re: [opensc-devel] PKCS#15 ObjectValue

2010-12-01 Thread Douglas E. Engert
On 12/1/2010 9:10 AM, Andre Zepezauer wrote: > On Wed, 2010-12-01 at 08:31 -0600, Douglas E. Engert wrote: >> >> On 11/30/2010 8:16 PM, Andre Zepezauer wrote: >>> On Tue, 2010-11-30 at 16:16 -0600, Douglas E. Engert wrote: On 11/30/2010 3:22 PM, Andre Zepezauer wrote: > Hello Dougla

Re: [opensc-devel] PKCS#15 ObjectValue

2010-12-01 Thread Andre Zepezauer
On Wed, 2010-12-01 at 08:31 -0600, Douglas E. Engert wrote: > > On 11/30/2010 8:16 PM, Andre Zepezauer wrote: > > On Tue, 2010-11-30 at 16:16 -0600, Douglas E. Engert wrote: > >> > >> On 11/30/2010 3:22 PM, Andre Zepezauer wrote: > >>> Hello Douglas, > >>> > >>> for problem you tried to solve with

Re: [opensc-devel] PKCS#15 ObjectValue

2010-12-01 Thread Douglas E. Engert
On 11/30/2010 8:16 PM, Andre Zepezauer wrote: > On Tue, 2010-11-30 at 16:16 -0600, Douglas E. Engert wrote: >> >> On 11/30/2010 3:22 PM, Andre Zepezauer wrote: >>> Hello Douglas, >>> >>> for problem you tried to solve with r4901 there is a more general >>> solution. That solution would involve th

Re: [opensc-devel] PKCS#15 ObjectValue

2010-11-30 Thread Andre Zepezauer
On Tue, 2010-11-30 at 16:16 -0600, Douglas E. Engert wrote: > > On 11/30/2010 3:22 PM, Andre Zepezauer wrote: > > Hello Douglas, > > > > for problem you tried to solve with r4901 there is a more general > > solution. That solution would involve the mapping of the ASN1 type > > ObjectValue to the c

Re: [opensc-devel] PKCS#15 ObjectValue

2010-11-30 Thread Douglas E. Engert
On 11/30/2010 3:22 PM, Andre Zepezauer wrote: > Hello Douglas, > > for problem you tried to solve with r4901 there is a more general > solution. That solution would involve the mapping of the ASN1 type > ObjectValue to the corresponding C-structures. > > In the case related to r4901, the hook wou

[opensc-devel] PKCS#15 ObjectValue

2010-11-30 Thread Andre Zepezauer
Hello Douglas, for problem you tried to solve with r4901 there is a more general solution. That solution would involve the mapping of the ASN1 type ObjectValue to the corresponding C-structures. In the case related to r4901, the hook would be sc_pkcs15_pubkey_info_t->path. The underlying ASN1 typ