Ivailo Monev
f5444a85e6
kio: deal with TODO related to SSLv2
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-06-28 11:14:10 +03:00
Ivailo Monev
31ee051ff4
generic: remove some compatibility bits
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-02-27 08:58:02 +02:00
Ivailo Monev
bc28637562
generic: get rid of KLocalSocket and KTcpSocket
...
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-05-04 19:49:49 +00:00
Ivailo Monev
61333c4671
generic: namespaced Qt4/Katie build fixes
...
most of the changes were done trought Katie's namefsck script which
convertes forward class declarations to include directives, however
other fixes here and there were needed as well as some questionable
changes to Q_DECLARE_TYPEINFO() macro calls because they most likely
have to do the namespacing themselfs (QT_BEGIN/END_NAMESPACE, and
probably will be in Katie) meaning that some of the changes may be
temporary and reverted later.
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2017-08-04 09:24:39 +00:00
Ivailo Monev
6d903709c2
Revert "kio: avoid unnecessary loop in KSslInfoDialog"
...
This reverts commit 65f28c4d3e
.
2016-04-22 23:06:12 +00:00
Ivailo Monev
65f28c4d3e
kio: avoid unnecessary loop in KSslInfoDialog
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-22 10:42:19 +00:00
Ivailo Monev
5a5a20c327
generic: get rid of KJS and KHTML for good
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-07 03:42:53 +00:00
Ivailo Monev
622efdd631
kio: add some ssl bits needed by KHTML back
...
I totally overlooked the fact that KSSL is used in KSSLKeyGen but
only when KSSL_HAVE_SSL is defined, which was not when I removed
the bits but after d93b7a68
it blew up
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-07 00:33:56 +00:00
Ivailo Monev
d93b7a681d
kio: include ksslconfig in ksslkeygen
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-06 22:52:15 +00:00
Ivailo Monev
b30eda0d86
generic: fix khtml build regression
...
it was broken since b355dff9
and cd441bc5
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-05 09:52:14 +00:00
Ivailo Monev
891e7c14da
generic: remove redundant kssl bits
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-02 07:17:17 +00:00
Ivailo Monev
b4a354b74b
generic: use QCryptographicHash instead of KMD5
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-01 04:32:22 +00:00
Ivailo Monev
b9788987ab
generic: misc cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-28 16:28:57 +00:00
Ivailo Monev
376484dff8
generic: get rid of KLibrary
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-05 03:36:21 +02:00
Ivailo Monev
3634770269
generic: build system cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-02 03:38:51 +02:00
Ivailo Monev
1f58bf760b
generic: stop using obsolete code paths
2015-10-28 05:23:15 +02:00
Ivailo Monev
007a44cd2f
generic: major build system cleanup
...
the test are broken!
2015-09-01 01:05:33 +03:00
Ivailo Monev
c931b9a201
generic: mostly win cruft removal
2015-08-28 04:47:19 +03:00
Ivailo Monev
06bb32bd92
generic: fix build against katie
2015-08-23 05:30:32 +03:00
Ivailo Monev
1a0dfb4704
generic: misc cleanups
2015-08-19 01:38:20 +03:00
Ivailo Monev
1ae0537be5
kio: check return codes for methods called in ksslkeygen
2015-08-18 19:33:26 +03:00
Ivailo Monev
21ad0df488
generic: make changes required for building against katie
2015-08-11 05:56:07 +03:00
Ivailo Monev
5ddc190ce0
generic: normalize include guards
2015-07-11 18:42:46 +03:00
Ivailo Monev
e05886723a
generic: normalize include guards
2015-07-11 18:20:46 +03:00
Ivailo Monev
667615af01
kio: make use of CA Root Certificates bundle from cURL project
...
Read http://curl.haxx.se/docs/caextract.html to learn more. The
bundled certificates are usually discarted by major distributions
but for those that do not it would be wise to provide one that is
up-to-date.
2015-06-11 15:44:50 +00:00
Ivailo Monev
5333e9917d
generic: remove deprecated API
2015-02-28 03:27:54 +00:00
Ivailo Monev
82fc15f54b
generic: use CMake moc instead of automoc4 by default
...
for compatibilty reasons automoc4 support is not removed but it
shall be in the future. automoc4 has not been maintained for a
while (last commit is from 2011) and the stable release is from
2009.
CMake version >= 2.8.6 provides the functionality for mocking so
I see no reason to not make use of it.
2015-02-27 07:40:26 +00:00
Ivailo Monev
1310cda5e1
kio: remove cygwin and mac code from kopenssl
2015-01-27 13:46:40 +00:00
Ivailo Monev
fbfb5ef22d
Revert "kio: change SSL KCM parent category to network-settings"
...
This reverts commit 8900e3f0ed
.
2015-01-22 00:50:09 +00:00
Ivailo Monev
8900e3f0ed
kio: change SSL KCM parent category to network-settings
2015-01-21 23:39:31 +00:00
Ivailo Monev
31e567f90e
Use QSslCertificate's fromDevice instead fromPath to import certificates.
...
QSslCertificate::fromPath seems to have problem importing certs in DER format.
CCBUG: 333079
REVIEW: 121092
2015-01-03 22:47:01 +00:00
Ivailo Monev
b99fa1400b
more windows code remove
2014-11-19 15:19:19 +00:00
Ivailo Monev
e0b7d38f81
removed all upd cruft
2014-11-15 19:55:02 +00:00
Ivailo Monev
9cc09a56bf
removed k3 headers include
2014-11-14 01:28:56 +02:00
Ivailo Monev
814163a8dc
initial import
2014-11-13 01:04:59 +02:00