peopledoc / pydocusign

Python client for DocuSign signature API
Other
18 stars 21 forks source link

Callback x509 verification #104

Open megwill4268 opened 7 years ago

megwill4268 commented 7 years ago

I need to verify the x509 signing on the envelope of the call back. This can be accomplished in a few lines of code by making use of xmlsec, a pure C library for python acting as a wrapper around the C xmlsec library. I can submit a pull request if you all are ok with a more complex dependency like xmlsec.

zebuline commented 7 years ago

Why not ? But may be it can be an optionnal dependency ? BTW pull requests are welcome and can be discussed.