boulder/goodkey
alexzorin bc200cbedc Use %T in GoodKey error fmt to handle nil keys (#4138)
* Use %T in GoodKey error fmt to handle nil keys

This is to prevent nil keys from generating format errors such as:
    unknown key type %!s(\u003cnil\u003e)

* Add GoodKey test for nil keys

The fmt package says:
>All errors begin with the string "%!" followed sometimes by a single character (the verb) and end with a parenthesized description.

This test ensures an error is generated and that '%!' marker is not
present.
2019-04-02 08:20:54 -04:00
..
good_key.go Use %T in GoodKey error fmt to handle nil keys (#4138) 2019-04-02 08:20:54 -04:00
good_key_test.go Use %T in GoodKey error fmt to handle nil keys (#4138) 2019-04-02 08:20:54 -04:00
weak.go Add tool to search for certificates containing debian weak keys (#3077) 2017-09-13 10:59:58 -07:00
weak_test.go Add tool to search for certificates containing debian weak keys (#3077) 2017-09-13 10:59:58 -07:00