summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/tls/AbstractTlsClient.cs1
-rw-r--r--crypto/src/tls/TlsClient.cs1
2 files changed, 2 insertions, 0 deletions
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 { } + /// <exception cref="IOException"/> 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); + /// <exception cref="IOException"/> void NotifySelectedPsk(TlsPsk selectedPsk); /// <summary>The protocol implementation validates that any server extensions received correspond to client