Skip to content

tests: verify that 'certtool -i --outder' does not output text

Nikos Mavrogiannopoulos requested to merge tmp-test-certtool into master

A common regression in the past, was certtool outputting text while writing raw DER data. Ensure that the certificate-info option does not regress.

Checklist

  • Test suite updated with negative tests

Reviewer's checklist:

  • Any issues marked for closing are addressed
  • There is a test suite reasonably covering new functionality or modifications
  • Function naming, parameters, return values, types, etc., are consistent and according to CONTRIBUTION.md
  • This feature/change has adequate documentation added
  • No obvious mistakes in the code

Merge request reports