pyXMLSecurity icon indicating copy to clipboard operation
pyXMLSecurity copied to clipboard

python XML security (xml-dsig)

Results 14 pyXMLSecurity issues
Sort by recently updated
recently updated
newest added

I imported a p12 cert to a Safenet eToken 5110. The result is that the private key has no label. As a result pk11.py does not find the key, because...

When reading a pkcs8 key this exception is thrown: File "/usr/lib/python2.7/site-packages/pyXMLSecurity-0.16.dev0-py2.7.egg/xmlsec/rsa_x509_pem/__init__.py", line 39, in parse raise Exception("PEM data type not supported.") Expected message: "PKCS8 private key format not supported". This...

Relaying this here for Mads, who had this to say after the MDS changed to using pyFF/pyXMLSecurity: > Is there a reason we should know for using a non-exclusive canonicalization...