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

* Introduce utils.load_pem_x509_cert_str_safe to handle str or bytes as input to load_pem_x509_certificate * Use it to wrap calls to the latter where input can be str or bytes ### All...

When signing multiple files with the same key/certificate pair (for instance, the 8132 files resulting from splitting edugain metadata into mdq ready-to-serve individual metadata files), calling xmlsec.sign() once par file...

using it with pysaml2 gives this error PermissionError: [Errno 13] Permission denied: 'C:\\Users\\username\\AppData\\Local\\Temp\\tmptgi2bs37.pem' Full Trace ``` Traceback (most recent call last): File "C:\Program Files\Python310\lib\site-packages\saml2\response.py", line 344, in _loads self.response =...

We need to support sh256 fingerprints ## Code Version ## Expected Behavior ## Current Behavior ## Possible Solution ## Steps to Reproduce 1. 2. 3. 4.

Ok, this might be just something stupid that I am doing, but I'd appreciate your help with this. I'm trying to verify the signature of a SAML2 message. Find attached...

We should implement a 'cert' and/or 'key' object with clean getters for things like subject, issuer, type, key-type (RSA, EC..), pem, der, keysize... . This affects utils.pem2cert(), utils.b642cert(), crypto.from_keyspec() .

Needs a new PEM-parser and some other logic.

How to change digest and signature to SHA-2?

bug

The page http://www.bit4id.org/pykcs11/ not longer exist. You should fix the URL in your README.rst.