summaryrefslogtreecommitdiff
path: root/csharp/src
diff options
context:
space:
mode:
authorAndreas Sommer <andreas.sommer87@googlemail.com>2019-08-08 14:28:34 +0200
committerJose <jose@zeroc.com>2019-09-06 18:51:54 +0200
commite8bbc7e415c772c87da289d344796bbc232fdfba (patch)
tree41eeb79341a554028a0041f4fae961ddba0a1335 /csharp/src
parentFix Java build dependencies - Close #509 (diff)
downloadice-e8bbc7e415c772c87da289d344796bbc232fdfba.tar.bz2
ice-e8bbc7e415c772c87da289d344796bbc232fdfba.tar.xz
ice-e8bbc7e415c772c87da289d344796bbc232fdfba.zip
Implement server name indication (SNI) for OpenSSL and SecureTransport backends (new property `IceSSL.ServerNameIndication`, default enabled)
Diffstat (limited to 'csharp/src')
-rw-r--r--csharp/src/Ice/PropertyNames.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/csharp/src/Ice/PropertyNames.cs b/csharp/src/Ice/PropertyNames.cs
index ec7bd9c0f0a..06ea56d880c 100644
--- a/csharp/src/Ice/PropertyNames.cs
+++ b/csharp/src/Ice/PropertyNames.cs
@@ -1,7 +1,7 @@
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// Generated by makeprops.py from file ../config/PropertyNames.xml, Wed May 29 21:06:31 2019
+// Generated by makeprops.py from file ./config/PropertyNames.xml, Mon Aug 19 09:05:47 2019
// IMPORTANT: Do not edit this file -- any edits made here will be lost!
@@ -1118,6 +1118,7 @@ namespace IceInternal
new Property(@"^IceSSL\.ProtocolVersionMin$", false, null),
new Property(@"^IceSSL\.Random$", false, null),
new Property(@"^IceSSL\.SchannelStrongCrypto$", false, null),
+ new Property(@"^IceSSL\.ServerNameIndication$", false, null),
new Property(@"^IceSSL\.Trace\.Security$", false, null),
new Property(@"^IceSSL\.TrustOnly$", false, null),
new Property(@"^IceSSL\.TrustOnly\.Client$", false, null),