Questions tagged [xmlsec]

112 questions
0
votes
1 answer

Use ALGO_ID_C14N11_OMIT_COMMENTS in xades4j

I need to sign my documents using ALGO_ID_C14N11_OMIT_COMMENTS and ALGO_ID_C14N11_WITH_COMMENTS canonicalization. Can you tell me what should I change to xades4j to permit this (Isimply need xades_bes and xades_t, no verification by now). Should I…
Michele Bortolato
  • 707
  • 2
  • 11
  • 27
0
votes
1 answer

Adding SignedDataObjects (and consequently add proofOfApproval property) to an enveloped signature

I'm creating an Enveloped signature with xades4j following this statements: Element elemToSign = doc.getDocumentElement(); XadesSigner signer = new XadesTSigningProfile(...).newSigner(); new Enveloped(signer).sign(elemToSign); But I need to put in…
Michele Bortolato
  • 707
  • 2
  • 11
  • 27
0
votes
1 answer

xmlSecInit() prints assertion failure to stderr (g_xslt_default_security_prefs == NULL)

I have some code that is very similar to the example at http://www.aleksey.com/xmlsec/api/xmlsec-examples-sign-template-file.html: #ifndef XMLSEC_NO_XSLT xsltSecurityPrefsPtr xsltSecPrefs = NULL; #endif /* XMLSEC_NO_XSLT */ /* Init libxml…
craig65535
  • 3,439
  • 1
  • 23
  • 49
0
votes
1 answer

Obtain Cert issuer X500 Principal name with xmlsec

I am trying to port a Java code that made some time ago to iOS, i compiled xmlsec with openssl and no xslt support. import java.security.cert.X509Certificate; X509Certificate cert =…
Josejulio
  • 1,286
  • 1
  • 16
  • 30
0
votes
1 answer

How to install xmlsec with openssl on Mac OS X

I installed xmlsec 1.2.12 on Mac OS X 10.7.3 with OpenSSL 0.9.8w, and after the installation, the tests were all skipped during "make check". OpenSSL 0.9.8w was installed by sudo ./config --prefix=/usr/local/ no-asm sudo make install xmlsec 1.2.12…
iOS Padawan
  • 418
  • 1
  • 5
  • 16
-1
votes
1 answer

Failed building wheel for xmlsec

Trying to install Posthog, pip installation fails while creating wheel for xmlsec with the following error: Building wheels for collected packages: pyyaml, xmlsec Building wheel for pyyaml (pyproject.toml) ... done Created wheel for pyyaml:…
Satnam Sandhu
  • 610
  • 1
  • 10
  • 25
-1
votes
1 answer

Which version of XMLSec is available for SUSE 11 and 12?

We are using XMLSec 1.2.20 for Red Hat and CentOS. Which version of XMLSec is available for SUSE 11 and 12? We can't find a suitable version of XMLSec for SUSE 11 and 12. We think there are versions of XMLSec for other versions of SUSE, but we want…
1 2 3 4 5 6 7
8