views:

252

answers:

2

Are there any available libraries in C language to verify XML signatures ? , I could only find one library for C++ from http://santuario.apache.org/c/index.html.

+1  A: 

Here's one: XML Security Library (xmlsec) is a C library based on LibXML2

RichieHindle
A: 

Besides the Apache XML Security suite, and XMLSec, you might check Microsoft's DCOM-based XML Signature implementation. For the Win7 web services stack, there is certainly also an XML Signature implementation but it seems not to be publicly exposed in the API.

Christian

chgeuer