SignDoc SDK (C)  5.0.1.29
Migrating to SignDoc SDK 5.0.1.24

SIGNDOC_SignatureParameters_setBlob() and SIGNDOC_VerificationParameters_setBlob() now decode PEM for all certificate parameters rather than leaving that to the function using the parameters.

SIGNDOC_MatchResult_getDStatMatchQuality(), SIGNDOC_MatchResult_getDStatResult(), SIGNDOC_MatchResult_getDynamicMatchQuality(), SIGNDOC_MatchResult_getDynamicResult(), SIGNDOC_MatchResult_getStaticMatchQuality(), SIGNDOC_MatchResult_getStaticResult(), and SIGNDOC_MatchResult_getResult() now report an error (instead of returning a negative value or false) if the requested value has not been not computed. Comparing identical images with the static engine now results in an error. This behavior can be disabled by setting boolean parameter "AcceptSimilarImages" of SIGNDOC_MatchParameters.