Common Data Security Architecture (CDSA) White Paper
How to Create a CDSA Add-In Module for HP-UX
simpler.
For detailed information on coding the initialization program to perform
For more conceptual information about initialization, see “Initializer” on page 50.
3.Register services to CSSM by calling AddInAuthenticate().
Every
•If the
•Build the function table, which contains function pointers that CSSM can invoke. Set unsupported functions to NULL.
•Register the function table to CSSM by invoking a CSSM API CSSM_RegisterServices().
For detailed information about CSP code requirements, see “Validating the CSP Credentials” on page 65 and “HP Signing Policy for CSP
4.Create an install (or uninstall) program to install (uninstall) the
The install program performs two tasks:
•Move the
•Invoke CSSM_ModuleInstall() to create
An
•Remove the
•Invoke CSSM_ModuleUninstall() to remove information files from /var/cdsa/cssm.
Implementing Integrity Checking in Add-In Modules
If you are developing a CSP
Chapter 1 | 55 |