From 42f933608f60af7e9c36ffa3f9150b06b842a6ca Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Wed, 28 Jul 2021 19:55:13 +0700 Subject: Allow IOException from NotifySelectedPsk --- crypto/src/tls/AbstractTlsClient.cs | 1 + crypto/src/tls/TlsClient.cs | 1 + 2 files changed, 2 insertions(+) (limited to 'crypto/src') diff --git a/crypto/src/tls/AbstractTlsClient.cs b/crypto/src/tls/AbstractTlsClient.cs index fc62765c8..d5e1925a8 100644 --- a/crypto/src/tls/AbstractTlsClient.cs +++ b/crypto/src/tls/AbstractTlsClient.cs @@ -373,6 +373,7 @@ namespace Org.BouncyCastle.Tls { } + /// public virtual void NotifySelectedPsk(TlsPsk selectedPsk) { } diff --git a/crypto/src/tls/TlsClient.cs b/crypto/src/tls/TlsClient.cs index ef4586574..66bb3bc86 100644 --- a/crypto/src/tls/TlsClient.cs +++ b/crypto/src/tls/TlsClient.cs @@ -61,6 +61,7 @@ namespace Org.BouncyCastle.Tls void NotifySelectedCipherSuite(int selectedCipherSuite); + /// void NotifySelectedPsk(TlsPsk selectedPsk); /// The protocol implementation validates that any server extensions received correspond to client -- cgit 1.5.1