To read all comments associated with this story, please click here.
benayed,
"Grub or LILO bases boot loaders would allow regular non signed kernels to boot. This is after getting the keys through reverse engineering and all more or less in a similar fashion like the DVD scene played out through DeCSS."
This is a misunderstanding of the public key cryptography involved. Reverse engineering may reveal bugs in the bios which might be exploited, however all the keys present in the firmware are public knowledge. Even if the firmware is completely open source, it would not help break the private keys.
DVDs on the other hand are not cryptographically sound because the encryption keys used must be accessible on the end user device (otherwise the DVD would not play).
"2) legally through the anti-trust process."
Maybe someone with a legal background can provide some legal insight?
"On my side, personally, I would refrain from purchasing any PC motherboard or laptop that does not allow disabling this feature."
Same here, but we'd be such a minority that the large OEMs may not take notice. The key is to get the major media to pick it up.
Correct. Linux, for example, does not use DeCSS software to play DVDs, it uses libdvdcss.
DeCSS used a "stolen" player key, it was stolen from the Xing software player I believe. This strategy is arguably illegal.
libdvdcss does not use a stolen player key, but rather it reads information from the DVD it is attempting to play, and from that data it calculates a list of possible keys. All of the possible keys are tried until one which works for that DVD is found.
The situation with UEFI secure boot is that the keys will be stored in secure storage on the motherboard, and they will not be accessible to the boot loader.
In order to boot the boot loader must in effect know one of the signing keys, because no method similar to that used by libdvdcss will be possible. Any work-around will have to be similar to DeCSS, which is to say it must use "stolen" keys. This will probably be in violation of the DMCA, and therefore illegal.





Member since:
2010-12-24
I expect that this issue will be tackled on two fronts:
1) Grub or LILO bases boot loaders would allow regular non signed kernels to boot. This is after getting the keys through reverse engineering and all more or less in a similar fashion like the DVD scene played out through DeCSS.
2) legally through the anti-trust process.
On my side, personally, I would refrain from purchasing any PC motherboard or laptop that does not allow disabling this feature.