diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-06-20 19:20:48 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-06-20 19:20:48 +0700 |
commit | db8fc39475cd412796139247f2ebdf8b1c3d3f43 (patch) | |
tree | ccdd77054c6b0c5a6ef2c8e1af734ecc6ce23f2c /crypto/src | |
parent | Update SecObjectIdentifiers (diff) | |
download | BouncyCastle.NET-ed25519-db8fc39475cd412796139247f2ebdf8b1c3d3f43.tar.xz |
Fix renegotiation after resumption handshakes
- see https://github.com/bcgit/bc-java/issues/1430
Diffstat (limited to 'crypto/src')
-rw-r--r-- | crypto/src/tls/TlsClientProtocol.cs | 2 | ||||
-rw-r--r-- | crypto/src/tls/TlsServerProtocol.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/tls/TlsClientProtocol.cs b/crypto/src/tls/TlsClientProtocol.cs |