xmlsec
XMLSec: What's wrong with the signature? ("Reference for URI has no XMLSignatureInput")
I\'m using apache-santuario 1.4.4 to generate this signed message: <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:SOAP-SEC=\"http://schemas.xmlsoap.org/soap/se[详细]
2023-02-12 16:16 分类:问答Convert SSL private key to a string
From pkcs12 file, I extracted the private key and cert using the following - PKCS12_parse(p12, argv[2], &privatekey, &c开发者_如何学JAVAert, &ca);[详细]
2023-01-08 20:18 分类:问答How to verify an XML digital signature in Cocoa?
I have a C# application that uses XML digital signatures to sign license files.I\'ve used the standard Microsoft approach described here.[详细]
2023-01-01 18:49 分类:问答Disable debug output in libxml2 and xmlsec
In my software, I use libxml2 and xmlsec to manipulate (obviously) XML data structures. I mainly use XSD schema validation and so far, it works well.[详细]
2022-12-29 14:18 分类:问答Loading a RSA private key from memory using libxmlsec
I\'m currently using libxmlsec into my C++ software and I try to load a RSA private key from memory. To do this, I searched trough the API and found this function.[详细]
2022-12-25 19:08 分类:问答How to generate DigestValue and SignatureValue for enveloped XML Signature using PHP/linux tool
i have been trying to find some examples on how to generate DigestValue and SignatureValue for XML signature (WSDL).[详细]
2022-12-18 02:05 分类:问答