* dsigCtx->status can be at the wrong offset. So
* dump the value of status, which should be either
* 1 (xmlSecDSigStatusSucceeded) or 2 (xmlSecDSigStatusInvalid).
- * If its something else, that's a sign there's a
- * build issue and XMLSEC_NO_SIZE_T may be set at one layer but
- * not the other.
+ * If its something else, that could be a sign that there's a build issue
+ * and that libxmlsec1 is using a different size type than its callers.
+ * Please see xmlSecSize changelog in
+ * https://www.aleksey.com/xmlsec/news.html
*
*/
if (dsigCtx->status != xmlSecDSigStatusSucceeded) {
* - SAML verification failed to init (xmlsec1 build issues)
* - token fails to validate
* - this test was run after 12/18/3015
- * - xmlsec1-config lies about how xmlsec1 was built
- * some packages leave out -DXMLSEC_NO_SIZE_T,
- * which can make some data structures a different size
- * than in the library
+ * - libxmlsec1 may have been built using a different size type than
+ * its callers, which can make some data structures a different size
+ * than in the library. See xmlSecSize changelog in
+ * https://www.aleksey.com/xmlsec/news.html