Skip to content

ocsp: test suite and doc improvements

Nikos Mavrogiannopoulos requested to merge nmav/gnutls:tmp-ocsp-fixes into master

This introduces tests for gnutls_ocsp_status_request_is_checked both in client and server side, a test for certificate verification in server side with gnutls_certificate_verify_peers2 and corrects the documentation of gnutls_certificate_set_ocsp_status_request_file2.

Checklist

  • Commits have Signed-off-by: with name/author being identical to the commit author
  • Test suite updated with functionality tests
  • Test suite updated with negative tests
  • CI timeout is 2h or higher (see Settings/CICD/General pipelines/Timeout)

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
Edited by Dmitry Baryshkov

Merge request reports