]>
git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/ocspTool/ocspUtils.h
1 #include <CoreFoundation/CoreFoundation.h>
2 #include <Security/cssmtype.h>
3 #include <Security/SecIdentity.h>
7 * Convert a generalized time string, assumed to be in UTC with a 4-digit year,
8 * to a CFAbsoluteTime. Returns NULL_TIME on error.
12 extern CFAbsoluteTime
genTimeToCFAbsTime(
16 CFAbsoluteTime
parseGenTime(
22 * Sign some data with an identity.
27 CSSM_ALGORITHMS algId
, // RSA/SHA1, DSA/SHA1
28 CSSM_DATA
&sig
); // caller must APP_FREE()