summary refs log tree commit diff
path: root/crypto/src/pkcs/Pkcs10CertificationRequest.cs
diff options
context:
space:
mode:
authormw <megan@cryptoworkshop.com>2021-09-03 14:35:49 +1000
committermw <megan@cryptoworkshop.com>2021-09-03 14:35:49 +1000
commit47fc3a890db8324ff63fe6ebf8bce5007fee006d (patch)
treeb854567f54327324b7aaeb143def2fadb350c96d /crypto/src/pkcs/Pkcs10CertificationRequest.cs
parentUpdated PemReader to support differing whitespace assumptions. (diff)
parentadded missing tests (diff)
downloadBouncyCastle.NET-ed25519-47fc3a890db8324ff63fe6ebf8bce5007fee006d.tar.xz
Merge branch 'master' of gitlab.cryptoworkshop.com:root/bc-csharp
Diffstat (limited to '')
-rw-r--r--crypto/src/pkcs/Pkcs10CertificationRequest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/pkcs/Pkcs10CertificationRequest.cs b/crypto/src/pkcs/Pkcs10CertificationRequest.cs
index 28b6ddb5b..10ce89bf0 100644
--- a/crypto/src/pkcs/Pkcs10CertificationRequest.cs
+++ b/crypto/src/pkcs/Pkcs10CertificationRequest.cs
@@ -495,10 +495,10 @@ namespace Org.BouncyCastle.Pkcs
         }
 
         /// <summary>
-        /// Returns X509Extensions if the attribute can be found and returns the extensions block.
+        /// Returns X509Extensions if the Extensions Request attribute can be found and returns the extensions block.
         /// </summary>
         /// <returns>X509Extensions block or null if one cannot be found.</returns>
-        public X509Extensions GetX509Extensions()
+        public X509Extensions GetRequestedExtensions()
         {
             if (reqInfo.Attributes != null)
             {