summaryrefslogtreecommitdiff
path: root/cpp/include/IceSSL
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Use ifndef around OS specific headersJose2018-06-11
| | | | Fixes #52
* Update copyright year to 2018Jose2018-02-14
|
* Whitespace cleanupJoe George2018-01-22
|
* Adding doc comments to C++Mark Spruiell2018-01-17
|
* Remove excessive empty linesJoe George2017-06-07
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Fix (ICE-7846) - Add Ice::registerIceSSLOpenSSL to IceSSL/OpenSSL.hJose2017-04-28
|
* Rename getEngineVersion -> getOpenSSLVersion, remove getEngineNameJose2017-04-11
|
* Replaced tabs with spacesBernard Normier2017-03-22
|
* 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
|
* Replaced ICE_SSL_ by ICESSL_ for consistencyBernard Normier2017-03-02
|
* C++11 build failureJose2017-02-24
|
* Fixed (ICE-7105) - Allow to retrieve X509v3 extensions from the certificateJose2017-02-24
|
* Fix (ICE-6831) - Improve IceSSL::Certificate APIJose2017-02-17
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Fixed (ICE-7480) - Use UniqueRef to manage CoreFoundation types.Jose2017-01-13
| |
* | Add getEngineName & getEngineVersion methods to IceSSL C++ PluginJose2016-12-20
| | | | | | | | | | | | The methods can be use to retrieve the engine name and versions used at runtime, getEngineVersion will return 0 if the engine does not provide a relevant version number.
* | WinRT -> UWP renamesJose2016-12-14
| |
* | Port IceSSL/configuration test to UWP and fixes to UWP IceSSL implementationJose2016-11-24
| |
* | More consistent names for _API macrosBernard Normier2016-11-01
| |
* | Updated IceSSL::Certificate to use chrono::system_clock::time_point with C++11Bernard Normier2016-08-19
| |
* | Improved DistinguishedName ctors and comparison operatorsBernard Normier2016-08-05
| |
* | Refactored shared_from_this/enable_shared_from_thisBernard Normier2016-08-04
| |
* | Replaced IceUtil/Config.h by Ice/Config.hBernard Normier2016-08-02
| |
* | C++11 CertificateVerifier and PasswordPromptBernard Normier2016-07-27
| |
* | Added ICE_BUILDING_SRC to make buildsBernard Normier2016-07-22
| | | | | | | | | | | | Ice::Dispatcher and Ice::LocalObject are now hidden with C++11 Reworked C++11 exception ice_clone, added ExceptionHelper + other C++ cleanups
* | Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
| | | | | | | | of TCP/iAP/Bluetooth.
* | ICE-7176 - Cleanup exception dtor noexceptJoe George2016-06-10
| |
* | Another fix for ICE-7132Benoit Foucher2016-05-09
| |
* | Re-factored gmake build systemBenoit Foucher2016-05-03
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-17
|\|
| * .gitignore updatesJose2016-03-11
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Windows msbuild build updatesJose2016-02-26
| |
* | Refactored invocation code to better suite new C++11 mappingBenoit Foucher2016-02-03
| |
* | ice_name/ice_id fixes & simplifications.Jose2016-01-20
| |
* | Fixes related to EnableSharedFromThisJose2015-12-23
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Fix for WinRT headers installJose2015-07-31
|
* Updates for windows mkdir usageJose2015-05-15
| | | | This avoid problems with git/cygwin mkdir being in PATH
* (ICE-6506) PHP Windows build brokenJose2015-05-12
|
* ICE-6481 pragma comment when building static librariesBernard Normier2015-05-05
| | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro.
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|