Re: [Qemu-devel] [PATCHv9] Improve documentation for TLS

2016-04-12 Thread Alex Bligh
Eric, Thanks for these - both in v10. On 12 Apr 2016, at 16:15, Eric Blake wrote: >> +There is a degenerate case of SELECTIVETLS where all >> +exports are TLS-only. This is permitted in part to make programming >> +of servers easier. Operation is a little different from FORCEDTLS, >> +as the cl

Re: [Qemu-devel] [PATCHv9] Improve documentation for TLS

2016-04-12 Thread Eric Blake
On 04/12/2016 07:27 AM, Alex Bligh wrote: > * Call out TLS into a separate section > > * Add details of the TLS protocol itself > > * Emphasise that actual TLS session initiation (i.e. the TLS handshake) can > be initiated from either side (as required by the TLS standard I believe > and as a

Re: [Qemu-devel] [PATCHv9] Improve documentation for TLS

2016-04-12 Thread Eric Blake
On 04/12/2016 07:27 AM, Alex Bligh wrote: > * Call out TLS into a separate section > > * Add details of the TLS protocol itself > > * Emphasise that actual TLS session initiation (i.e. the TLS handshake) can > be initiated from either side (as required by the TLS standard I believe > and as a

[Qemu-devel] [PATCHv9] Improve documentation for TLS

2016-04-12 Thread Alex Bligh
* Call out TLS into a separate section * Add details of the TLS protocol itself * Emphasise that actual TLS session initiation (i.e. the TLS handshake) can be initiated from either side (as required by the TLS standard I believe and as actually works in practice) * Clarify what is a requirem