diff options
-rw-r--r-- | CHANGELOG-3.7.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG-3.7.md b/CHANGELOG-3.7.md index f6a5dd0f5b6..3bc82420207 100644 --- a/CHANGELOG-3.7.md +++ b/CHANGELOG-3.7.md @@ -165,6 +165,11 @@ These are the changes since Ice 3.6.3. - Updated IceSSL hostname verification (enabled with IceSSL.CheckCertName) to use the native checks of the platform SSL implementation. +- Remove IceSSL::NativeConnectionInfo, IceSSL::ConnectionInfo certs data member + is now mapped to the native certificate type in C++, Java and CSharp in other + languages it is still mapped to a string sequence containing the PEM encoded + certificates. + ## C++ Changes - The Ice::Communicator and Ice::ObjectAdapter destroy methods are now |