summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/SSLEngine.cpp
Commit message (Collapse)AuthorAge
* IceSSL cert name verification fixes - Close #512 (#515)Jose2019-09-10
|
* Enable SNI extension with CheckCertName > 1Jose2019-09-06
| | | | | | | - Remove IceSSL.ServerNameIndication, IceSSL.CheckCertName = 2 should be used instead. - Minor style fixes
* Implement server name indication (SNI) for OpenSSL and SecureTransport ↵Andreas Sommer2019-09-06
| | | | backends (new property `IceSSL.ServerNameIndication`, default enabled)
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Update copyright year to 2018Jose2018-02-14
|
* Clean C++ exception code to only throw exception typesJose2017-09-20
| | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892
* 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
|
* Fix hostname verification to ignore errors when IceSSL.VerifyPeer is 0Jose2017-02-22
|
* Linux build failureBenoit Foucher2017-02-22
|
* Minor IceSSL fixesBenoit Foucher2017-02-22
|
* 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
| |
* | UWP ssl improvementsJose2016-11-07
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
|/ | | | of TCP/iAP/Bluetooth.
* Update copyright headersJoe George2016-03-01
|
* Fixed ICE-6438, ICE-6439 and various inconsistencies between IceSSL ↵Benoit Foucher2015-04-23
| | | | implementations
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Windows SSL SChannel implementation & OS X Secure Transport fixes.Jose2014-08-07
|
* Fixed (ICE-4894) - Native SSL implementation for OS XJose2014-06-06