miekg / pkcs11

pkcs11 wrapper for Go
BSD 3-Clause "New" or "Revised" License
375 stars 133 forks source link

Also allow CK_ constants #150

Closed miekg closed 2 years ago

miekg commented 2 years ago

Amend constgenerate.go to not skip CK* constants and have them in zconst.go as well.

Special case (~0) for CK_UNAVAILABLE_INFORMATION.

Fixes #149

Signed-off-by: Miek Gieben miek@miek.nl