diff options
Diffstat (limited to 'third_party/libjingle/README.chromium')
-rw-r--r-- | third_party/libjingle/README.chromium | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium index a4d124e..5b177c8 100644 --- a/third_party/libjingle/README.chromium +++ b/third_party/libjingle/README.chromium @@ -40,3 +40,6 @@ Local Modifications: library. The #define guard is SAFE_TO_DEFINE_TALK_BASE_LOGGING_MACROS. * Updated signalthread.* and dependencies to add threadcounting and improve multithread safety. + * Added a CreateSSLAdapter() function to SocketFactory to allow SSL + adapter creation behavior to be overridden. + * Improved handling and error-checking of SSL adapters. |