1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-03 04:38:39 +01:00

17 Commits

Author SHA1 Message Date
Aleksandar Fabijanic
168f1eb6e2
As of C++11, std::swap is noexcept. ()
* As of C++11, std::swap is noexcept. 

* fix(Any): remove throw on swap

* fix(Any): As of C++11, std::swap is noexcept. 

* fix(Any): make size const 

* fix(SimpleRowFormatter): clang won't compile noexcept 

* a couple of arm fixes

* fix(Any): As of C++11, std::swap is noexcept. 

* fix(AnyTest): local() for POCO_NO_SOO# 2386

* test(RSACipher): RSA encryption without private key 

* chore(RSACipherTest): delete ciphers 
2022-06-28 12:14:36 -05:00
Günter Obiltschnig
7917abf727 : SecureServerSocket doesn't work with IpV6 2021-06-15 10:23:22 +02:00
Günter Obiltschnig
e1f09a602b cleanup and modernization 2020-01-10 12:20:30 +01:00
Günter Obiltschnig
e3d1d03c54 add support for TLS 1.3 2020-01-10 11:41:49 +01:00
Günter Obiltschnig
20e7a3f3da typo 2019-05-16 14:44:53 +02:00
Günter Obiltschnig
e98f752cff SecureSMTPClientSession now uses _host from SMTPClientSession 2019-05-16 14:42:24 +02:00
zosrothko
4079cdcdc8 Add guard for producing PocoDoc without error on a non Windows platform 2018-05-04 14:17:49 +02:00
Guenter Obiltschnig
d172273a75 remove remaining $Id$ tags from file headers 2017-10-31 16:01:51 +01:00
Günter Obiltschnig
04e7e04d4d Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Günter Obiltschnig
33119f606d added macro to identify NetSSL_Win 2014-10-28 08:51:05 +01:00
Günter Obiltschnig
2d5827d332 fixed certificate name verification 2014-10-10 08:12:04 +02:00
Günter Obiltschnig
f65d98f9c1 fixed cert chain verification and samples 2014-10-09 23:56:00 +02:00
Günter Obiltschnig
80952e11d1 optimizations, certificate verification, code cleanup 2014-10-09 20:54:07 +02:00
Günter Obiltschnig
1d7d57a321 NetSSL_Win: various bugfixes and improvements 2014-10-08 21:35:50 +02:00
Günter Obiltschnig
8bf66bb3f9 Added support for loading certificates and private key pairs from PKCS files, as well as loading certificates (without private key) from PEM or DER files. Some code restructuring and cleanup. 2014-10-07 23:16:58 +02:00
Günter Obiltschnig
0a115be8ac fixed a crash on WinCE; code cleanup 2014-09-17 11:17:04 +02:00
Günter Obiltschnig
b7f050db70 added NetSSL_Win library, a port of NetSSL_OpenSSL to Windows Schannel. See doc/README.txt for more info. 2014-09-05 00:17:09 +02:00