Hi,

I've got a PK11_Derive() call failing (presumably something silly on
my part), but frustratingly, PORT_GetError() just returns 0.

It seems that all variants of PK11_Derive() don't call:

    PORT_SetError(PK11_MapError(crv));

with the error status from ->C_DeriveKey().  Should they?  Or is there
some other way (short of debugging) to get at least a hint has to my
error.

Andrew
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to