summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crypto/Contributors.html2
-rw-r--r--crypto/src/asn1/bc/BCObjectIdentifiers.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Contributors.html b/crypto/Contributors.html
index 29122ef38..2f9bb6a22 100644
--- a/crypto/Contributors.html
+++ b/crypto/Contributors.html
@@ -218,7 +218,7 @@ University of Wollongong, Institute of Cybersecurity and Cryptology, under the s
 	        <p>AlexPaskhin (https://github.com/AkexPaskhin) - Netcore migration work - early 1.9.0 Netcore NuGet artifact.<p>
 	    </li>
 	    <li>
-	        <p>Christoph Hannebauer (https://github.com/bb-froggy) - static refactoring of some Utilities classes, addition of Microsoft Kerberos KeyPurposeID.<p>
+	        <p>Christoph Hannebauer (https://github.com/bb-froggy) - static refactoring of some Utilities classes, addition of Microsoft Kerberos KeyPurposeID, improved code comments.<p>
 	    </li>
 	    <li>
 	        <p>Kristian Rastrup (https://github.com/rastrup) - PkixCertPath otherCert list fix, encryotionAlg table fix in CmsSignedHelper, excludedCerts fix in PkixBuilderParameters, PssSigner constructor fix, type check fix in DHValidationParms, Arrays.ToString() start fix, improvements to ECPointTest.<p>
diff --git a/crypto/src/asn1/bc/BCObjectIdentifiers.cs b/crypto/src/asn1/bc/BCObjectIdentifiers.cs
index eb7d8e058..013f4c28b 100644
--- a/crypto/src/asn1/bc/BCObjectIdentifiers.cs
+++ b/crypto/src/asn1/bc/BCObjectIdentifiers.cs
@@ -39,7 +39,7 @@ namespace Org.BouncyCastle.Asn1.BC
         /** SHA-1.PKCS12; 1.3.6.1.4.1.22554.1.1.2 */
         public static readonly DerObjectIdentifier bc_pbe_sha1_pkcs12   = bc_pbe_sha1.Branch("2");
 
-        /** SHA-256.PKCS12; 1.3.6.1.4.1.22554.1.2.1.1 */
+        /** SHA-256.PKCS5; 1.3.6.1.4.1.22554.1.2.1.1 */
         public static readonly DerObjectIdentifier bc_pbe_sha256_pkcs5  = bc_pbe_sha256.Branch("1");
         /** SHA-256.PKCS12; 1.3.6.1.4.1.22554.1.2.1.2 */
         public static readonly DerObjectIdentifier bc_pbe_sha256_pkcs12 = bc_pbe_sha256.Branch("2");