qt6-bb10/src/network/ssl
Marc Mutz 95e9b93a77 QSslEllipticCurve: don't call QSslSocketPrivate::ensureInitialized() in const functions
Rationale: the case of an invalid QSslEllipticCurve is already
dealt with before we'd call ensureInitialized(). But in order
to have a non-invalid QSslEllipticCurve, we must have called
one of the constructor functions first. There, we already call
ensureInitialized(), so we don't need to do it here again.

Change-Id: I96bdb5db63ec0165e6b8fac9469b5d81c6b2cdae
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
2015-01-21 11:22:35 +01:00
..
qasn1element.cpp ssl: common certificate parser support for extensions 2014-09-05 14:20:44 +02:00
qasn1element_p.h ssl: common certificate parser support for extensions 2014-09-05 14:20:44 +02:00
qssl.cpp Add elliptic curve support to QSsl 2015-01-18 10:18:43 +01:00
qssl.h Add elliptic curve support to QSsl 2015-01-18 10:18:43 +01:00
qssl_p.h Use categorized logging for ssl code 2014-12-10 11:07:46 +01:00
qsslcertificate.cpp Use categorized logging for ssl code 2014-12-10 11:07:46 +01:00
qsslcertificate.h Use camel case in PKCS#12 function 2014-11-24 08:50:05 +01:00
qsslcertificate_openssl.cpp Add elliptic curve support to QSsl 2015-01-18 10:18:43 +01:00
qsslcertificate_p.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslcertificate_qt.cpp Add missing qdatastream.h includes. 2015-01-05 13:13:09 +01:00
qsslcertificate_winrt.cpp winrt: complete QSslCertificate implementation 2014-08-30 08:20:51 +02:00
qsslcertificateextension.cpp Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslcertificateextension.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslcertificateextension_p.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslcipher.cpp Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslcipher.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslcipher_p.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslconfiguration.cpp Merge remote-tracking branch 'origin/5.4' into dev 2014-12-18 12:12:58 +01:00
qsslconfiguration.h SSL: Add support for selecting which curves should be used by an elliptic cipher 2014-11-26 22:07:56 +01:00
qsslconfiguration_p.h SSL: Add support for selecting which curves should be used by an elliptic cipher 2014-11-26 22:07:56 +01:00
qsslcontext_openssl.cpp Add elliptic curve support to QSsl 2015-01-18 10:18:43 +01:00
qsslcontext_openssl_p.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslellipticcurve.cpp QSslEllipticCurve: add fromLongName 2015-01-21 10:41:39 +01:00
qsslellipticcurve.h QSslEllipticCurve: add missing noexcept 2015-01-21 11:22:28 +01:00
qsslellipticcurve_dummy.cpp QSslEllipticCurve: add fromLongName 2015-01-21 10:41:39 +01:00
qsslellipticcurve_openssl.cpp QSslEllipticCurve: don't call QSslSocketPrivate::ensureInitialized() in const functions 2015-01-21 11:22:35 +01:00
qsslerror.cpp Add qHash(QSslError) overload 2014-10-19 07:32:41 +02:00
qsslerror.h Add qHash(QSslError) overload 2014-10-19 07:32:41 +02:00
qsslkey.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslkey_openssl.cpp Add elliptic curve support to QSsl 2015-01-18 10:18:43 +01:00
qsslkey_p.cpp Add elliptic curve support to QSsl 2015-01-18 10:18:43 +01:00
qsslkey_p.h Add elliptic curve support to QSsl 2015-01-18 10:18:43 +01:00
qsslkey_qt.cpp Add missing qdatastream.h includes. 2015-01-05 13:13:09 +01:00
qsslkey_winrt.cpp Use categorized logging for ssl code 2014-12-10 11:07:46 +01:00
qsslsocket.cpp Merge remote-tracking branch 'origin/5.4' into dev 2014-12-18 12:12:58 +01:00
qsslsocket.h Add Q_DECL_OVERRIDE in the src subdirectory 2014-12-03 09:57:11 +01:00
qsslsocket_openssl.cpp Merge remote-tracking branch 'origin/5.4' into dev 2014-12-18 12:12:58 +01:00
qsslsocket_openssl_android.cpp Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslsocket_openssl_p.h Merge remote-tracking branch 'origin/5.4' into dev 2014-12-10 07:58:06 +01:00
qsslsocket_openssl_symbols.cpp QSslEllipticCurve: add fromLongName 2015-01-21 10:41:39 +01:00
qsslsocket_openssl_symbols_p.h QSslEllipticCurve: add fromLongName 2015-01-21 10:41:39 +01:00
qsslsocket_p.h Add Q_DECL_OVERRIDE in the src subdirectory 2014-12-03 09:57:11 +01:00
qsslsocket_winrt.cpp Use categorized logging for ssl code 2014-12-10 11:07:46 +01:00
qsslsocket_winrt_p.h Use camel case in PKCS#12 function 2014-11-24 08:50:05 +01:00
ssl.pri Merge remote-tracking branch 'origin/5.4' into dev 2014-12-18 12:12:58 +01:00