public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] sha256_crypt for uboot
@ 2012-06-27 14:46 Richard Retanubun
  2012-07-05  9:59 ` Albert ARIBAUD
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Retanubun @ 2012-06-27 14:46 UTC (permalink / raw)
  To: u-boot

Hello,

I am working on a project to allow uboot to authenticate users by using the same sha256_crypt function that Linux user-space use for libcrypt
[ref] http://www.akkadia.org/drepper/SHA-crypt.txt

We chose sha256 because uboot already have support for doing sha256 hashes, I am wondering about a few things:
1. Has this been attempted before?

2. If I want to make a test command for a proof of concept using crypt(), how do I modify the Makefile to allow a
    command to statically link to libcrypt? hacking it into the Makefile's $(PLATFORM_LIBS)?

3. Once I am done porting sha256_crypt to use it using the facilities uboot has, is there any hope of getting this mainlined when I am done?
    If there is a policy to not unnecessarily add crypto algorithm, then I'll just keep it all in one file to reduce risk of merge conflict.
    If there is interest to mainline this, then I'll stage the supporting functions that uboot does not have yet (mempcpy, stpcpy, etc) into
    separate files.

Thank you for everyone's time
-- 
Richard Retanubun

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-07-09 19:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 14:46 [U-Boot] sha256_crypt for uboot Richard Retanubun
2012-07-05  9:59 ` Albert ARIBAUD
2012-07-09 13:50   ` Richard Retanubun
2012-07-09 14:12     ` Albert ARIBAUD
2012-07-09 14:55       ` Richard Retanubun
2012-07-09 15:56         ` Albert ARIBAUD
2012-07-09 19:38     ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox