diff options
author | David Hook <dgh@bouncycastle.org> | 2017-05-16 00:36:34 +1000 |
---|---|---|
committer | David Hook <dgh@bouncycastle.org> | 2017-05-16 00:36:34 +1000 |
commit | fefed20bec7e07456cd50a710cc11fff18cf46c1 (patch) | |
tree | 4faca389cacee73d5e34d593ac1fd9795c9431de /crypto/test | |
parent | Fix a bunch of RFC references in comments (diff) | |
download | BouncyCastle.NET-ed25519-fefed20bec7e07456cd50a710cc11fff18cf46c1.tar.xz |
Added validation of integer/enumerated encoding.
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/tsp/test/ParseTest.cs | 3 |
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] |