How to use CKO_VENDOR_DEFINED in pkcs#11

后端 未结 2 358
情歌与酒
情歌与酒 2021-01-16 06:24

Has anyone used CKO_VENDOR_DEFINED to create a key or a data object?

There is hardly any documentation (including the mother load from Oasis) about how to do it, or

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-16 06:30

    You can take a look at OpenPGP extension to PKCS #11 where CKC_OPENPGP is defined as:

    #define CKC_OPENPGP  (CKC_VENDOR_DEFINED|0x00504750)
    

    I've seen also commercial implementations introducing CK*_VENDOR_DEFINED extensions this way.

提交回复
热议问题