ed from scratch.
-Original Message-
From: David DELGRANCHE [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 05, 2001 11:53 AM
To: '[EMAIL PROTECTED]'
Subject: RE: XML Signature implementation in C++
Oh ok, is yours available on a web site? Is it a free work?
DELGRANCHE
elton [SMTP:[EMAIL PROTECTED]]
Date: vendredi 5 octobre 2001 17.44
A: '[EMAIL PROTECTED]'
Objet: RE: XML Signature implementation in C++
Nope, we rolled our own using Microsoft's CryptoAPI before it was available.
As you might expect, it was a few months' work.
-O
Jesse Pelton [SMTP:[EMAIL PROTECTED]]
Date: vendredi 5 octobre 2001 17.38
A: '[EMAIL PROTECTED]'
Objet: RE: XML Signature implementation in C++
Of the implementations mentioned at http://www.w3.org/Signature/#Code, only
Infomosaic's (https://www.infomosaic.net/XMLSign/) appears
Date: vendredi 5 octobre 2001 17.38
A: '[EMAIL PROTECTED]'
Objet: RE: XML Signature implementation in C++
Of the implementations mentioned at http://www.w3.org/Signature/#Code, only
Infomosaic's (https://www.infomosaic.net/XMLSign/) appears to be for C/C++.
-Original Mess
PROTECTED]'
Subject: XML Signature implementation in C++
Hi all,
I would like to use XML signature recommendation to sign XML
documents and
then verify this signature. My problem is that I can't find XML signature
implementation in C++ that could allow me to verify
Hi all,
I would like to use XML signature recommendation to sign XML documents and
then verify this signature. My problem is that I can't find XML signature
implementation in C++ that could allow me to verify these signatures. I
know that Java API exists but is