Known bugs:

o) OpenSSL PRNG doesn't get seeded properly if no /dev/urandom exists.
   This could/would affect the level of security the SSL layer provides.
   A warning is printed if /dev/urandom is found to be inaccessible.
   All systems wmium has been tested and verified on so far has got a
   working /dev/urandom, so this issue should not affect many at all.

o) The certificate returned by the webserver isn't actually verified.
   While this potentially opens up for spoofing attacks, I find that to
   be a very unlikely scenario with little risk attached. Due to that and
   the fact that wmium's design makes it rather hard to perform this check,
   I have not bothered to implement it. If you want it however, do feel
   free to send me some patches for it ;-)

