summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Util.cpp
Commit message (Collapse)AuthorAge
* Fixed file permissionsBernard Normier2019-09-17
|
* Better work-around for xlC visibility bugBernard Normier2019-08-02
|
* Visibility fixes for xlCBernard Normier2019-07-27
|
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-06-22
|\
| * Enable -Wconversion with clang - Close #363Jose2019-06-21
| |
* | Enable CFBundle resources for IceSSL in Swift buildsJose2019-06-17
|/
* 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
* Fixed (ICE-7621) - Refactor IceSSL API to support multiple implementationsJose2017-03-16
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Extra fixes for UniqueRef usageJose2017-01-13
| |
* | Fixed (ICE-7480) - Use UniqueRef to manage CoreFoundation types.Jose2017-01-13
| |
* | Replace NULL by ICE_NULLPTRBernard Normier2017-01-11
| |
* | UWP code simplificationsJose2017-01-10
| |
* | Revert "Fixed (ICE-7477) - Use native Base64 encode/decode"Jose2017-01-02
| | | | | | | | This reverts commit 2df05d130ae51a65f51c593800ad722d533f5df3.
* | Fixed (ICE-7477) - Use native Base64 encode/decodeJose2017-01-02
| |
* | WinRT -> UWP renamesJose2016-12-14
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-12-14
|\|
| * ICE-7445 - Add libressl build supportJoe George2016-12-12
| |
* | UWP IceSSL implementation improvementsJose2016-11-24
| | | | | | | | | | - Add support for IceSSL.CertFile - Add support for IceSSL password prompt
* | Port IceSSL/configuration test to UWP and fixes to UWP IceSSL implementationJose2016-11-24
| |
* | Fix IceSSL OSX buildJose2016-11-08
| |
* | UWP ssl improvementsJose2016-11-07
| |
* | Reduced string converter cachingBernard Normier2016-08-05
| |
* | Move StringConverter API to namespace IceBernard Normier2016-08-01
| |
* | C++11 CertificateVerifier and PasswordPromptBernard Normier2016-07-27
| |
* | Fixed streamFilename bugBernard Normier2016-07-11
| |
* | Removed IceUtilInternal ifstream and ofstreamBernard Normier2016-07-08
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-07-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config/Make.common.rules cpp/Makefile cpp/config/Make.rules cpp/config/Make.rules.Linux cpp/src/Ice/InstrumentationI.cpp cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/src/IceSSL/Makefile cpp/src/IceUtil/Makefile cpp/test/Glacier2/attack/Makefile cpp/test/Glacier2/attack/Makefile.mak cpp/test/Glacier2/router/Makefile cpp/test/Glacier2/sessionHelper/Makefile cpp/test/Glacier2/staticFiltering/Makefile cpp/test/Ice/objects/Makefile cpp/test/IceSSL/configuration/AllTests.cpp cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux cpp/test/IceUtil/stacktrace/StackTrace.release.Linux csharp/src/Ice/PropertyNames.cs java/Makefile java/gradle.properties java/gradle/ice.gradle java/src/Ice/src/main/java/IceInternal/PropertyNames.java java/test/build.gradle js/src/Ice/PropertyNames.js man/man1/icegridadmin.1 man/man1/transformdb.1 php/BuildInstructionsWindows.md php/Makefile php/config/Make.rules.Darwin php/config/Make.rules.mak.php php/config/Make.rules.php php/src/IcePHP/Makefile php/src/Makefile php/src/Makefile.mak php/src/php5/.depend.mak php/src/php5/Communicator.cpp php/src/php5/Config.h php/src/php5/Connection.cpp php/src/php5/Endpoint.cpp php/src/php5/IcePHP.rc php/src/php5/Makefile php/src/php5/Makefile.mak php/src/php5/Operation.cpp php/src/php5/Types.cpp php/src/php5/Types.h php/src/php5/Util.cpp php/src/php7/Communicator.cpp php/src/php7/Communicator.h php/src/php7/Config.h php/src/php7/Connection.cpp php/src/php7/Endpoint.cpp php/src/php7/IcePHP.rc php/src/php7/Makefile php/src/php7/Operation.cpp php/src/php7/Types.cpp php/src/php7/Types.h php/src/php7/Util.cpp scripts/TestUtil.py
| * OpenSSL-1.1.0-pre5 supportJose2016-07-01
| | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h csharp/src/Ice/PropertyNames.cs java/src/Ice/src/main/java/IceInternal/PropertyNames.java js/src/Ice/PropertyNames.js
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
|/ | | | of TCP/iAP/Bluetooth.
* Update copyright headersJoe George2016-03-01
|
* changing checkPath in IceSSL/C++Mark Spruiell2015-05-08
|
* Fixed ICE-6464 and deprecated various IceSSL propertiesBenoit Foucher2015-04-28
|
* ICE-6455 - remove slice2py and slice2rb C++ exenewhook2015-04-22
| | | | | Fix slice2rb.rb and slice2py.py scripts for Windows. Fix build issue with IceSSL and MinGW.
* ICE-6457Matthew Newhook2015-04-22
| | | | Windows python dev tree build is broken
* Various SSL fixes, tests for intermedate CAsBenoit Foucher2015-04-16
|
* 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
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* ICE-5804 - Warnings when building with GCC (Eliminate C style casts)Jose2014-10-30
|
* g++4.9 fix: Linux IceSSL unused methodJose2014-10-24
|
* Fixed (ICE-5592) - Add IceSSL.FindCert for OS X and WindowsJose2014-08-19
|
* Windows SSL SChannel implementation & OS X Secure Transport fixes.Jose2014-08-07
|
* CR-20 - SecureTransport review fixesJose2014-06-11
|