Guys, I figured out that Thunderbird didn't like this assignment of
CKA_TOKEN when assigning the values (with the buffers of right sizes
already allocated):
>
> pTemplate[i].pValue = (CK_BBOOL *)TRUE;
>
> (but it compiled fine). I changed it to
>
> *((CK_BBOOL *)pTemplate[i].pValue) = TRUE;
Oh, yes
Dňa 13. 8. 2010 18:35, Robert Relyea wrote / napísal(a):
On 08/13/2010 05:37 AM, Konstantin Andreev wrote:
On 08/13/10 04:44, Robert Relyea wrote:
On Wed, Aug 11, 2010 at 1:18 PM, Matej Kurpel
wrote:
[ ... skip ... ] Later, thunderbird asks for its attributes
CKA_TOKEN and CKA_LABEL but give
On 08/13/2010 05:37 AM, Konstantin Andreev wrote:
> On 08/13/10 04:44, Robert Relyea wrote:
>>> On Wed, Aug 11, 2010 at 1:18 PM, Matej Kurpel
>>> wrote:
>>>
[ ... skip ... ] Later, thunderbird asks for its attributes
CKA_TOKEN and CKA_LABEL but gives zero-sized buffers for both
valu
On 08/13/10 04:44, Robert Relyea wrote:
On Wed, Aug 11, 2010 at 1:18 PM, Matej Kurpel wrote:
[ ... skip ... ] Later, thunderbird asks for its attributes CKA_TOKEN and
CKA_LABEL but gives zero-sized buffers for both values. ... According to the
specification (if I understood correctly), I sho
4 matches
Mail list logo