summaryrefslogtreecommitdiff
path: root/csharp/src/IceSSL/SSLEngine.cs
Commit message (Collapse)AuthorAge
* Add .NET 5.0 support (#1154)Jose2020-11-18
|
* Removed unused SSLEngine.decodeASN1Length method, fixes #686Benoit Foucher2020-02-20
|
* IceSSL cert name verification fixes - Close #512 (#515)Jose2019-09-10
|
* Copyright header simplicationJose2019-01-19
|
* C# TLS 1.3 UpdatesJose2019-01-15
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Fix isAbsolutePath to correctly handle non Windows operating systemsJose2017-11-29
|
* Remove excessive empty linesJoe George2017-06-07
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Update IceSSL::ConnectionInfo to use native certs and remove ↵Jose2017-03-20
| | | | NativeConnectionInfo
* Fix (6462) - Consider changing some IceSSL checks to use native APIsJose2017-02-22
|
* 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.
* | Remove cshar IceSSL deprecated featuresJose2016-07-15
| |
* | 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
|
* fix for C# log messageMark Spruiell2015-05-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
* New set of certificates for IceSSL/configuration test and variousBenoit Foucher2015-04-16
| | | | | | | IceSSL fixes. - Windows C++ and C# implementation of IceSSL is now a bit less picky for SUBJECTDN and ISSUERDN - Windows SChannel implementation now accept PKCS#1 certificates
* IceSSL fixesBenoit Foucher2015-04-13
| | | | | | - ICE-6423: cleaned up certificate loading on OS X - Fixed bug with FindCert to correctly throw if no field is specified - Fixed C# test to only skip few tests if not running as administrator
* ICE-6402 - IceSSL.DefaultDir fixesMark Spruiell2015-04-07
|
* py -> pythonMatthew Newhook2015-03-21
rb -> ruby objc -> objective-c cs -> csharp