Skip to content

Support for registeredID in subject alt name

Karsten Ohme requested to merge kaoh/gnutls:registeredidsupport into master

The certtool or gnutls in general did not support the GeneralName registeredID. This is needed e.g. for certificates following the SGP.22 specification. This is a test certificate of the specification: http://s000.tinyupload.com/index.php?file_id=83702513347403399347

The following command will fail with an "Unknown Subjection Alternative Name":

certtool -i --infile CERT_S_SM_DPauth_ECDSA_NIST.pem

With the supplied patch it can be handled.

Checklist

  • Commits have Signed-off-by: with name/author being identical to the commit author
  • Code modified for feature
  • Test suite updated with functionality tests
  • Test suite updated with negative tests
  • Documentation updated / NEWS entry present (for non-trivial changes)
  • 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 Karsten Ohme

Merge request reports