x509, do not remove subject from alt_subjects

This commit is contained in:
CPbN 2019-01-12 12:16:02 +01:00 committed by Colin Gagnaire
parent bf0a999837
commit 1982aa2685
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ sub manage_selection {
my $alt_subjects = '';
for (my $i = 0; $i < $#subject_alt_names; $i += 2) {
my ($type, $name) = ($subject_alt_names[$i], $subject_alt_names[$i + 1]);
next if ($name eq $subject);
if ($type == GEN_IPADD) {
$name = inet_ntoa($name);
}