Diff for /loncom/configuration/SSL.pm between versions 1.7 and 1.8

version 1.7, 2018/08/18 22:07:53 version 1.8, 2018/12/22 17:06:06
Line 65  sub print_certstatus { Line 65  sub print_certstatus {
                  'otherkey' => 'No matching key',                   'otherkey' => 'No matching key',
                  'revoked'  => 'Revoked by CA',                   'revoked'  => 'Revoked by CA',
                  'wrongcn'  => 'Incorrect CN',                   'wrongcn'  => 'Incorrect CN',
                    'mismatch' => 'Mismatched Issuer',
     );      );
     my @files = qw(key host hostname ca);      my @files = qw(key host hostname ca);
     my @fields = qw(status cn start end alg size email);      my @fields = qw(status cn start end alg size email);
Line 153  sub print_certstatus { Line 154  sub print_certstatus {
                                 }                                  }
                             } elsif (($display eq 'nokey') || ($display eq 'otherkey') ||                              } elsif (($display eq 'nokey') || ($display eq 'otherkey') ||
                                      ($display eq 'revoked') || ($display eq 'expired') ||                                       ($display eq 'revoked') || ($display eq 'expired') ||
                                      ($display eq 'wrongcn')) {                                       ($display eq 'wrongcn') || ($display eq 'mismatch')) {
                                 if ($target eq 'web') {                                  if ($target eq 'web') {
                                     $display = $lt{$display};                                      $display = $lt{$display};
                                 }                                  }

Removed from v.1.7  
changed lines
  Added in v.1.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>