summary refs log tree commit diff
path: root/crypto/test/src/tsp
diff options
context:
space:
mode:
authorDavid Hook <dgh@bouncycastle.org>2017-05-16 00:36:34 +1000
committerDavid Hook <dgh@bouncycastle.org>2017-05-16 00:36:34 +1000
commitfefed20bec7e07456cd50a710cc11fff18cf46c1 (patch)
tree4faca389cacee73d5e34d593ac1fd9795c9431de /crypto/test/src/tsp
parentFix a bunch of RFC references in comments (diff)
downloadBouncyCastle.NET-ed25519-fefed20bec7e07456cd50a710cc11fff18cf46c1.tar.xz
Added validation of integer/enumerated encoding.
Diffstat (limited to 'crypto/test/src/tsp')
-rw-r--r--crypto/test/src/tsp/test/ParseTest.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/test/src/tsp/test/ParseTest.cs b/crypto/test/src/tsp/test/ParseTest.cs
index ec9ba72f6..e9489a278 100644
--- a/crypto/test/src/tsp/test/ParseTest.cs
+++ b/crypto/test/src/tsp/test/ParseTest.cs
@@ -360,7 +360,8 @@ namespace Org.BouncyCastle.Tsp.Tests
 		[Test]
 		public void TestGeneralizedTime()
 		{
-			generalizedTimeParse(generalizedTime);
+            // TODO: response is invalid - malformed integer
+			// generalizedTimeParse(generalizedTime);
 		}
 
 		[Test]