Snippets for qca 2.3.10 from Alpine riscv64
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-riscv64/community/qca/qca-2.3.10-r0.log.
-
/home/buildozer/aports/community/qca/src/qca-2.3.10/src/qca_tools.cpp:134:5: warning: cast from 'char*' to 'int*' increases required alignment of target type [-Wcast-align] 134 | reinterpret_cast<int *>(c)[0] = bytes + sizeof(int); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/src/qca_tools.cpp:143:23: warning: cast from 'char*' to 'int*' increases required alignment of target type [-Wcast-align] 143 | const int bytes = reinterpret_cast<int *>(c)[0]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/src/qca_tools.cpp:156:25: warning: cast from 'char*' to 'int*' increases required alignment of target type [-Wcast-align] 156 | const int oldsize = reinterpret_cast<int *>(c)[0] - sizeof(int); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/src/support/console.cpp:863:21: warning: cast from 'char*' to 'ushort*' {aka 'short unsigned int*'} increases required alignment of target type [-Wcast-align] 863 | ushort *p = reinterpret_cast<ushort *>(result.data()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/src/support/console.cpp:873:43: warning: cast from 'char*' to 'ushort*' {aka 'short unsigned int*'} increases required alignment of target type [-Wcast-align] 873 | const ushort *ustr = reinterpret_cast<ushort *>(result.data()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/src/qca_default.cpp:310:21: warning: cast from 'const QCA::md5_byte_t*' {aka 'const unsigned char*'} to 'const QCA::md5_word_t*' {aka 'const unsigned int*'} increases required alignment of target type [-Wcast-align] 310 | X = reinterpret_cast<const md5_word_t *>(data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/src/qca_default.cpp:672:17: warning: cast from 'unsigned char*' to 'QCA::CHAR64LONG16*' increases required alignment of target type [-Wcast-align] 672 | block = reinterpret_cast<CHAR64LONG16 *>(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-cyrus-sasl/qca-cyrus-sasl.cpp:731:32: warning: cast between incompatible function types from 'int (*)(sasl_conn_t*, void*, const char*, unsigned int, const char*, unsigned int, const char*, unsigned int, propctx*)' {aka 'int (*)(sasl_conn*, void*, const char*, unsigned int, const char*, unsigned int, const char*, unsigned int, propctx*)'} to 'int (*)()' [-Wcast-function-type] 731 | callbacks[0].proc = (int (*)())scb_checkauth; | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:58:21: warning: 'void DSA_free(DSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 58 | DSA_free(pointer); | ~~~~~~~~^~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1306:35: warning: 'HMAC_CTX* HMAC_CTX_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1306 | m_context = HMAC_CTX_new(); | ~~~~~~~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1313:35: warning: 'HMAC_CTX* HMAC_CTX_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1313 | m_context = HMAC_CTX_new(); | ~~~~~~~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1314:22: warning: 'int HMAC_CTX_copy(HMAC_CTX*, HMAC_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1314 | HMAC_CTX_copy(m_context, other.m_context); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1319:22: warning: 'void HMAC_CTX_free(HMAC_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1319 | HMAC_CTX_free(m_context); | ~~~~~~~~~~~~~^~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1324:21: warning: 'int HMAC_Init_ex(HMAC_CTX*, const void*, int, const EVP_MD*, ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1324 | HMAC_Init_ex(m_context, key.data(), key.size(), m_algorithm, nullptr); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1334:20: warning: 'int HMAC_Update(HMAC_CTX*, const unsigned char*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1334 | HMAC_Update(m_context, (unsigned char *)a.data(), a.size()); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1340:19: warning: 'int HMAC_Final(HMAC_CTX*, unsigned char*, unsigned int*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1340 | HMAC_Final(m_context, (unsigned char *)sa.data(), nullptr); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1341:23: warning: 'int HMAC_CTX_reset(HMAC_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1341 | HMAC_CTX_reset(m_context); | ~~~~~~~~~~~~~~^~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1464:55: warning: 'const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1464 | const RSA *rsa = EVP_PKEY_get0_RSA(pkey); | ~~~~~~~~~~~~~~~~~^~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1465:44: warning: 'int RSA_private_encrypt(int, const unsigned char*, unsigned char*, RSA*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1465 | if (RSA_private_encrypt(raw.size(), | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 1466 | (unsigned char *)raw.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1467 | (unsigned char *)out.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1468 | (RSA *)rsa, | ~~~~~~~~~~~ 1469 | RSA_PKCS1_PADDING) == -1) { | ~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1503:55: warning: 'const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1503 | const RSA *rsa = EVP_PKEY_get0_RSA(pkey); | ~~~~~~~~~~~~~~~~~^~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1504:50: warning: 'int RSA_public_decrypt(int, const unsigned char*, unsigned char*, RSA*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1504 | if ((len = RSA_public_decrypt(sig.size(), | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 1505 | (unsigned char *)sig.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1506 | (unsigned char *)out.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1507 | (RSA *)rsa, | ~~~~~~~~~~~ 1508 | RSA_PKCS1_PADDING)) == -1) { | ~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1636:49: warning: 'DSA* DSA_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1636 | std::unique_ptr<DSA, DsaDeleter> dsa(DSA_new()); | ~~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1640:35: warning: 'int DSA_generate_parameters_ex(DSA*, int, const unsigned char*, int, int*, long unsigned int*, BN_GENCB*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1640 | if (DSA_generate_parameters_ex( | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ 1641 | dsa.get(), bits, (const unsigned char *)seed.data(), seed.size(), &ret_counter, nullptr, nullptr) != 1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1648:17: warning: 'void DSA_get0_pqg(const DSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1648 | DSA_get0_pqg(dsa.get(), &bnp, &bnq, &bng); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1823:17: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1823 | RSA_free((RSA *)pointer); | ~~~~~~~~^~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1851:21: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1851 | RSA_free(result); | ~~~~~~~~^~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1856:63: warning: 'RSA* RSA_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1856 | std::unique_ptr<RSA, decltype(RsaDeleter)> rsa(RSA_new(), RsaDeleter); | ~~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1868:32: warning: 'int RSA_generate_key_ex(RSA*, int, BIGNUM*, BN_GENCB*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1868 | if (RSA_generate_key_ex(rsa.get(), bits, e.get(), nullptr) == 0) { | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1943:52: warning: 'const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1943 | const RSA *rsa_pkey = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1944:51: warning: 'int i2d_RSAPublicKey(const RSA*, unsigned char**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1944 | int len = i2d_RSAPublicKey(rsa_pkey, nullptr); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1947:25: warning: 'int i2d_RSAPublicKey(const RSA*, unsigned char**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1947 | i2d_RSAPublicKey(rsa_pkey, &p); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1952:36: warning: 'RSA* d2i_RSAPublicKey(RSA**, const unsigned char**, long int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1952 | RSA *rsa = d2i_RSAPublicKey(nullptr, (const unsigned char **)&p, result.size()); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1965:44: warning: 'const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1965 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1969:28: warning: 'int RSA_size(const RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1969 | size = RSA_size(rsa) - 11 - 1; | ~~~~~~~~^~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1972:28: warning: 'int RSA_size(const RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1972 | size = RSA_size(rsa) - 41 - 1; | ~~~~~~~~^~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1975:28: warning: 'int RSA_size(const RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1975 | size = RSA_size(rsa) - 11 - 1; | ~~~~~~~~^~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1978:28: warning: 'int RSA_size(const RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1978 | size = RSA_size(rsa) - 1; | ~~~~~~~~^~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1987:44: warning: 'const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1987 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:1993:36: warning: 'int RSA_size(const RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1993 | SecureArray result(RSA_size(rsa)); | ~~~~~~~~^~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2020:38: warning: 'int RSA_private_encrypt(int, const unsigned char*, unsigned char*, RSA*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2020 | ret = RSA_private_encrypt( | ~~~~~~~~~~~~~~~~~~~^ 2021 | buf.size(), (unsigned char *)buf.data(), (unsigned char *)result.data(), (RSA *)rsa, pad); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2023:37: warning: 'int RSA_public_encrypt(int, const unsigned char*, unsigned char*, RSA*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2023 | ret = RSA_public_encrypt( | ~~~~~~~~~~~~~~~~~~^ 2024 | buf.size(), (unsigned char *)buf.data(), (unsigned char *)result.data(), (RSA *)rsa, pad); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2035:44: warning: 'const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2035 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2036:36: warning: 'int RSA_size(const RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2036 | SecureArray result(RSA_size(rsa)); | ~~~~~~~~^~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2063:38: warning: 'int RSA_private_decrypt(int, const unsigned char*, unsigned char*, RSA*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2063 | ret = RSA_private_decrypt( | ~~~~~~~~~~~~~~~~~~~^ 2064 | in.size(), (unsigned char *)in.data(), (unsigned char *)result.data(), (RSA *)rsa, pad); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2066:37: warning: 'int RSA_public_decrypt(int, const unsigned char*, unsigned char*, RSA*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2066 | ret = RSA_public_decrypt( | ~~~~~~~~~~~~~~~~~~^ 2067 | in.size(), (unsigned char *)in.data(), (unsigned char *)result.data(), (RSA *)rsa, pad); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2172:27: warning: 'RSA* RSA_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2172 | RSA *rsa = RSA_new(); | ~~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2173:25: warning: 'int RSA_set0_key(RSA*, BIGNUM*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2173 | if (RSA_set0_key(rsa, bi2bn(n), bi2bn(e), bi2bn(d)) == 0 || RSA_set0_factors(rsa, bi2bn(p), bi2bn(q)) == 0) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2173:85: warning: 'int RSA_set0_factors(RSA*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2173 | if (RSA_set0_key(rsa, bi2bn(n), bi2bn(e), bi2bn(d)) == 0 || RSA_set0_factors(rsa, bi2bn(p), bi2bn(q)) == 0) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2175:21: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2175 | RSA_free(rsa); | ~~~~~~~~^~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2183:29: warning: 'void RSA_blinding_off(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2183 | RSA_blinding_off(rsa); | ~~~~~~~~~~~~~~~~^~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2194:27: warning: 'RSA* RSA_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2194 | RSA *rsa = RSA_new(); | ~~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2195:25: warning: 'int RSA_set0_key(RSA*, BIGNUM*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2195 | if (RSA_set0_key(rsa, bi2bn(n), bi2bn(e), nullptr) == 0) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2196:21: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2196 | RSA_free(rsa); | ~~~~~~~~^~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2207:46: warning: 'const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2207 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2209:21: warning: 'void RSA_get0_key(const RSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2209 | RSA_get0_key(rsa, &bnn, nullptr, nullptr); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2215:46: warning: 'const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2215 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2217:21: warning: 'void RSA_get0_key(const RSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2217 | RSA_get0_key(rsa, nullptr, &bne, nullptr); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2223:46: warning: 'const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2223 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2225:25: warning: 'void RSA_get0_factors(const RSA*, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2225 | RSA_get0_factors(rsa, &bnp, nullptr); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2231:46: warning: 'const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2231 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2233:25: warning: 'void RSA_get0_factors(const RSA*, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2233 | RSA_get0_factors(rsa, nullptr, &bnq); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2239:46: warning: 'const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2239 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2241:21: warning: 'void RSA_get0_key(const RSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2241 | RSA_get0_key(rsa, nullptr, nullptr, &bnd); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2287:21: warning: 'void DSA_free(DSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2287 | DSA_free(result); | ~~~~~~~~^~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2292:53: warning: 'DSA* DSA_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2292 | std::unique_ptr<DSA, DsaDeleter> dsa(DSA_new()); | ~~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2295:26: warning: 'int DSA_set0_pqg(DSA*, BIGNUM*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2295 | if (!DSA_set0_pqg(dsa.get(), pne, qne, gne)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2298:30: warning: 'int DSA_generate_key(DSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2298 | if (!DSA_generate_key(dsa.get())) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2310:34: warning: 'DSA* DSA_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2310 | dsa.reset(DSA_new()); | ~~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2311:47: warning: 'int DSA_generate_parameters_ex(DSA*, int, const unsigned char*, int, int*, long unsigned int*, BN_GENCB*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2311 | if (DSA_generate_parameters_ex( | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ 2312 | dsa.get(), 512, (const unsigned char *)"THIS_IS_A_DUMMY_SEED", 20, &dummy, nullptr, nullptr) != | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2319:34: warning: 'int DSA_set0_pqg(DSA*, BIGNUM*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2319 | if (!DSA_set0_pqg(dsa.get(), pne, qne, gne)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2322:38: warning: 'int DSA_generate_key(DSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2322 | if (!DSA_generate_key(dsa.get())) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2405:52: warning: 'const dsa_st* EVP_PKEY_get0_DSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2405 | const DSA *dsa_pkey = EVP_PKEY_get0_DSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2406:51: warning: 'int i2d_DSAPublicKey(const DSA*, unsigned char**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2406 | int len = i2d_DSAPublicKey(dsa_pkey, nullptr); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2409:25: warning: 'int i2d_DSAPublicKey(const DSA*, unsigned char**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2409 | i2d_DSAPublicKey(dsa_pkey, &p); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2414:36: warning: 'DSA* d2i_DSAPublicKey(DSA**, const unsigned char**, long int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2414 | DSA *dsa = d2i_DSAPublicKey(nullptr, (const unsigned char **)&p, result.size()); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2490:37: warning: 'DSA* DSA_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2490 | DSA *dsa = DSA_new(); | ~~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2497:26: warning: 'int DSA_set0_pqg(DSA*, BIGNUM*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2497 | if (!DSA_set0_pqg(dsa, bnp, bnq, bng) || !DSA_set0_key(dsa, bnpub_key, bnpriv_key)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2497:63: warning: 'int DSA_set0_key(DSA*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2497 | if (!DSA_set0_pqg(dsa, bnp, bnq, bng) || !DSA_set0_key(dsa, bnpub_key, bnpriv_key)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2498:21: warning: 'void DSA_free(DSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2498 | DSA_free(dsa); | ~~~~~~~~^~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2511:36: warning: 'DSA* DSA_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2511 | DSA *dsa = DSA_new(); | ~~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2517:26: warning: 'int DSA_set0_pqg(DSA*, BIGNUM*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2517 | if (!DSA_set0_pqg(dsa, bnp, bnq, bng) || !DSA_set0_key(dsa, bnpub_key, nullptr)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2517:63: warning: 'int DSA_set0_key(DSA*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2517 | if (!DSA_set0_pqg(dsa, bnp, bnq, bng) || !DSA_set0_key(dsa, bnpub_key, nullptr)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2518:21: warning: 'void DSA_free(DSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2518 | DSA_free(dsa); | ~~~~~~~~^~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2529:46: warning: 'const dsa_st* EVP_PKEY_get0_DSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2529 | const DSA *dsa = EVP_PKEY_get0_DSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2531:21: warning: 'void DSA_get0_pqg(const DSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2531 | DSA_get0_pqg(dsa, &bnp, &bnq, &bng); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2537:46: warning: 'const dsa_st* EVP_PKEY_get0_DSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2537 | const DSA *dsa = EVP_PKEY_get0_DSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2539:21: warning: 'void DSA_get0_key(const DSA*, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2539 | DSA_get0_key(dsa, &bnpub_key, nullptr); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2545:46: warning: 'const dsa_st* EVP_PKEY_get0_DSA(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2545 | const DSA *dsa = EVP_PKEY_get0_DSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2547:21: warning: 'void DSA_get0_key(const DSA*, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2547 | DSA_get0_key(dsa, nullptr, &bnpriv_key); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2593:20: warning: 'void DH_free(DH*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2593 | DH_free(result); | ~~~~~~~^~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2598:29: warning: 'DH* DH_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2598 | DH *dh = DH_new(); | ~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2601:25: warning: 'int DH_set0_pqg(DH*, BIGNUM*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2601 | if (!DH_set0_pqg(dh, bnp, nullptr, bng) || !DH_generate_key(dh)) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2601:68: warning: 'int DH_generate_key(DH*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2601 | if (!DH_set0_pqg(dh, bnp, nullptr, bng) || !DH_generate_key(dh)) { | ~~~~~~~~~~~~~~~^~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2602:20: warning: 'void DH_free(DH*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2602 | DH_free(dh); | ~~~~~~~^~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2675:46: warning: 'const dh_st* EVP_PKEY_get0_DH(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2675 | const DH *orig = EVP_PKEY_get0_DH(evp.pkey); | ~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2676:36: warning: 'DH* DH_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2676 | DH *dh = DH_new(); | ~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2678:20: warning: 'void DH_get0_pqg(const DH*, const BIGNUM**, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2678 | DH_get0_pqg(orig, &bnp, nullptr, &bng); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2679:20: warning: 'void DH_get0_key(const DH*, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2679 | DH_get0_key(orig, &bnpub_key, nullptr); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2681:20: warning: 'int DH_set0_key(DH*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2681 | DH_set0_key(dh, BN_dup(bnpub_key), nullptr); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2682:20: warning: 'int DH_set0_pqg(DH*, BIGNUM*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2682 | DH_set0_pqg(dh, BN_dup(bnp), nullptr, BN_dup(bng)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2698:46: warning: 'const dh_st* EVP_PKEY_get0_DH(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2698 | const DH *dh = EVP_PKEY_get0_DH(evp.pkey); | ~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2699:46: warning: 'const dh_st* EVP_PKEY_get0_DH(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2699 | const DH *them = EVP_PKEY_get0_DH(static_cast<const DHKey *>(&theirs)->evp.pkey); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2701:20: warning: 'void DH_get0_key(const DH*, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2701 | DH_get0_key(them, &bnpub_key, nullptr); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2703:35: warning: 'int DH_size(const DH*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2703 | SecureArray result(DH_size(dh)); | ~~~~~~~^~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2704:41: warning: 'int DH_compute_key(unsigned char*, const BIGNUM*, DH*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2704 | int ret = DH_compute_key((unsigned char *)result.data(), bnpub_key, (DH *)dh); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2730:36: warning: 'DH* DH_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2730 | DH *dh = DH_new(); | ~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2736:25: warning: 'int DH_set0_key(DH*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2736 | if (!DH_set0_key(dh, bnpub_key, bnpriv_key) || !DH_set0_pqg(dh, bnp, nullptr, bng)) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2736:68: warning: 'int DH_set0_pqg(DH*, BIGNUM*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2736 | if (!DH_set0_key(dh, bnpub_key, bnpriv_key) || !DH_set0_pqg(dh, bnp, nullptr, bng)) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2737:20: warning: 'void DH_free(DH*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2737 | DH_free(dh); | ~~~~~~~^~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2750:35: warning: 'DH* DH_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2750 | DH *dh = DH_new(); | ~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2755:25: warning: 'int DH_set0_key(DH*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2755 | if (!DH_set0_key(dh, bnpub_key, nullptr) || !DH_set0_pqg(dh, bnp, nullptr, bng)) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2755:65: warning: 'int DH_set0_pqg(DH*, BIGNUM*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2755 | if (!DH_set0_key(dh, bnpub_key, nullptr) || !DH_set0_pqg(dh, bnp, nullptr, bng)) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2756:20: warning: 'void DH_free(DH*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2756 | DH_free(dh); | ~~~~~~~^~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2767:44: warning: 'const dh_st* EVP_PKEY_get0_DH(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2767 | const DH *dh = EVP_PKEY_get0_DH(evp.pkey); | ~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2769:20: warning: 'void DH_get0_pqg(const DH*, const BIGNUM**, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2769 | DH_get0_pqg(dh, &bnp, nullptr, &bng); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2775:44: warning: 'const dh_st* EVP_PKEY_get0_DH(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2775 | const DH *dh = EVP_PKEY_get0_DH(evp.pkey); | ~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2777:20: warning: 'void DH_get0_key(const DH*, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2777 | DH_get0_key(dh, &bnpub_key, nullptr); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2783:44: warning: 'const dh_st* EVP_PKEY_get0_DH(const EVP_PKEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2783 | const DH *dh = EVP_PKEY_get0_DH(evp.pkey); | ~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2785:20: warning: 'void DH_get0_key(const DH*, const BIGNUM**, const BIGNUM**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2785 | DH_get0_key(dh, nullptr, &bnpriv_key); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2823:23: warning: 'int RSA_set_method(RSA*, const RSA_METHOD*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2823 | RSA_set_method(rsa, rsa_method()); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2828:21: warning: 'int RSA_set0_key(RSA*, BIGNUM*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2828 | RSA_set0_key(rsa, bnn, bne, nullptr); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2836:54: warning: 'const RSA_METHOD* RSA_get_default_method()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2836 | ops = RSA_meth_dup(RSA_get_default_method()); | ~~~~~~~~~~~~~~~~~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2836:31: warning: 'RSA_METHOD* RSA_meth_dup(const RSA_METHOD*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2836 | ops = RSA_meth_dup(RSA_get_default_method()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2837:34: warning: 'int RSA_meth_set_priv_enc(RSA_METHOD*, int (*)(int, const unsigned char*, unsigned char*, RSA*, int))' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2837 | RSA_meth_set_priv_enc(ops, nullptr); // pkcs11_rsa_encrypt | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2838:34: warning: 'int RSA_meth_set_priv_dec(RSA_METHOD*, int (*)(int, const unsigned char*, unsigned char*, RSA*, int))' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2838 | RSA_meth_set_priv_dec(ops, rsa_priv_dec); // pkcs11_rsa_encrypt | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2839:30: warning: 'int RSA_meth_set_sign(RSA_METHOD*, int (*)(int, const unsigned char*, unsigned int, unsigned char*, unsigned int*, const RSA*))' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2839 | RSA_meth_set_sign(ops, nullptr); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2840:32: warning: 'int RSA_meth_set_verify(RSA_METHOD*, int (*)(int, const unsigned char*, unsigned int, const unsigned char*, unsigned int, const RSA*))' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2840 | RSA_meth_set_verify(ops, nullptr); // pkcs11_rsa_verify | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2841:32: warning: 'int RSA_meth_set_finish(RSA_METHOD*, int (*)(RSA*))' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2841 | RSA_meth_set_finish(ops, rsa_finish); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:2886:21: warning: 'RSA* RSA_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2886 | RSA *r = RSA_new(); | ~~~~~~~^~ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:137:77: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 137 | QDateTime(QDate(2001, 8, 17), QTime(8, 30, 39), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:139:77: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 139 | QDateTime(QDate(2011, 8, 15), QTime(8, 30, 39), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:192:78: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 192 | QDateTime(QDate(2002, 8, 27), QTime(19, 02, 00), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:194:78: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 194 | QDateTime(QDate(2012, 8, 27), QTime(23, 59, 00), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:243:77: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 243 | QDateTime(QDate(2001, 8, 17), QTime(8, 32, 38), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:245:77: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 245 | QDateTime(QDate(2006, 8, 16), QTime(8, 32, 38), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:357:78: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 357 | QDateTime(QDate(2013, 7, 31), QTime(15, 14, 28), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:359:78: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 359 | QDateTime(QDate(2033, 7, 26), QTime(15, 14, 28), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:490:77: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 490 | QDateTime(QDate(2001, 8, 17), QTime(8, 30, 39), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:492:77: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 492 | QDateTime(QDate(2011, 8, 15), QTime(8, 30, 39), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:802:77: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 802 | QDateTime(QDate(2001, 8, 17), QTime(8, 46, 24), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:804:77: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 804 | QDateTime(QDate(2006, 8, 16), QTime(8, 46, 24), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:910:78: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 910 | QDateTime(QDate(2013, 7, 31), QTime(15, 23, 25), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:912:78: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 912 | QDateTime(QDate(2033, 7, 26), QTime(15, 23, 25), Qt::UTC).toString()); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:1038:97: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1038 | QCOMPARE(crl1.thisUpdate(), QDateTime(QDate(2001, 8, 17), QTime(11, 12, 03), Qt::UTC)); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:1039:97: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1039 | QCOMPARE(crl1.nextUpdate(), QDateTime(QDate(2006, 8, 16), QTime(11, 12, 03), Qt::UTC)); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:1055:101: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1055 | QCOMPARE(revokedList[0].time(), QDateTime(QDate(2001, 8, 17), QTime(11, 10, 39), Qt::UTC)); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:1056:101: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1056 | QCOMPARE(revokedList[1].time(), QDateTime(QDate(2001, 8, 17), QTime(11, 11, 59), Qt::UTC)); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:1094:97: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1094 | QCOMPARE(crl1.thisUpdate(), QDateTime(QDate(2001, 4, 19), QTime(14, 57, 20), Qt::UTC)); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:1095:97: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1095 | QCOMPARE(crl1.nextUpdate(), QDateTime(QDate(2011, 4, 19), QTime(14, 57, 20), Qt::UTC)); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:1111:101: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1111 | QCOMPARE(revokedList[0].time(), QDateTime(QDate(2001, 4, 19), QTime(14, 57, 20), Qt::UTC)); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/unittest/certunittest/certunittest.cpp:1112:101: warning: 'QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)' is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1112 | QCOMPARE(revokedList[1].time(), QDateTime(QDate(2001, 4, 19), QTime(14, 57, 20), Qt::UTC)); | ^ -
/home/buildozer/aports/community/qca/src/qca-2.3.10/plugins/qca-ossl/qca-ossl.cpp:3373:24: warning: 'void QDateTime::setTimeSpec(Qt::TimeSpec)' is deprecated: Use setTimeZone() instead [-Wdeprecated-declarations] 3373 | qdt.setTimeSpec(Qt::UTC); | ~~~~~~~~~~~~~~~^~~~~~~~~