• Home
  • History
  • Annotate
  • only in /system/core/libmincrypt/
History log of /system/core/libmincrypt/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ede5cf6533387a02b4a726cf577bfcb22374ad9a 21-Sep-2012 Doug Zongker <dougz@google.com> remove unneeded import

DumpPublicKey doesn't need a base64 encoder for anything; remove the
import to avoid deprecation warnings.

Change-Id: I7e01b9d77bb66bb99cb3357c886cc4e2e63de6ae
ools/DumpPublicKey.java
35d9ad5ae72de846967b91aed97060f0e8558661 25-Jul-2012 Doug Zongker <dougz@android.com> support e=65537 for libmincrypt, DumpPublicKey

The output produced by DumpPublicKey now has a version tag on each
line (ie, each key). The existing keys are retroactively dubbed
"version 1", and we add a version 2 for 2048-bit e=65537 keys.

Change-Id: I204ec615c8f2346670220a1aeb99269e4abd5f81
ndroid.mk
sa.c
sa_e_3.c
sa_e_f4.c
ools/DumpPublicKey.java
5e12d739c6b86b79d761f45a1c0399e0d42d1cb5 29-Jan-2010 Doug Zongker <dougz@android.com> make DumpPublicKeys write 32-bit values as unsigned

Write the 32-bit chunks of N and RR as unsigned, so we get:

{64,0xc926ad21,{1795090719,2141396315,950055447,2581568430,4268923165,...

instead of:

{64,0xc926ad21,{1795090719,2141396315,950055447,-1713398866,-26044131,...

Change-Id: I575224fd7f7c34e06a1b6ae976eaa0bef41d2942
ools/DumpPublicKey.java
90b06ac786f859895ac503cf42759c2706205700 21-Aug-2009 Doug Zongker <dougz@android.com> only use faster SHA-1 code on machines with good libc

Macs don't have byteswap.h or endian.h. Change conditionals to only
use the faster SHA-1 code on little-endian machines with byteswap.h.
ha.c
a6de77de1727d5c40fdfdf841f3e8d13e0fc0140 18-Aug-2009 Doug Zongker <dougz@android.com> add optimized SHA1 algorithm

This optimized implementation of the SHA1 algorithm is about 28%
faster than the old one (on sapphire hardware) but assumes
little-endianness. Add it, but continue using the old implementation
on big-endian hardware.
ha.c
161b03c7ecf28b360f76007462d852574692e2dc 25-Mar-2009 Dianne Hackborn <> Automated import from //branches/master/...@140824,140824
OTICE
dd7bc3319deb2b77c5d07a51b7d6cd7e11b5beb0 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
ndroid.mk
sa.c
ha.c
ools/Android.mk
ools/DumpPublicKey.java
ools/DumpPublicKey.mf
e54eebbf1a908d65ee8cf80bab62821c05666d70 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
ndroid.mk
sa.c
ha.c
ools/Android.mk
ools/DumpPublicKey.java
ools/DumpPublicKey.mf
8ac3a138168f79b47356fb5aea2f6d95fc3147c6 20-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@127101
ndroid.mk
4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
ndroid.mk
sa.c
ha.c
ools/Android.mk
ools/DumpPublicKey.java
ools/DumpPublicKey.mf