OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

pkcs11-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Errors in pkcs11t.h?


To whom it may concern,

In pkcs11t.h, the two typedef line for CK_GCM_MESSAGE_PARAMS_PTR and CK_CCM_MESSAGE_PARAMS_PTR look inconsistent to what the spec states.

For example, instead of

typedef CK_GCM_MESSAGE_PARAMS CK_GCM_MESSAGE_PARAMS_PTR;

it should be (as below)

typedef CK_GCM_MESSAGE_PARAMS CK_PTR CK_GCM_MESSAGE_PARAMS_PTR;

Same goes for CK_CCM_MESSAGE_PARAMS_PTR

Could you please confirm?

Thanks,
Valerie


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]