Re: [Development] TLS extensions and supplemental data

2013-04-22 Thread Scott Deboy
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

Re: [Development] TLS extensions and supplemental data

2013-03-13 Thread Peter Hartmann
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

[Development] TLS extensions and supplemental data

2013-03-08 Thread Scott Deboy
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