Alex Fabijanic
|
09b229df2c
|
Message Doesn't Support 64-bit Thread IDs #1913
|
2017-09-28 18:12:31 -05:00 |
|
Alex Fabijanic
|
70f9af935a
|
fix array init
|
2017-09-28 15:26:31 -05:00 |
|
Alex Fabijanic
|
8fff0cf586
|
fix incomplete EC key creation from curve name; make sure tests use curves that exist; add validation checks on EC key creation
|
2017-09-28 14:42:50 -05:00 |
|
Alex Fabijanic
|
ba5af017cc
|
remove unneeded include and duplicate declaration
|
2017-09-27 21:56:40 -05:00 |
|
Alex Fabijanic
|
9e18ae0944
|
fix wrong test file name and other iprovements (WIP EC EVP key comparison)
|
2017-09-27 21:43:00 -05:00 |
|
Alex Fabijanic
|
2cfe5a5097
|
add -std=c99 for g++ and clang
|
2017-09-27 14:37:58 -05:00 |
|
Alex Fabijanic
|
fab661a4a3
|
fix linux build
|
2017-09-27 13:03:29 -05:00 |
|
Alex Fabijanic
|
1054c46f6c
|
compile pdjson as C++; disarm some windows warnings
|
2017-09-27 11:51:43 -05:00 |
|
Alex Fabijanic
|
6bcd362c74
|
use _snprintf_s on VS < 2015
|
2017-09-27 11:25:43 -05:00 |
|
Pascal Bach
|
1bc210dcf9
|
CMake: use C11 as standard for all targets (#1909)
This makes the JSON module compile with GCC < 5 where the default was still C90
|
2017-09-27 10:00:49 -05:00 |
|
Pascal Bach
|
f26cebc309
|
JSON: Fix missing objects with pd_json and CMake (#1908)
Seems it got lost during the backport to 1.8.0
|
2017-09-27 09:47:12 -05:00 |
|
Alex Fabijanic
|
e5aaa991b8
|
style fix
|
2017-09-26 21:57:15 -05:00 |
|
Alex Fabijanic
|
1d18435e38
|
read/write list of X509 certificates
|
2017-09-26 21:43:22 -05:00 |
|
Alex Fabijanic
|
4ac56bff0c
|
EVPPKey == operator; PKCS12 copy/move
|
2017-09-26 15:28:23 -05:00 |
|
Alex Fabijanic
|
dc2c4dcd27
|
backport CipherKey digest changes and tests from develop
|
2017-09-26 11:38:53 -05:00 |
|
Alex Fabijanic
|
b4f1427725
|
make all save() functions const
|
2017-09-26 11:20:00 -05:00 |
|
Alex Fabijanic
|
5084457f83
|
add note on git clone openssl
|
2017-09-25 19:27:41 -05:00 |
|
Alex Fabijanic
|
04a4beb5e4
|
add POCO_EXTERNAL_OPENSSL
|
2017-09-25 19:11:21 -05:00 |
|
Alex Fabijanic
|
7887a4a662
|
replace JSON license and add Windows OpenSSL documentation
|
2017-09-25 18:58:15 -05:00 |
|
Alex Fabijanic
|
fabfb4f068
|
updte json makefile
|
2017-09-25 16:28:26 -05:00 |
|
Alex Fabijanic
|
6efab2cd58
|
back-port JSON and accompanying Foundation portions (JSONString, Dynamic::Var etc)
|
2017-09-25 15:15:05 -05:00 |
|
Alex Fabijanic
|
741fead666
|
add openssl autolink to NetSSL
|
2017-09-23 16:19:14 -05:00 |
|
Alex Fabijanic
|
b7fbdabf5f
|
Merge branch 'poco-1.8.0' of https://github.com/pocoproject/poco into poco-1.8.0
|
2017-09-22 18:31:39 -05:00 |
|
Alex Fabijanic
|
0e81e082ff
|
openssl 1.1 support
|
2017-09-22 16:29:33 -05:00 |
|
Alex Fabijanic
|
b01d45a166
|
fix linux build
|
2017-09-21 11:42:54 -05:00 |
|
Alex Fabijanic
|
6b57edd031
|
regenerate NetSSL VS projects and Crypto sample project
|
2017-09-20 14:09:42 -05:00 |
|
Alex Fabijanic
|
3c8e93dd20
|
regenerate VS2013 projects
|
2017-09-20 09:12:35 -05:00 |
|
Alex Fabijanic
|
ab90c48da2
|
backport EVPPKey file/stream load/save capabilities
|
2017-09-19 22:04:32 -05:00 |
|
Alex Fabijanic
|
dbd82953cb
|
add capability to construct EVPPKey from ECKey and RSAKey; RSA EVPPKey tests, RSA KeyPairImpl type bugfix
|
2017-09-18 14:49:54 -05:00 |
|
Alex Fabijanic
|
b90ee449a2
|
port RSAKey* changes
|
2017-09-18 12:18:56 -05:00 |
|
Alex Fabijanic
|
4c680c17b2
|
add openssl submodule
|
2017-09-16 00:50:12 -05:00 |
|
Alex Fabijanic
|
e89e3745ee
|
add Crypto PKCS12/EC; update VS projects
|
2017-09-16 00:44:39 -05:00 |
|
Günter Obiltschnig
|
3f1e82ad86
|
Merge branch 'poco-1.7.9' into poco-1.8.0
|
2017-09-11 21:08:04 +02:00 |
|
Günter Obiltschnig
|
c666fcbef6
|
updated changelog
|
2017-09-11 21:05:51 +02:00 |
|
Guenter Obiltschnig
|
d558d5eef9
|
use non-zero project ID ('p') for ftok()
|
2017-09-11 17:53:34 +02:00 |
|
Conor Burgess
|
fe693de41d
|
Add support for (unsigned) long long when long is 64bit
|
2017-09-11 15:55:54 +01:00 |
|
Günter Obiltschnig
|
a7a8571e25
|
NamedEvent/NamedMutex: change file open mode to read-only
|
2017-09-11 13:41:12 +02:00 |
|
Günter Obiltschnig
|
13a141332b
|
Merge branch 'poco-1.7.9' into poco-1.8.0
|
2017-09-10 20:20:15 +02:00 |
|
Günter Obiltschnig
|
40ae2aa2ed
|
updated changelog
|
2017-09-10 20:14:04 +02:00 |
|
Günter Obiltschnig
|
8b52be675b
|
remove obsolete VMS and VxWorks build system support
|
2017-09-09 11:15:29 +02:00 |
|
Günter Obiltschnig
|
04e7e04d4d
|
Remove \$Id`$ headers
|
2017-09-09 11:14:06 +02:00 |
|
Günter Obiltschnig
|
6ade50b1ab
|
fix README and libversion merge conflict
|
2017-09-09 10:00:45 +02:00 |
|
Günter Obiltschnig
|
ef59b4bd67
|
merge poco-1.7.9 into poco-1.8.0
|
2017-09-09 09:53:28 +02:00 |
|
Günter Obiltschnig
|
b7aaaabdcb
|
PageCompiler: support <%@ include file="<path>" %> syntax for includes.
|
2017-09-08 20:51:05 +02:00 |
|
Günter Obiltschnig
|
3e5cf21cf3
|
added POCO_NO_DEPRECATED to disarm POCO_DEPRECATED macro
|
2017-09-08 12:16:43 +02:00 |
|
Günter Obiltschnig
|
522f743b86
|
added POCO_DEPRECATED macro
|
2017-09-08 11:51:17 +02:00 |
|
Guenter Obiltschnig
|
39e54d714e
|
PageCompiler: optimize handler code by removing useless statements
|
2017-09-04 19:31:47 +02:00 |
|
Günter Obiltschnig
|
968dfe77dc
|
fixed typos and style
|
2017-09-01 20:54:11 +02:00 |
|
Günter Obiltschnig
|
cc2401a0c8
|
updated changelog
|
2017-09-01 20:24:45 +02:00 |
|
Günter Obiltschnig
|
8d65ebf02a
|
Poco::Util::LayeredConfiguration: added support for labelling configurations and finding them by their label
|
2017-09-01 20:23:35 +02:00 |
|