poco/Crypto/include/Poco/Crypto
Matej Kenda f24547cdcf enh(Poco): Mark deprecated functionality with C++ attributes and resolve internal usage of deprecated functions (#4551)
* enh(poco): Replace deprecated comments with C++ deprecated attribute.

* enh(Poco): Replace some deprecated functionality in Poco sources. (#4426)

* enh(Poco): Replace more deprecated functionality in Poco sources. (#4426)

* fix(CMake): Variable BUILD_SHARED_LIBS must be defined properly to create valid binaries.

* enh: Code improvements done while resolving deprecated functionality (#4426)

* Un-deprecate LocalDateTme (#4426)

* enh(Poco): Replace usage of deprecated functionality with other functions/classes (#4426)

* chore(SSL): temporarily un-deprecate SSL-related functionality (#4426)

* chore(SSL): temporarily un-deprecate old MongoDB protocol functionality (#4426)

* enh(Poco): Minor Hash improvements (#4426)

* enh(Foundation): Compile deprecated hash tests only when POCO_TEST_DEPRECATED is enabled (#4426)

* enh(Net): Compile deprecated Socket::select functionality only when POCO_TEST_DEPRECATED is enabled (#4426)

* enh(Bonjour): Replace deprecated Socket::select with PollSet (#4426)

* enh(Poco): Introduce POCO_DEPRECATED macro to have the ability to disable deprecation warnings in applications (#4426)

* test(ODBC): add few asserts to testStoredProcedureDynamicVar

* fix(ODBC): rename DynamicAny -> DynamicVar in tests

* fix(ODBC): make Dignostics static members inline to prevent explicit instantiation warnings on windows

---------

Co-authored-by: Alex Fabijanic <alex@pocoproject.org>
2024-07-29 08:37:35 +02:00
..
Cipher.h feat(Cipher): No access to padding in Cipher #3374 2022-06-24 00:04:28 +02:00
CipherFactory.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
CipherImpl.h remove raw pointer interfaces 2020-01-23 09:50:36 +01:00
CipherKey.h code cleanup; fix move ctors and assignment 2020-01-21 17:52:43 +01:00
CipherKeyImpl.h gcc/clang (-fvisibility=hidden): corrections to compile and work properly (#4394) 2024-01-17 14:13:24 +01:00
Crypto.h enh(build): vcpkg support, cleanup/consistency 2024-04-03 09:20:14 +02:00
CryptoException.h cleanup and modernization 2020-01-10 12:20:30 +01:00
CryptoStream.h remove raw pointer interfaces 2020-01-23 09:50:36 +01:00
CryptoTransform.h remove raw pointer interfaces 2020-01-23 09:50:36 +01:00
DigestEngine.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ECDSADigestEngine.h cleanup and modernization 2020-01-10 12:20:30 +01:00
ECKey.h enh(Poco): Mark deprecated functionality with C++ attributes and resolve internal usage of deprecated functions (#4551) 2024-07-29 08:37:35 +02:00
ECKeyImpl.h enh(Poco): Mark deprecated functionality with C++ attributes and resolve internal usage of deprecated functions (#4551) 2024-07-29 08:37:35 +02:00
Envelope.h fix(): Linking Crypto-testrunner fails #3688 2022-07-18 13:05:51 +02:00
EVPCipherImpl.h feat(EVP): 3.0 support 2022-04-09 18:55:26 +00:00
EVPPKey.h enh(Poco): Mark deprecated functionality with C++ attributes and resolve internal usage of deprecated functions (#4551) 2024-07-29 08:37:35 +02:00
KeyPair.h code cleanup; fix move ctors and assignment 2020-01-21 17:52:43 +01:00
KeyPairImpl.h gcc/clang (-fvisibility=hidden): corrections to compile and work properly (#4394) 2024-01-17 14:13:24 +01:00
OpenSSLInitializer.h fix haveLegacyProvider for OpenSSL < 3 2023-07-11 07:00:35 +02:00
PKCS12Container.h cleanup and modernization 2020-01-10 12:20:30 +01:00
RSACipherImpl.h remove raw pointer interfaces 2020-01-23 09:50:36 +01:00
RSADigestEngine.h enh(Poco): Mark deprecated functionality with C++ attributes and resolve internal usage of deprecated functions (#4551) 2024-07-29 08:37:35 +02:00
RSAKey.h enh(Poco): Mark deprecated functionality with C++ attributes and resolve internal usage of deprecated functions (#4551) 2024-07-29 08:37:35 +02:00
RSAKeyImpl.h gcc/clang (-fvisibility=hidden): corrections to compile and work properly (#4394) 2024-01-17 14:13:24 +01:00
X509Certificate.h As of C++11, std::swap is noexcept. #2386 (#3645) 2022-06-28 12:14:36 -05:00