cfrpki
cfrpki copied to clipboard
validator/lib: fix dropped errors
This fixes multiple code and test errors that were being dropped in validator/lib.
I'd like to go one step further with another PR to replace the use of assert.Nil() for error testing with the better require.NoError(), would that be welcome?