Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2013-06-22 17:56:42 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2013-06-22 17:56:42 +0400
commit09e97c465f70b592f962d7cbbe186948097202ef (patch)
tree98e66456e3b306c0006b29369741d2ec28a2b50a /core/src/main/java/org/bouncycastle/crypto/tls/TlsServerProtocol.java
parente17be97fcc716f13d856d1d40e556a507d824319 (diff)
Add TODO
Diffstat (limited to 'core/src/main/java/org/bouncycastle/crypto/tls/TlsServerProtocol.java')
-rw-r--r--core/src/main/java/org/bouncycastle/crypto/tls/TlsServerProtocol.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/main/java/org/bouncycastle/crypto/tls/TlsServerProtocol.java b/core/src/main/java/org/bouncycastle/crypto/tls/TlsServerProtocol.java
index 442ef447..f292acd9 100644
--- a/core/src/main/java/org/bouncycastle/crypto/tls/TlsServerProtocol.java
+++ b/core/src/main/java/org/bouncycastle/crypto/tls/TlsServerProtocol.java
@@ -718,6 +718,12 @@ public class TlsServerProtocol
}
}
+ /*
+ * TODO RFC 3546 2.3 If [...] the older session is resumed, then the server MUST ignore
+ * extensions appearing in the client hello, and send a server hello containing no
+ * extensions.
+ */
+
if (this.serverExtensions != null)
{
processMaxFragmentLengthExtension(clientExtensions, this.serverExtensions, AlertDescription.internal_error);