Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add .NET 5.0 support (#1154) | Jose | 2020-11-18 |
| | |||
* | Removed unused SSLEngine.decodeASN1Length method, fixes #686 | Benoit Foucher | 2020-02-20 |
| | |||
* | IceSSL cert name verification fixes - Close #512 (#515) | Jose | 2019-09-10 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | C# TLS 1.3 Updates | Jose | 2019-01-15 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Fix isAbsolutePath to correctly handle non Windows operating systems | Jose | 2017-11-29 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | Update IceSSL::ConnectionInfo to use native certs and remove ↵ | Jose | 2017-03-20 |
| | | | | NativeConnectionInfo | ||
* | Fix (6462) - Consider changing some IceSSL checks to use native APIs | Jose | 2017-02-22 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | CSharp cleanup and fixes: | Jose | 2016-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 features | Jose | 2016-07-15 |
| | | |||
* | | Refactored SSL and iAP transports, support for running SSL on top | Benoit Foucher | 2016-06-27 |
| | | | | | | | | of TCP/iAP/Bluetooth. | ||
* | | CSharp mapping cleanup | Jose | 2016-05-11 |
|/ | | | | | - Remove code support for old ussuported frameworks (SILVERLIGHT, COMPACT, MONO) - Remove code support for deprecated collection mappings clr:collection | ||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | fix for C# log message | Mark Spruiell | 2015-05-01 |
| | |||
* | Fixed ICE-6464 and deprecated various IceSSL properties | Benoit Foucher | 2015-04-28 |
| | |||
* | Fixed previous commit which was incomplete | Benoit Foucher | 2015-04-28 |
| | |||
* | Fixed ICE-6438, ICE-6439 and various inconsistencies between IceSSL ↵ | Benoit Foucher | 2015-04-23 |
| | | | | implementations | ||
* | New set of certificates for IceSSL/configuration test and various | Benoit Foucher | 2015-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 fixes | Benoit Foucher | 2015-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 fixes | Mark Spruiell | 2015-04-07 |
| | |||
* | py -> python | Matthew Newhook | 2015-03-21 |
rb -> ruby objc -> objective-c cs -> csharp |