All the information is in the xmlDSigCtx: http://www.aleksey.com/xmlsec/api/xmlsec-xmldsig.html#XMLSECDSIGCTX You need to look at the xmlSecKeyData object attached to the signKey. If you are using xmlsec command line utility, try "--print-debug" option. It prints out a lot of stuff :) Aleksey