I've pushed a review to Gerrit providing support for TLS supplemental data and
TLS extensions via a new pair of classes and APIs added to QSslSocket (six new
setters/accessors and four new signals).
Review available here:
https://codereview.qt-project.org/#q,54364,n,z
Wiki topic updated to des
Looks good!
Some comments / questions:
- Do you have examples of supplemental data? It seems to me like TLS
extensions are more important here, as they are used everywhere already.
- re. API:
What comes to my mind are the following options:
a) generic class QTlsExtension similar to QSslCertifi
I wanted to give folks a heads-up that I'm starting work on defining an API
which will give Qt the ability to retrieve and set TLS extension data sent in
OpenSSL's extended hello.
I will also be adding support for the ability to send and retrieve supplemental
data messages.
A Wiki topic has