Questions tagged [xmlsec1]

20 questions
0
votes
0 answers

Load certificate into xmlsec

I need to sign xml using xmlSecDSigCtxSign. I need to create xmlSecDSigCtxPtr using xmlSecDSigCtxCreate method. I have PCCERT_CONTEXT found by CertFindCertificateInStore(). I'm calling xmlSecCryptoAppKeysMngrCertLoadMemory with success, signKey in…
Nem
  • 336
  • 3
  • 8
  • 22
0
votes
1 answer

Can't Install xmlsec for Mac

I'm new to django. i am tring to implement python3-saml which requires Xmlsec. i am trying to install it Using "pip install xmlsec" on my virtal environment. but throwing this error. Collecting xmlsec Using cached xmlsec-1.3.12.tar.gz (64…
Jashwanth Neela
  • 263
  • 1
  • 8
0
votes
1 answer

xmlsec1 | Is it possible to input the xml template as a string instead of pointing to a filename?

Normally I would do something like: $ xmlsec1 --sign --privkey-pem MY_CERT_FILE.pem MY_TEMPLATE_FILE.xml The above would spit out the signed xml string on the terminal screen. I would like to do something like this though: $ xmlsec1 --sign…
Francisco Luz
  • 2,775
  • 2
  • 25
  • 35
0
votes
1 answer

Tizen : GBS, error in initializing cryptographic library (xmlsec) when building tizen using gbs

When trying to build (generate rpms) for a tizen project using gbs, I set up gbs, install mic and set up the .gbs.conf file with the appropriate profiles, repos and urls. when i try to build for target architecture (armv7l) using sudo gbs build -A…
siddharthsn
  • 1,709
  • 1
  • 21
  • 32
0
votes
1 answer

XMLSEC error: "failed to load certificate"

I'm trying to use the python-saml toolkit (or part of the code in it) in my project but I'm having some problems I will try to address in this question. In my local machine (ubuntu 18.04) I got everything up and running but when it comes to install…
1
2