From fd8cfe4f8ed26f807ca14f026e79bf3a4dcd8d18 Mon Sep 17 00:00:00 2001 From: Werner Lewis Date: Mon, 27 Jun 2022 09:58:12 +0100 Subject: [PATCH] Replace parsing with outputting Signed-off-by: Werner Lewis --- ChangeLog.d/fix-csr_subject_commas.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/fix-csr_subject_commas.txt b/ChangeLog.d/fix-csr_subject_commas.txt index d497b1211..e01c9a88c 100644 --- a/ChangeLog.d/fix-csr_subject_commas.txt +++ b/ChangeLog.d/fix-csr_subject_commas.txt @@ -1,3 +1,3 @@ Bugfix - * Fix string representation of DNs when parsing values containing commas, - conforming to RFC 1779. Fixes #769. + * Fix string representation of DNs when outputting values containing commas + and other special characters, conforming to RFC 1779. Fixes #769.