Skip to content

Improve documentation of gnutls_x509_trust_list_iter_get_ca

Michael Catanzaro requested to merge (removed):patch-1 into master

I got a bit confused by the documentation of gnutls_x509_trust_list_iter_get_ca, since it says you have to deinitialize the iterator, but it's actually usually deinitialized automatically. Neither of the tests (pkcs11-chainverify.c and x509cert.c) are deinitializing it, either.

(There's also a typo here.)

Checklist

  • 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
Edited by Michael Catanzaro

Merge request reports