History log of /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b7d320f8117ed2fffe001b1a0b7bfcd4f40fafc4 16-Aug-2011 tye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524> Add new interfaces to support PKCS7#7 signed data and authenticode signature. Update Cryptest to validate functionality of new interfaces.

Signed-off-by: tye1
Reviewed-by: hhuan13
Reviewed-by: qlong


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12142 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
f114914b39c03f6af3173ba3aae09395ed65faaa 04-May-2011 jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> CryptoPkg SysCall Lib: Fix warning with GCC in CrtWrapper.c

Exit is declared to be 'noreturn' function, but GCC sees
that the empty function will return. Therefore, GCC flags
a warning.

To work-around this, we use a function pointer, along with
a cast to force the code to think that a 'noreturn' function
is being called.

Signed-off-by: jljusten
Reviewed-by: qlong

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11609 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
c61fb9c8a40f5999f89512bf33df57a2098928c1 04-May-2011 jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> CryptoPkg OpenSslSupport.h: Do not instantiate data in an include file

Include files should never instantiate data. Data should only
be referenced as an 'extern' within include files.

The previous code would generate a GCC warning, since the static
data items were not always referenced.

Signed-off-by: jljusten
Reviewed-by: qlong

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11608 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
8e01b449de91cfcd1bdf473ae1bc766c22eb616e 19-Apr-2011 qlong <qlong@6f19259b-4bc3-4df7-8a09-765794883524> Patch from open source community for CryptoPkg to allow it to build for ARM using the RVCT toolchain.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11565 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
4a567c9690db97ecbf982e9428727f073bada504 31-Dec-2010 qlong <qlong@6f19259b-4bc3-4df7-8a09-765794883524> 1. Add new API supports for PEM & X509 key retrieving & verification;
2. Add new MD4 hash supports;
3. Add corresponding test case in Cryptest utility;
4. Fix MACRO definition issue in OpensslLib.inf and parameter checking issues in some wrapper implementations.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11214 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
f754e613fcaff79255104d82f8a5a01dc4c50d49 26-Nov-2010 vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> 1. enable /GL optimization building on OpensslLib.
2. add DDK3790 compiler option for IA32.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11099 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
97f98500c1d40eba76210961e90ea5d354bcbc18 01-Nov-2010 hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> Add CryptoPkg (from UDK2010.UP3)

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10987 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c