> From: curl-library <curl-library-boun...@lists.haxx.se> on behalf of Anders > Gustafsson via curl-library <curl-library@lists.haxx.se> > Sent: 28 February 2022 08:12 > To: curl-library@lists.haxx.se <curl-library@lists.haxx.se> > Cc: Anders Gustafsson <anders.gustafs...@pedago.fi> > Subject: Is it possible to use curl to sign an XML payload with a certificate? > > Ie, sign an XML file before sending ith with curl? > > <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> > <SignedInfo>
Curl does not interpret or understand the payload you're sending, so no. You must sign it before you hand it over to curl.
-- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html