<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tdelibs/tdecert, branch other/string-fixes</title>
<subtitle>TDE core libraries
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/tdelibs/atom?h=other%2Fstring-fixes</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/tdelibs/atom?h=other%2Fstring-fixes'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdelibs/'/>
<updated>2020-12-06T12:24:20Z</updated>
<entry>
<title>Renaming of files in preparation for code style tools.</title>
<updated>2020-12-06T12:24:20Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2020-12-06T12:23:48Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdelibs/commit/?id=4f99f868f09bbffa2e15733b8b7c78eba07a199e'/>
<id>urn:sha1:4f99f868f09bbffa2e15733b8b7c78eba07a199e</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Desktop file translations:</title>
<updated>2020-06-07T16:25:52Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2020-06-07T16:25:52Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdelibs/commit/?id=4b7a4e17362206fd2eade35ba947a850263b0ea1'/>
<id>urn:sha1:4b7a4e17362206fd2eade35ba947a850263b0ea1</id>
<content type='text'>
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Fix icons for some MIME types.</title>
<updated>2019-12-19T20:46:08Z</updated>
<author>
<name>Chris</name>
<email>xchrisx@uber.space</email>
</author>
<published>2019-12-19T20:40:48Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdelibs/commit/?id=b09eb3a1c0d68a9b4c1f0cf75b4257d67b3336ea'/>
<id>urn:sha1:b09eb3a1c0d68a9b4c1f0cf75b4257d67b3336ea</id>
<content type='text'>
Signed-off-by: Chris &lt;xchrisx@uber.space&gt;
</content>
</entry>
<entry>
<title>Fix wrong XDG patch for tdelibs, which resulted in missing icons.</title>
<updated>2019-12-16T17:40:04Z</updated>
<author>
<name>Chris</name>
<email>xchrisx@uber.space</email>
</author>
<published>2019-12-16T17:40:04Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdelibs/commit/?id=bc5150d64efee75e1b79b80011b33a51225270f5'/>
<id>urn:sha1:bc5150d64efee75e1b79b80011b33a51225270f5</id>
<content type='text'>
This partially reverts commit 4e765ab579.

Signed-off-by: Chris &lt;xchrisx@uber.space&gt;
</content>
</entry>
<entry>
<title>KPasswordEdit::password() now returns a TQString instead of a const char *. This relates to bug 2961.</title>
<updated>2018-11-27T05:55:23Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2018-11-27T05:55:23Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdelibs/commit/?id=6ec26d859be239e6db1bb392140db76227a56522'/>
<id>urn:sha1:6ec26d859be239e6db1bb392140db76227a56522</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>LIB_QT -&gt; LIB_TQT conversion to align to updated admin module</title>
<updated>2018-09-17T14:19:51Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2018-09-17T14:19:51Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdelibs/commit/?id=0c5985ae033c0dcd608c0e2470b4e5260eb464e2'/>
<id>urn:sha1:0c5985ae033c0dcd608c0e2470b4e5260eb464e2</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Added support for OpenSSL 1.1</title>
<updated>2017-01-01T18:35:39Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2017-01-01T18:35:39Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdelibs/commit/?id=e1861cb6811f7bac405ece204407ca46c000a453'/>
<id>urn:sha1:e1861cb6811f7bac405ece204407ca46c000a453</id>
<content type='text'>
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 =&gt; TLS_client_method
+ X509_STORE_CTX_set_chain =&gt; X509_STORE_CTX_set0_untrusted
+ sk_dup =&gt; OPENSSL_sk_dup
+ sk_free =&gt; OPENSSL_sk_free
+ sk_new =&gt; OPENSSL_sk_new
+ sk_num =&gt; OPENSSL_sk_num
+ sk_pop =&gt; OPENSSL_sk_pop
+ sk_push =&gt; OPENSSL_sk_push
+ sk_value =&gt; 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 &lt; 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 &lt;slavek.banko@axis.cz&gt;
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fix incorrect handling of certificate dates in viewer module</title>
<updated>2015-09-03T18:53:14Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2015-09-03T18:53:14Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdelibs/commit/?id=a837e1327eeb8a04f168b5817bfe61ff41a46744'/>
<id>urn:sha1:a837e1327eeb8a04f168b5817bfe61ff41a46744</id>
<content type='text'>
This was a cosmetic issue only and did not affect actual certificate usage or validity
</content>
</entry>
<entry>
<title>Bring system icon into XDG compliance</title>
<updated>2015-03-26T17:26:25Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2015-03-26T17:26:25Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdelibs/commit/?id=4e765ab579a638cdc4965e5a5c65bebca038c8fd'/>
<id>urn:sha1:4e765ab579a638cdc4965e5a5c65bebca038c8fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix stragglers that were not properly renamed in the XDG standardization commits</title>
<updated>2014-10-25T04:26:42Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2014-10-25T04:26:42Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdelibs/commit/?id=f12e618a17fac21e5b1556ad50c16b2798276d76'/>
<id>urn:sha1:f12e618a17fac21e5b1556ad50c16b2798276d76</id>
<content type='text'>
</content>
</entry>
</feed>
