poco/Crypto/src
2023-10-16 20:21:25 +02:00
..
Cipher.cpp feat(Cipher): No access to padding in Cipher #3374 2022-06-24 00:04:28 +02:00
CipherFactory.cpp feat(EVP): 3.0 support 2022-04-09 18:55:26 +00:00
CipherImpl.cpp manually merge #3448, part 1 (Crypto) 2022-02-07 17:00:45 +01:00
CipherKey.cpp code cleanup; fix move ctors and assignment 2020-01-21 17:52:43 +01:00
CipherKeyImpl.cpp #3458: encryptString() crash on redhat/centos 8 with FIPS enabled using md5 default digest 2022-02-07 18:21:46 +01:00
CryptoException.cpp cleanup and modernization 2020-01-10 12:20:30 +01:00
CryptoStream.cpp remove raw pointer interfaces 2020-01-23 09:50:36 +01:00
CryptoTransform.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
DigestEngine.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ECDSADigestEngine.cpp #3230: ECDSADigestEngine: include missing header 2021-04-12 20:36:56 +02:00
ECKey.cpp code cleanup; fix move ctors and assignment 2020-01-21 17:52:43 +01:00
ECKeyImpl.cpp #3563: Remove support for OpenSSL < 1.0 2022-04-16 08:05:12 +02:00
Envelope.cpp Fixed compile error with OpenSSL 1.0 systems (#3739) (#3912) 2023-03-17 15:45:30 -05:00
EVPCipherImpl.cpp chore(Crypto): fix some warnings 2022-08-21 14:40:21 +02:00
EVPPKey.cpp fix(Crypto::EvpPKey): separate bignums and free them after parameter build 2023-10-16 20:21:25 +02:00
KeyPair.cpp code cleanup; fix move ctors and assignment 2020-01-21 17:52:43 +01:00
KeyPairImpl.cpp add Crypto PKCS12/EC; update VS projects 2017-09-16 00:44:39 -05:00
OpenSSLInitializer.cpp Don't throw if OpenSSL legacy provider is not available. Add OpenSSLInitializer::haveLegacyProvider() to check for legacy provider. 2023-07-10 17:02:49 +02:00
PKCS12Container.cpp fix(Crypto) Update method to extract friendlyName from certificate (#3787) 2022-09-11 12:28:41 -05:00
RSACipherImpl.cpp #3224: Remove SSL23 support from Poco/Crypto 2021-06-15 13:38:37 +02:00
RSADigestEngine.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RSAKey.cpp code cleanup; fix move ctors and assignment 2020-01-21 17:52:43 +01:00
RSAKeyImpl.cpp #3563: Remove support for OpenSSL < 1.0 2022-04-16 08:05:12 +02:00
X509Certificate.cpp As of C++11, std::swap is noexcept. #2386 (#3645) 2022-06-28 12:14:36 -05:00