1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/crypto/weakcryptospi/group/How_To_Build_Strong_Crypto.txt Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,11 @@
1.4 +Previously it was not possible for teams other than Security to build the crypto
1.5 +library as the source code was licensed from RSA and access to it was
1.6 +restricted. Now that the source for cryptography.dll is accessible in the
1.7 +master codeline all teams can build this library according to their needs.
1.8 +
1.9 +To build strong crypto, you must build the file crypto/strong/bld.inf in
1.10 +addition to crypto/group/bld.inf. This will generate an addition dll,
1.11 +strong_cryptography.dll.
1.12 +
1.13 +This can be included in ROMs by specifying the flag USE_STRONG_CRYPTOGRAPHY. On
1.14 +the emulator, the strong version is automatically picked up if it has been built.