* why is crypt package missing dsa, rsa, elgamal, etc?
@ 2010-12-09 20:02 Jordan
2010-12-10 0:20 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 1 reply; 2+ messages in thread
From: Jordan @ 2010-12-09 20:02 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 904 bytes --]
This is my first-ever query in this forum - please be kind !
I've been poking around in the GRUB2 code lately, and noticed that part of
the libgcrypt package doesn't get included in the built modules. I see how
the Python script translates the standard libgcrypt source files into new
ones that can compile in the GRUB build environment, but I also notice that
DSA, RSA, ElGamal, ECC, PrimeGen(?) do not actually get compiled. Perhaps
this is because they rely on some other functionality that isn't present,
such as MPI (multiple-precision integers) ? (a side effect is that several
source files are translated and then not used.)
What would it take to get them working? Has anyone looked at this before to
size it up?
I have an application to verify a DSA signature during the bootloader, and
without it I'll have to propose a different approach to my customer.
Thanks,
Jordan
[-- Attachment #2: Type: text/html, Size: 3831 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: why is crypt package missing dsa, rsa, elgamal, etc?
2010-12-09 20:02 why is crypt package missing dsa, rsa, elgamal, etc? Jordan
@ 2010-12-10 0:20 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 0 replies; 2+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2010-12-10 0:20 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 1431 bytes --]
On 12/09/2010 09:02 PM, Jordan wrote:
>
> This is my first-ever query in this forum – please be kind !
>
>
>
> I’ve been poking around in the GRUB2 code lately, and noticed that
> part of the libgcrypt package doesn’t get included in the built
> modules. I see how the Python script translates the standard
> libgcrypt source files into new ones that can compile in the GRUB
> build environment, but I also notice that DSA, RSA, ElGamal, ECC,
> PrimeGen(?) do not actually get compiled. Perhaps this is because
> they rely on some other functionality that isn’t present, such as MPI
> (multiple-precision integers) ? (a side effect is that several source
> files are translated and then not used.)
>
>
>
Just nobody worked on them yet. We needed ciphers and hashes for some
purposes so they were imported. If you need asymetric patches are
welcome to include them.
>
> What would it take to get them working? Has anyone looked at this
> before to size it up?
>
>
>
> I have an application to verify a DSA signature during the bootloader,
> and without it I’ll have to propose a different approach to my customer.
>
>
>
> Thanks,
>
> Jordan
>
>
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-10 0:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-09 20:02 why is crypt package missing dsa, rsa, elgamal, etc? Jordan
2010-12-10 0:20 ` Vladimir 'φ-coder/phcoder' Serbinenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).