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-25 17:14:42 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2013-06-25 17:14:42 +0400
commit235e0f6638a5e6efd584409bae3e15d2fa3956a5 (patch)
tree4d35b7f2c9aa673e6c6a305d87f084fdadd9f5b1 /core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java
parent15c31a82f587249d85c6f11244226ec3ed653117 (diff)
Move notifySecureRenegotiation into TlsPeer and have both client and
server default to handshake_failure if secure_renegotiation is false.
Diffstat (limited to 'core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java')
-rw-r--r--core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java b/core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java
index 80729018..7db86cd4 100644
--- a/core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java
+++ b/core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java
@@ -46,9 +46,6 @@ public interface TlsClient
void notifySelectedCompressionMethod(short selectedCompressionMethod);
- void notifySecureRenegotiation(boolean secureNegotiation)
- throws IOException;
-
// Hashtable is (Integer -> byte[])
void processServerExtensions(Hashtable serverExtensions)
throws IOException;