Commit Graph

142 Commits

Author SHA1 Message Date
Guenter Obiltschnig
829746feb1 fix line endings 2015-10-09 16:53:21 +02:00
Guenter Obiltschnig
6bb1f4ad62 improved SSLManager to automatically set-up a reasonable client Context if none is configured 2015-10-06 09:42:41 +02:00
Günter Obiltschnig
ee9794f087 Merge pull request #943 from zosrothko/develop
Proposed changes for fixing NetSSL_OpenSSL and adding portability function in Sharedmemory
2015-09-19 15:46:57 +02:00
FrancisANDRE
b2ef29528d remove unecessary include of Poco/NetSSL_OpenSSL/openssl/ssl.h
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-09-19 08:26:22 +02:00
FrancisANDRE
3e3c9da626 Protect TLSv1, TLSv1_1 and TLSv1_2 entry point references by proper
OpenSSL constant

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-09-19 08:24:37 +02:00
FrancisANDRE
73222d1530 INCLUDE += -I$(POCO_BASE)/openssl/include should be added to the list of
includes otherwise, gcc takes the ssl.h from /usr/include/openssl which
could miss some declarations like TLSv1_1_client_method and
TLSv1_1_server_method, depednding on which version of openssl is
installed.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-09-17 12:31:54 +02:00
Guenter Obiltschnig
619950bb2a HTTPSessionInstantiator: respect global proxy config 2015-09-17 11:58:19 +02:00
Csaba Keszegh
61305c01ee fix: set public compiler flags on library targets
POCO_STATIC: has to be set when using poco as static library
POCO_NO_ATUMATIC_LIBS: CMake config module will find the correct libraries.
  Don't need to guess in headers.
2015-09-15 10:02:38 +02:00
Günter Obiltschnig
b6ae5128ce added Visual Studio 2015 project files 2015-07-30 15:48:45 +02:00
Alex Fabijanic
6ef38bff0b updated Crypto and NetSSL VS projects, progen files; rebuilt openssl binaries 2015-05-22 00:11:56 -05:00
Alex Fabijanic
ca3cabf064 remove header copying from pre-build (done by build script) 2015-04-25 17:16:07 -05:00
Alex Fabijanic
af6c22c0ac simplify Crypto and NetSSL VS projects 2015-04-25 16:18:19 -05:00
Alex Fabijanic
62597585a3 update gitignore to allow openssl binaries; update Progen to skip 32 suffix for 32-bit binaries 2015-04-21 23:36:25 -05:00
Alex Fabijanic
9f90303f38 OpenSSL build script, headers and binaries 2015-04-21 22:22:19 -05:00
Alex Fabijanic
100fa63a55 adapted Crypto and NetSSL projects for poco OpenSSL binaries 2015-04-21 22:20:38 -05:00
martin-osborne
7780ab3ae0 Corrected more spellings. 2015-04-10 11:43:49 +01:00
martin-osborne
4cf45ea4a3 Corrected more words. 2015-04-10 11:31:12 +01:00
Alex Fabijanic
4e7d25713a Unable to build static with NetSSL_OpenSSL for OS X #763 2015-03-28 19:16:56 -05:00
Alex Fabijanic
7022c44397 add WebSocket tests to posix build system 2015-03-02 20:25:33 -06:00
Alex Fabijanc
37deffc4ee updated NetSSL testsuite projects 2015-03-02 19:41:01 -06:00
Alex Fabijanc
c727402dd9 added secure WebSocket tests 2015-03-02 19:34:50 -06:00
Matt
170d74be3a Update HTTPSClientSession.h
Fix typo in the documentation.
2015-02-18 15:26:16 +01:00
Sascha Zelzer
10425a9556 Do not overwrite CMAKE_PREFIX_PATH in component config files.
This fixes problems when a project adds a directory to
CMAKE_PREFIX_PATH, then calls find_package(Poco ...) and afterwards
calls find_package() for another project located in one of the
directories of the original CMAKE_PREFIX_PATH variable.
2015-02-04 04:35:23 +01:00
Pascal Bach
f778e67430 CMake: Improve installation and package generation
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
2015-01-27 15:52:18 +01:00
Pascal Bach
10ef2b2335 CMake: Remove WinDriver usage in tests
Add WinCEDriver to packages supporting it
2014-12-21 16:23:35 +01:00
Guenter Obiltschnig
931a5a5252 Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
Guenter Obiltschnig
3b31772717 fixed comments 2014-11-21 09:05:25 +01:00
Günter Obiltschnig
bc0978d01e fixed GH #471: vs2010 release builds have optimization disabled
fixed GH #616: Visual Studio warning C4244
2014-11-20 21:22:52 +01:00
Guenter Obiltschnig
781acfa0bd added nonProxyHosts to ProxyConfig to allow bypassing proxy for certain hosts 2014-11-11 22:54:44 +01:00
Guenter Obiltschnig
b0946115cf updated CMakeLists 2014-11-10 23:54:31 +01:00
Günter Obiltschnig
af1f5757c3 updated VS project files, added OAuthTestSuite 2014-11-10 23:49:35 +01:00
Guenter Obiltschnig
6fe78dee3f updated Makefile 2014-11-10 22:55:06 +01:00
Guenter Obiltschnig
9d7a814292 moved TwitterClient to NetSSL samples, use OAuth10Credentials class 2014-11-10 22:54:05 +01:00
Guenter Obiltschnig
420c3b55a7 added support for global HTTP proxy configuration 2014-11-09 17:22:10 +01:00
Günter Obiltschnig
5f380f0b80 Merge pull request #574 from siemens/cmake
Cmake updates
2014-11-06 11:17:45 +01:00
Guenter Obiltschnig
558091d53f fixed a memory leak if the CA file was not found while creating the Context (the OpenSSL context would leak) 2014-10-18 17:22:07 +02:00
Pascal Bach
b69fafb84c CMake: Create PocoConfig.cmake to make importable from other CMake projects
The generated PocoConfig.cmake can be used by other CMake projects using find_package.
2014-10-14 17:58:46 +02:00
Guenter Obiltschnig
d74afb9492 doc fix 2014-10-10 08:12:56 +02:00
Günter Obiltschnig
6fe2e4fb11 VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
Guenter Obiltschnig
84adc737d4 - don't throw if SSL client unexpectedly closes connection as this seems to be the normal behavior of web browsers (seen with Chrome and IE) 2014-10-02 14:58:45 +02:00
Günter Obiltschnig
a2617235fe #538 more dtor fixes and some style fixes along the way 2014-09-29 12:09:01 +02:00
Guenter Obiltschnig
544229302e #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
Guenter Obiltschnig
a56c21a250 style cleanup 2014-09-17 11:46:31 +02:00
Rangell Reale
21f2e115eb * Allows SecureStreamSocket::attach to be used in server connections
* Move order of condition for isLocalHost in peer certificate verification, to skip DNS lookup if not needed
2014-09-12 16:43:52 -03:00
Günter Obiltschnig
a4488f2f76 fixed server context initialization 2014-09-03 11:26:09 +02:00
Guenter Obiltschnig
1a81dbef15 enabled TLSv1.1 and 1.2 support in configuration 2014-09-02 18:54:12 +02:00
Guenter Obiltschnig
3f1e2c002a added support for TLSv1.1 and TLSv1.2 to Context 2014-09-02 17:30:02 +02:00
Guenter Obiltschnig
16ef87e6c8 added support for TLSv1.1 and TLSv1.2 to Context 2014-09-02 17:23:47 +02:00
Pascal Bach
7380fab68b NetSSL: Fix typo in documentation 2014-08-27 13:55:10 +02:00
Pascal Bach
7950001803 cmake: Cleanup CMakeLists.txt for all components
- Add missing CMakeLists.txt
- Use POCO_ macros to improve code structure in XCode/VisualStudio
- Better ODBC detection
- Remove unnecessary commented out code

The CMake documentation recommends explicitly listing source files, but because CMake is not the primary build system GLOB patterns are used for the moment.
2014-08-22 17:11:03 +02:00