-
A [workshop](https://www.w3.org/Guide/meetings/workshops.html) for **Post Quantum Cryptography for XML Signature and XML Encryption Suites** to discuss experiences and the next steps.
**Problem**:
…
-
The examples on https://cyclonedx.org/use-cases/#authenticity were modified over the years (e.g. the specification version), but the signature was not modified. Thus, the signature became invalid.
I …
-
The source SCAP datastreams require to be digitally signed to ensure integrity and authenticity.
-
**I propose we allow automatic generation of function signature in function XML comments.
```fsharp
/// Some function description comment.
///
let f x y = ...
```
** The signature is the m…
-
Hi Team,
I am using verify1.c to verify the xml digital signature using public_key.pem and Signature_File.xml. But I am facing an issue from long time.
_**func=xmlSecDSigCtxProcessSignatureNod…
-
### Description
An XML signature in a SAML response fails to verify using System.Security.Cryptography.Xml.SignedXml.
I believe the XML signature should verify as it does when using a Java applica…
-
I'm currently investigating H108N v2.3 configs which are a bit different from H108N v2.5.
Putting this here for testing (from HOL/Greece H108N v2.3)
[configHOLOrig.bin.zip](https://github.com/user…
-
**Jetty version(s)**
12.1.x
**Description**
This issue is to discuss whether a composite `ContextHandlerCollection` would be worthwhile to have, with the goal of being able to deploy multiple web…
-
We are having an issue signing XML with namespaces. Simplified code example:
```
$xml = '';
$doc = new \DOMDocument();
$doc->loadXML($xml);
$privateKey = '...';
…
-
I have a wsdl that uses enveloped signature
The signature is inserted into element, but wsdl description already contains signature. So the class that is kreated with tool that converts wsdl to cpp a…