On 17 February 2017 at 08:52, Kai Engert wrote:
>
> SECKEYECPublicKey had been extended with a new attribute, named "encoding". If
> an application passed type SECKEYECPublicKey to NSS (as part of
> SECKEYPublicKey), the NSS library read the uninitialized attribute. With this
> NSS release SECKEYE
I'm trying to understand why the PK11_Derive call:
CK_OBJECT_HANDLE key_handle = PK11_GetSymKeyHandle(key);
SECItem key_param = {
.data = (unsigned char*)&key_handle,
.len = sizeof(key_handle)
};
CK_ATTRIBUTE_TYPE operation = CKA_DERIVE;
int key_size = 0;
PK
I created https://bugzilla.mozilla.org/show_bug.cgi?id=1342434
On 22 February 2017 at 16:23, Robert Relyea wrote:
> On 02/22/2017 10:44 AM, Andrew Cagney wrote:
>>
>> Hi,
>>
>> I've got a PK11_Derive() call failing (presumably something silly on
>> my part), but frustratingly, PORT_GetError() jus
3 matches
Mail list logo