boulder/goodkey
Jacob Hoffman-Andrews 8dd386b6bc
SA: Update RPC interface to proto3 (#5043)
One slightly surprising / interesting thing: Since core types like
Order and Registration are still proto2 and have pointer fields,
there are actually some places in this PR where I had to add
a `*` rather than delete an `&`, because I was taking a pointer
field from one of those core types and passing it as a field in
an SA RPC request.

Fixes #5037.
2020-08-25 10:28:41 -07:00
..
blocked.go Block keys using hex(sha256(spki)). (#4745) 2020-04-09 09:41:33 -07:00
blocked_test.go Fix error types emitted by good_key.go (#4932) 2020-07-06 10:06:10 -07:00
good_key.go SA: Update RPC interface to proto3 (#5043) 2020-08-25 10:28:41 -07:00
good_key_test.go SA: Update RPC interface to proto3 (#5043) 2020-08-25 10:28:41 -07: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