os/security/crypto/weakcryptospi/group/How_To_Build_Strong_Crypto.txt
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
Previously it was not possible for teams other than Security to build the crypto
sl@0
     2
library as the source code was licensed from RSA and access to it was
sl@0
     3
restricted.  Now that the source for cryptography.dll is accessible in the
sl@0
     4
master codeline all teams can build this library according to their needs.
sl@0
     5
sl@0
     6
To build strong crypto, you must build the file crypto/strong/bld.inf in
sl@0
     7
addition to crypto/group/bld.inf.  This will generate an addition dll,
sl@0
     8
strong_cryptography.dll.
sl@0
     9
sl@0
    10
This can be included in ROMs by specifying the flag USE_STRONG_CRYPTOGRAPHY.  On
sl@0
    11
the emulator, the strong version is automatically picked up if it has been built.