Skip to main content
-1 votes
0 answers
117 views

I'm trying to integrate with the Spanish AEAT VeriFactu system for electronic invoice registration. I'm consistently getting an error Error 1207 "Error interno en el servidor from the sandbox ...
aserra's user avatar
  • 127
0 votes
1 answer
142 views

I am trying to create an application to sign xml documents in xades format by using PKCS11Interop library. I have a xades sign application provided by a government institute to test my results. I am ...
Omer Harmansa's user avatar
0 votes
1 answer
91 views

I'm working on generating a signed XML document where the element (and related elements like , , etc.) must not include the ds: prefix. This is because the legacy application I’m integrating with ...
kalaLokia's user avatar
  • 131
0 votes
1 answer
36 views

I have been given the impression that it is possible and considered reasonable to sign SAML metadata and include the signature and public key necessary to validate it within the metadata file. Could ...
squarewav's user avatar
  • 455
0 votes
0 answers
41 views

I'm trying to digitally sign a specific portion of a XML document in C# (.NET 9). The signing process itself seems fine. I'm using XmlDsigXPathTransform which uses the "http://www.w3.org/TR/1999/...
Fernando Aires Castello's user avatar
1 vote
0 answers
86 views

I'm using C# with .NET 9, and I need to digitally sign a XML document using a X.509 certificate. The signing process itself works perfectly. However, I've been given a very specific requirement: the &...
Fernando Aires Castello's user avatar
0 votes
1 answer
108 views

I have to create a request for getting a SAML ticket and I am stuck with the digestvalues. As far as I understand I have to use exclusive c14n, then sha256 then base64, but I'm receiving different ...
alabastor95's user avatar
3 votes
1 answer
137 views

I'm working on signing a SOAP envelope using the xmlsec1 tool and the XML Digital Signature (XMLDSIG) standard. Here's the unsigned SOAP envelope I'm working with. <soapenv:Envelope xmlns:soapenv=&...
Nuvindu Nirmana's user avatar
0 votes
1 answer
61 views

I am working on an integration which requires signing and encryption of the xml payload before passing it into the request content. I am using java to sign and encrypt the xml document and this is ...
Govind Singh's user avatar
0 votes
0 answers
100 views

I'm trying to understand how to use WS-Security with Spring Boot and client stubs generated from WSDL. My goal is to include WS-Security header with XML Signature to SOAP request with no code changes ...
Tuomas Toivonen's user avatar
0 votes
0 answers
42 views

Anyone done TicketBAI XML Signing using .NET Core? After sending request to TicketBAI, I get this error: The signature does not meet the requirements of the TicketBAI signature policy. (The message ...
Nimantha Jayathilake's user avatar
0 votes
1 answer
161 views

I want to extend a XAdES-XL signature to XAdES-A by adding an Archive Timestamp. I have followed every step in section 5.5.2.2 of ETSI EN 319 132-1 V1.2.1 (2022-02), but I still receive an error ...
Fatih POLAT's user avatar
1 vote
0 answers
385 views

I'm trying to sign an XML document using the RSASSA-PSS (SHA256-RSA-MGF1) algorithm in PHP. I created a certificate with the following OpenSSL command: openssl req -newkey rsa-pss -new -nodes -x509 -...
K. Evgeny's user avatar
0 votes
0 answers
597 views

I am currently trying to access a postgres 12 RDS on a private VPC through an EC2 instance on the same VPC, and in order to do so I am trying to install postgres on this instance (which is a Centos 7 ...
ArthurS's user avatar
5 votes
1 answer
592 views

I'm working on a project using the xml-crypto package in TypeScript to sign XML documents. My goal is to sign the XML and include a reference to the KeyInfo element within the same signature. Here's ...
Dennis Koech Kipkorir's user avatar

15 30 50 per page
1
2 3 4 5
30