Guardtime KSI c SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Deprecated List
Global KSI_BlockSigner_close (KSI_BlockSigner *signer, void *)
Use KSI_BlockSigner_closeAndSign instead.
Global KSI_CTX_getLastFailedSignature (KSI_CTX *ctx, KSI_Signature **lastFailedSignature)
Use KSI_VERIFICATION_POLICY_EMPTY instead.
Global KSI_CTX_setPublicationCertEmail (KSI_CTX *ctx, const char *email)
Use KSI_CTX_setDefaultPubFileCertConstraints with # "1.2.840.113549.1.9.1" instead.
Global KSI_DataHash_clone (KSI_DataHash *from, KSI_DataHash **to)
Use KSI_DataHash_ref instead.
Global KSI_HASHALG_INVALID
Use KSI_isHashAlgorithmSupported instead.
Global KSI_HASHALG_SHA3_244
This is a typo - use KSI_HASHALG_SHA3_224 instead!
Global KSI_PKITruststore_verifySignature (KSI_PKITruststore *pki, const unsigned char *data, size_t data_len, const KSI_PKISignature *signature)
Use KSI_PKITruststore_verifyPKISignature instead.
Global KSI_Signature_appendAggregationChain (KSI_Signature *sig, KSI_AggregationHashChain *aggr)
Use KSI_SignatureBuilder_appendAggregationChain.
Global KSI_Signature_create (KSI_CTX *ctx, KSI_DataHash *hsh, KSI_Signature **signature)
Use KSI_Signature_sign instead.
Global KSI_Signature_createAggregated (KSI_CTX *ctx, KSI_DataHash *rootHash, uint64_t rootLevel, KSI_Signature **signature)
Use KSI_Signature_signAggregated instead.