summaryrefslogtreecommitdiff
path: root/csharp/src/IceSSL/TransceiverI.cs
Commit message (Collapse)AuthorAge
* Fixed SSL transceiver to no longer rely on BeginWrite/BeginRead, fixes #781Benoit Foucher2020-04-02
|
* Fixed C# IceSSL bug where IOException wasn't catch, fixes #553Benoit Foucher2019-10-04
|
* Dispose the X509Chain with .NET Standard 2.0 - Close #518Jose2019-09-10
|
* IceSSL cert name verification fixes - Close #512 (#515)Jose2019-09-10
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Update IceSSL::ConnectionInfo to use native certs and remove ↵Jose2017-03-20
| | | | NativeConnectionInfo
* Disable SSL host name verification with empty hostJose2017-02-22
|
* Fix hostname verification to ignore errors when IceSSL.VerifyPeer is 0Jose2017-02-22
|
* Minor IceSSL fixesBenoit Foucher2017-02-22
|
* Fix (6462) - Consider changing some IceSSL checks to use native APIsJose2017-02-22
|
* Fixed (ICE-6463) - Cache the IceSSL connection informationJose2017-02-14
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | CSharp cleanup and fixes:Jose2016-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add EditorBrowsable(EditorBrowsableState.Never) to hidde internal public methods from Intellisense, see ICE-7448. - Remove Base64 and replace it with .NET System.Convert see ICE-7477 - Remove SysLogger as that was only used by Mono - Simplify ThreadPriority setting - Remove using statements that are not required - Normalize string, char, object spell, preferred over String, Char, Object - Shorthen qualifier names avoiding redundant scopes.
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
| | | | | | | | of TCP/iAP/Bluetooth.
* | CSharp mapping cleanupJose2016-05-11
|/ | | | | - Remove code support for old ussuported frameworks (SILVERLIGHT, COMPACT, MONO) - Remove code support for deprecated collection mappings clr:collection
* Update copyright headersJoe George2016-03-01
|
* Fixed ICE-6464 and deprecated various IceSSL propertiesBenoit Foucher2015-04-28
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Fixed ICE-6438, ICE-6439 and various inconsistencies between IceSSL ↵Benoit Foucher2015-04-23
| | | | implementations
* py -> pythonMatthew Newhook2015-03-21
rb -> ruby objc -> objective-c cs -> csharp