- globalScope> Global KSI_BlockSigner_close (KSI_BlockSigner *signer, void *)
- Use KSI_BlockSigner_closeAndSign instead.
- globalScope> Global KSI_CTX_getLastFailedSignature (KSI_CTX *ctx, KSI_Signature **lastFailedSignature)
- Use KSI_VERIFICATION_POLICY_EMPTY instead.
- globalScope> Global KSI_CTX_setPublicationCertEmail (KSI_CTX *ctx, const char *email)
- Use KSI_CTX_setDefaultPubFileCertConstraints with # "1.2.840.113549.1.9.1" instead.
- globalScope> Global KSI_DataHash_clone (KSI_DataHash *from, KSI_DataHash **to)
- Use KSI_DataHash_ref instead.
- globalScope> Global KSI_HASHALG_INVALID
- Use KSI_isHashAlgorithmSupported instead.
- globalScope> Global KSI_HASHALG_SHA3_244
- This is a typo - use KSI_HASHALG_SHA3_224 instead!
- globalScope> Global KSI_PKITruststore_verifySignature (KSI_PKITruststore *pki, const unsigned char *data, size_t data_len, const KSI_PKISignature *signature)
- Use KSI_PKITruststore_verifyPKISignature instead.
- globalScope> Global KSI_Signature_appendAggregationChain (KSI_Signature *sig, KSI_AggregationHashChain *aggr)
- Use KSI_SignatureBuilder_appendAggregationChain.
- globalScope> Global KSI_Signature_create (KSI_CTX *ctx, KSI_DataHash *hsh, KSI_Signature **signature)
- Use KSI_Signature_sign instead.
- globalScope> Global KSI_Signature_createAggregated (KSI_CTX *ctx, KSI_DataHash *rootHash, uint64_t rootLevel, KSI_Signature **signature)
- Use KSI_Signature_signAggregated instead.