All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: GRUB and network (was Re: GRUB and Google Summer of Code)
Date: Thu, 01 Apr 2010 22:59:43 +0200	[thread overview]
Message-ID: <4BB5093F.3030402@gmail.com> (raw)
In-Reply-To: <k2ia5d587fb1004010911k63c36366rc4cd25a344ab60f5@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1347 bytes --]

First of all please change subject line when topic changes
Michal Suchanek wrote:
>>     
>
> I would be interested in the x86 port and something like telnet and/or
> VNC terminal for Grub or at least reading configuration from the
> network. 
The problem is that for this grub has to be a server. For e.g. ftp grub
is a client so it needs to take any action only when it needs data.
On the other hand if grub acts as a server it must be able to process
the connection request at any moment.
> I guess it would be possible to test and add additional
> layers quite easily once one of the network cards emulated in qemu is
> supported.
>   
Actually we can just add a pseudo-card which will use sufficiently
low-level network interface to grub-emu
> There is already some crypto imported for password support so adding
> enough to have SSL would hopefully not be too difficult.
>   
Not true. Although we have ciphers and hashes we don't have either
asymetric algorithms or random generator. The first is easy to import
but generating random numbers involves gathering entropy which is
cornerstone of network cryptography. Without a good random number
generator most SSL algorithms will only make the user happier without
adding any security against attacker.


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 293 bytes --]

  reply	other threads:[~2010-04-01 20:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-29 19:10 GRUB and Google Summer of Code Vladimir 'φ-coder/phcoder' Serbinenko
2010-03-30 14:31 ` Michal Suchanek
2010-03-30 17:26   ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-03-30 18:46     ` Alex Zanetti de Lima
2010-04-01 16:11       ` Michal Suchanek
2010-04-01 20:59         ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
2010-04-02  0:12           ` GRUB and network (was Re: GRUB and Google Summer of Code) Isaac Dupree
2010-04-02 12:48             ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-04-01 21:06       ` GRUB and network (Re: " Vladimir 'φ-coder/phcoder' Serbinenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BB5093F.3030402@gmail.com \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.