Skip to content

Commit

Permalink
Fix attribute name; shorten labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Dec 13, 2016
1 parent 097ff04 commit 65e05c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions framework/Crypt/lib/Horde/Crypt/Smime.php
Expand Up @@ -506,10 +506,10 @@ public function certToHTML($cert)
'givenName' => Horde_Crypt_Translation::t("Given Name"),

/* X590v3 Extensions */
'exendedtKeyUsage' => Horde_Crypt_Translation::t("X509v3 Extended Key Usage"),
'basicConstraints' => Horde_Crypt_Translation::t("X509v3 Basic Constraints"),
'subjectAltName' => Horde_Crypt_Translation::t("X509v3 Subject Alternative Name"),
'subjectKeyIdentifier' => Horde_Crypt_Translation::t("X509v3 Subject Key Identifier"),
'extendedKeyUsage' => Horde_Crypt_Translation::t("Extended Key Usage"),
'basicConstraints' => Horde_Crypt_Translation::t("Basic Constraints"),
'subjectAltName' => Horde_Crypt_Translation::t("Subject Alternative Name"),
'subjectKeyIdentifier' => Horde_Crypt_Translation::t("Subject Key Identifier"),
'certificatePolicies' => Horde_Crypt_Translation::t("Certificate Policies"),
'crlDistributionPoints' => Horde_Crypt_Translation::t("CRL Distribution Points"),
'keyUsage' => Horde_Crypt_Translation::t("Key Usage")
Expand Down
4 changes: 2 additions & 2 deletions framework/Crypt/package.xml
Expand Up @@ -27,7 +27,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [jan] Fix label for S/MIME Encrypted Key Usage attribute.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1187,7 +1187,7 @@ Initial release as a PEAR package
<date>2016-12-03</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [jan] Fix label for S/MIME Encrypted Key Usage attribute.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 65e05c9

Please sign in to comment.