Joe Siltberg
Joe Siltberg
When validating a signature, the function verifyCertificate verifies that the certificate hasn't expired. Since we've already verified that the certificate is one we trust, it would be nice if we...
Here's an attempt to solve #288. I've used functional options (https://github.com/tmrts/go-patterns/blob/master/idiom/functional-options.md) in order to add options to the Verify*-functions without breaking backwards compatibility.
Posting this mostly for your information, it might not be very relevant. I've been trying to upgrade our beta site to fixmystreet 3.0 and ran into a problem where the...