* Add digest OID to PKCS7/SCEP digest failure logs
- To help debugging in the future without requiring a full packet capture
lets add the digest oid that we used to select the hashing algorithm that
led to the digmest mismatch
* Add cl
* Fix type in CL header
- The function was incrementing and decrementing a global variable
but was never used so remove it completely and all the commented
out code that references the encodeIndent global.
* add gosimport to make fmt and run it
* move installation to tools.sh
* correct weird spacing issue
* Update Makefile
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
* fix a weird issue
---------
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>