Re: [Development] TLS extensions and supplemental data

2013-04-22 Thread Scott Deboy
ions, or ability to call > addExtension multiple times prior to the extended hello being sent?" > > I think we could combine it, by having an addExtension taking one single > extension and maybe an overload which takes a QList or so. > > > Regards, > > Peter > >

[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

[Development] Adding support for a new OpenSSL API

2013-02-15 Thread Scott Deboy
I'm working on adding support in QT5 for a new OpenSSL API supporting TLS Authorization Extensions (http://tools.ietf.org/html/rfc5878) and would appreciate guidance on how to best expose this API, as it will only be available in the very latest versions of OpenSSL. I also would also appreciate