Contrib subpackage or similar #56
Replies: 2 comments 2 replies
-
What I think is safe to assume:
When it is possible to write extensions for pyHanko it should be possible to publish them independently from pyHanko otherwise I fear the industry will not be cooperative. Not super sure the second point is true. It is a vague feeling based on my attempts to find a lib to work with PDFs as well as my work with ZealiD. |
Beta Was this translation helpful? Give feedback.
-
Regarding CSC spec there can be multiple ways of implementing authentication. To adapt this to a specific implementation will most likely not be a simple config change and will require code to be written -- most likely in the form of extending the Signer class. This was initially suggested by Matthias. I do not see a problem with this approach. |
Beta Was this translation helpful? Give feedback.
-
In discussions #29 and #53 Matthias suggested the need for a way to contribute implementation specific workflows to pyHanko.
As far as I understand there are generic implementations for PKCS11 and more recently for the CSC spec. However the end user is still responsible for configuration. Also the user will be somewhat helpless if quirks in the specific device or signing service provider does not confirm to the spec.
This discussion is aimed at how to best technically resolve the mentioned problem. (Matthias correct me if I am wrong)
Beta Was this translation helpful? Give feedback.
All reactions