Uh oh!
There was an error while loading. Please reload this page.
Python xmlsec library support - #961
Conversation
…reated new test script
c00kiemon5ter
commented
May 14, 2024
Hello and thank you for this contribution. I'd like to suggest to make the changes on their own class as a new crypto backend, to keep the new functionality clean. |
AndrewFoxUUID
commented
May 14, 2024
My understanding of the current codebase is that the XmlSecurityBackend is already using xmlsec, it just hasn't been updated to use xmlsec's newest functionalities, and isn't nearly as developed as the XmlSec1 backend. The main purpose of these changes is to use xmlsec instead of creating a terminal flow to execute a libxmlsec1 call for better efficiency. |
af-splashtop-test
commented
May 28, 2024
@c00kiemon5ter 654151 Can you please review these changes? |
Description
The feature or problem addressed by this PR
What your changes do and why you chose this solution
Checklist