Developer's Guide to Oracle® Solaris 11 Security

Exit Print View

Updated: July 2014
 
 

Requirements for Developers of User-Level Consumers

    To develop a user-level consumer, do all of the following:

  • Include <security/cryptoki.h>.

  • Make all calls through the PKCS #11 interfaces only.

  • Link with libpkcs11.so.

  • Libraries should not call the C_Finalize() function.

See Chapter 9, Writing User–Level Cryptographic Applications for more information.