IdentityPython / pyXMLSecurity

python XML security (xml-dsig)
Other
15 stars 21 forks source link

default signing algorithms should not use SHA1 #26

Open rhoerbe opened 8 years ago

rhoerbe commented 8 years ago

How to change digest and signature to SHA-2?

leifj commented 8 years ago

perhaps you are right - in the meantime, checkout the documentation for xmlsec.Config: https://github.com/leifj/pyXMLSecurity/blob/master/src/xmlsec/__init__.py#L25 for info on how to change the default via pyconfig

leifj commented 8 years ago

Lets keep this open until we figure out a clean transition path to default-sha2

fredrikt commented 6 years ago

How about making a new major version? It seems a lot of issues and pull requests have been piling up in this project, and perhaps the way to get back to the surface is with a new major version.