Skip to content

gcr: Fix criticals if a CN is null

Niels De Graef requested to merge nielsdg/cn-can-be-null into master

Both the issuer CN and the subject CN can be NULL, so make sure we deal with this case. This fixes a few CRITICALs when loading a certificate that has this.

Merge request reports