Common Data Security Architecture (CDSA) White Paper
How to Create a CDSA Add-In Module for HP-UX
VerifiedCSSMModulePtr = NULL;
return CSSM_FAIL;
}
.
.
.
Completing the Development of a CSP that Performs Integrity Checking
1.Test your
2.Once you are confident the
+e AddInAuthenticate +e ISL_RetrieveSelfCheckCredentials \
+e ISL_RetrieveSelfCheckSectionName +e ISL_RetrieveSelfCheckKey \ +e ISL_RetrieveRootIssuerKey +e ISL_RetrieveRootIssuerName
or specify the following for CL/TP/DL add-ins:
+e AddInAuthenticate
That is, you want all symbols hidden belonging to the
ISL_RetrieveSelfCheckCredentials, ISL_RetrieveSelfCheckSectionName, ISL_RetrieveSelfCheckKey, ISL_RetrieveRootIssuerKey, and ISL_RetrieveRootIssuerName functions for CSP
3.Produce a credential file for this shared library. To do this, you must use the HP signing tool, signdll.
Currently HP is unable to release this code to
HP requires that the shared library
lib<some_csp_name>.1
4. Once you have the credential for the new
Chapter 1 | 63 |