russellhaering / goxmldsig

Pure Go implementation of XML Digital Signatures
Apache License 2.0
154 stars 127 forks source link

Remove clockwork dependency #56

Closed vppawar closed 3 years ago

vppawar commented 4 years ago

In this PR,

Reason to remove the clockwork dep The goxmldsig library is used in our product , so this fake clock gets directly plugged into our production code. This creates the backdoor and we do not want it.

russellhaering commented 3 years ago

Closing this out, I'm not clear how having a mockable clock creates a "backdoor".