[PATCH RFC wayland-protocols v3 1/2] Add secure output protocol

2018-12-02 Thread scott . anderson
From: Scott Anderson This protocol allows a client to ask the compositor to only allow it to be displayed on a "secure" output. This is based on a chromium protocol of the same name [1]. This protocol is mostly useful for closed systems, where the client can trust the compositor, such as set-to

[no subject]

2018-12-02 Thread scott . anderson
Hi, I've come to realise that it's become a bit of a fool's errand to try and put all of the information related to content security into a single protocol and have the interface be general yet sane, so I've instead redesigned this to be general core which can be extended by other protocols. Thi

[PATCH RFC wayland-protocols v3 2/2] Add HDCP security protocol

2018-12-02 Thread scott . anderson
From: Scott Anderson This is an extension to the secure output protocol for clients that specifically want to control properties related to HDCP. Signed-off-by: Scott Anderson --- .../secure-output-hdcp-unstable-v1.xml| 120 ++ 1 file changed, 120 insertions(+) create