Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 340211 - app-emulation/xen-tools needs gnutls for TLS enabled VNC
Summary: app-emulation/xen-tools needs gnutls for TLS enabled VNC
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-09 00:10 UTC by Finn Thain
Modified: 2011-03-26 11:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Finn Thain 2010-10-09 00:10:04 UTC
If gnutls is not installed, the xend-config settings for TLS security for VNC will be silently ignored. 

If gnutls is installed, the internal qemu build detects it and the TLS settings in xend-config will work.


Reproducible: Always

Steps to Reproduce:
1. emerge xen-tools in the absence of gnutls
2. configure xend for opportunistic TLS (and for certificate auth)
3. connect with VeNCrypt etc

Actual Results:  
No crypto at all (and no certificate auth). No error, just a plain VNC connection.

Expected Results:  
Either an error from xend or working crypto.

I think the solution is a tls USE flag for xen-tools with a conditional dep on gnutls.
Comment 1 Wormo (RETIRED) gentoo-dev 2010-10-15 22:33:11 UTC
Thanks for reporting this missing dependency, assigning to xen team.
Comment 2 Alexey Shvetsov archtester gentoo-dev 2011-03-26 11:39:54 UTC
Xen 4.1 in tree. Please test with it and reopen if it doesnt work