| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit e0b892796d218e0ad64ed6698640e1923662d943)
|
|
|
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 26d76a4c048d99e282356616ca8e1e5ad45a7f53)
|
|
|
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 0c64a776ddecfa33a37318e79b8811d9774579ae)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d9ca16068027f45cd0e59b3bcb31be9650e0da5f)
|
|
|
|
|
|
|
| |
This resolves bug 2739
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit d23ac70c47e70cb082d38e13c4cd741769d1bb2b)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some KOpenSSLProxy methods have been renamed to be consistent
with OpenSSL 1.1 API names and to prevent hidden API changes.
To ensure API / ABI compatibility, the original methods are
still included but have been marked as deprecated.
+ SSLv23_client_method => TLS_client_method
+ X509_STORE_CTX_set_chain => X509_STORE_CTX_set0_untrusted
+ sk_dup => OPENSSL_sk_dup
+ sk_free => OPENSSL_sk_free
+ sk_new => OPENSSL_sk_new
+ sk_num => OPENSSL_sk_num
+ sk_pop => OPENSSL_sk_pop
+ sk_push => OPENSSL_sk_push
+ sk_value => OPENSSL_sk_value
Additional methods have been added to KOpenSSLProxy to support
the new OpenSSL 1.1 API functions that provide access to the
(now) opaque SSL structures. Compatibility with OpenSSL < 1.1
is handled internally in KOpenSSLProxy.
+ BIO_get_data
+ DSA_get0_key
+ DSA_get0_pqg
+ EVP_PKEY_base_id
+ EVP_PKEY_get0_DSA
+ EVP_PKEY_get0_RSA
+ RSA_get0_key
+ X509_CRL_get0_lastUpdate
+ X509_CRL_get0_nextUpdate
+ X509_OBJECT_get0_X509
+ X509_OBJECT_get_type
+ X509_STORE_CTX_get_current_cert
+ X509_STORE_CTX_get_error
+ X509_STORE_CTX_get_error_depth
+ X509_STORE_CTX_set_error
+ X509_STORE_get0_objects
+ X509_STORE_set_verify_cb
+ X509_get0_signature
+ X509_getm_notAfter
+ X509_getm_notBefore
+ X509_subject_name_cmp
+ _SSL_session_reused
+ _SSL_set_options
Method "KSSL::setSession" has been renamed to "KSSL::takeSession"
and its functionality has changed: the session is now transferred
from the argument object to the invoked object. Since it is only
used internally in TDE and the functionality is different, the
method with the previous name has not been preserved.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e1861cb6811f7bac405ece204407ca46c000a453)
|
|
|
|
|
|
|
| |
bug 2717.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f32bc5176289b70bf1c6e7d2825d53f190bc4096)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1ae867ab67d4b696d8280159614e0542cc18a8d2)
|
|
|
|
|
|
|
| |
Based on https://quickgit.kde.org/?p=karchive.git&a=commitdiff&h=0cb243f6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 261a3b7a126b7a1d28e263085b85bf1905eb4c19)
|
|
|
|
|
|
|
|
| |
up the code.
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f3fadb884d08b74d5796f7d1b6ad2c2a2316c0f4)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646)
|
|
|
|
|
|
|
|
|
| |
bug 1287.
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Partially cleaned up and modified.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7406ed0563952d1ee433e02e75fb44a5d0d0a81d)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1571e6174436e1af461745296cacfbb3b369fdf9)
|
|
|
|
|
|
|
|
| |
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Removed not-required part of the patch from original Emanoil's patch (empty spaces at the end of line)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 13e032939ea40c33e4964b54bf755a6f1c9d70be)
|
|
|
|
|
| |
This fixes certificate dates beyond year 2049.
(cherry picked from commit 07dbb3b5c92ed22f71123eb84806d55f9962c60b)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0d8345e6f7f2402d3ee88c0eb3d89e0e839bc5b5)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 52a1b55368ec53b14347996851aca7eb29374397)
|
|
|
|
|
|
|
| |
This resolves bug 2625
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit 4ceb2b158b3ed1ba1c78ab886b08a0bf40577d51)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 51efac909d7b116c8b0ca58fcd4e74ff58f31091)
|
|
|
|
|
|
| |
KSSLCertificate object
(cherry picked from commit 62a597d75224844be9a98952a586fc5c0406561e)
|
|
|
|
| |
(cherry picked from commit 9bf244dd97e89bf47dd70fe47a4f00a3f372f875)
|
|
|
|
| |
(cherry picked from commit 5896a404bcc63085cf0a50d232d2d631a5107228)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This resolves bug 2713
The MAGIC_CONTINUE flag resulted in a malformed mimemagic responses
like "application/x-executable\012- application/octet-stream"
instead of just "application/x-executable".
This string being unparsed then caused the KMimeType::findByURL() to
fallback to application/octet-stream for nearly every mimetype.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit f54496a1f2d99bea12af3db999a53515109f99a3)
|
|
|
|
|
|
|
| |
This partially resolves Bug 2217
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 026a0ccdcdd054f227682f7e37dceef68173c6f9)
|
|
|
|
|
|
|
|
| |
for mime types not contained in TDE settings
This resolves Bug 2392
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b0ac7d287922e883a2e571222089b680adfe46c6)
|
|
|
|
|
| |
This resolves a rather major glitch with Device Links noted on the mailing list
(cherry picked from commit 6ddd04bacafe12003b229afc036dc4674df48d5f)
|
|
|
|
| |
(cherry picked from commit 8f117582531853100b5e0e5ce6a654398270c6c4)
|
|
|
|
| |
(cherry picked from commit 03a61295af97983a2313df9717653a466c99ef03)
|
|
|
|
|
| |
This relates to Bug 656
(cherry picked from commit 58c3aed2bb340467aa9734a9141ebe1d89e4074b)
|
|
|
|
|
|
| |
This relates to Bug 656
Clean up some old development debug statements
(cherry picked from commit f8790c70f8b1ce1f143719c19131c50031fd051a)
|
|
|
|
|
| |
This relates to Bug 656
(cherry picked from commit e5f898219af927c9bac3aa9b0c9e9473a52dde15)
|
|
|
|
|
| |
This resolves Bug 656
(cherry picked from commit 62bfcbe4780e5b08aee6a16895f5e508f0646bd2)
|
|
|
|
|
| |
This relates to Bug 656, Bug 661, and others
(cherry picked from commit 8066e87c6ca6eb12af5c427b5fb73ccfe6c97d04)
|
|
|
|
|
|
|
| |
converting to libmagic
This relates to Bug 656
(cherry picked from commit 6d268f3c559ac6351666de4a362a0536ecc7c78a)
|
|
|
|
| |
(cherry picked from commit e0b1bfb0140e1d484f71683e820731abdd0779d5)
|
|
|
|
| |
(cherry picked from commit 5e9959ef854ca8d353b91e9d8305f0fc5e117712)
|
|
|
|
| |
(cherry picked from commit b477a576734ecc272f81da28fb5b089e914e39c5)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This relates to old KDE3 commit
https://quickgit.kde.org/?p=kdelibs.git&a=commit&h=fee91015
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e9d546a6a3c9fb802c5d9c2c7765834599d90ea8)
|
|
|
|
|
|
| |
Signed-off-by: E. Kotsev <deloptes@yahoo.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d10e1df3b0c7526fab1ea1948d697bfe1a49242a)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 04255418ecbedc1a7e712999d481742f4196b0af)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f9abaf54dabe13a48c6c8eed8926471c4cdabe97)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 98c2c3cb3086e6680be3ef463f16e1159c692b77)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aca6552dd5ee39a6eb4fc16371352360685e05ee)
|
|
|
|
| |
(cherry picked from commit 3c06aad1564601e37dfce6e6bffabb4472421999)
|
|
|
|
|
|
|
| |
passed to TDEApplication
This relates to Bug 760
(cherry picked from commit 7cc3a975d2b1ac2d9efa6abef037533fc8bfec7c)
|
|
|
|
|
| |
This relates to Bug 760
(cherry picked from commit 6f4fd5e5632b2288a483430c625081a51342fdab)
|
|
|
|
|
| |
(small portion of original commit)
(cherry picked from commit d6a4fe9ca855e094bbfe2e1ba1bba565557b1891)
|
|
|
|
|
|
|
| |
This resolves Bug 1913
Signed-off-by: Roman Savochenko <rom_as@oscada.org>
(cherry picked from commit 4a9b7a937163733a75bc7ef6ffea8feb6713149f)
|