Skip to content

gnutls-cli enables CRL validation on startup

Nikos Mavrogiannopoulos requested to merge tmp-be-strict-on-crls into master

This exposes CRL handling flags on the certificate structure and introduces new flags to force CRL validation result to an error.

Checklist

  • Code modified for feature
  • Test suite updated with functionality tests
  • Test suite updated with negative tests
  • Documentation updated

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