1. 2ac68e8 CryptoPkg Updates to support RFC3161 timestamp signature verification. by Qin Long · 10 years ago
  2. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  3. efda1df Users of the LP64 data model should declare SIXTY_FOUR_BIT_LONG, not SIXTY_FOUR_BIT when building OpenSSL. by Ard Biesheuvel · 10 years ago
  4. 08ae2c0 CryptoPkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
  5. 7886a51 Update CryptoPkg package version to 0.94. by Long Qin · 10 years ago
  6. d7325a8 Correct OpenSSL version in Cryptest.uni by Gao, Liming · 10 years ago
  7. 7ccea0a CryptoPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  8. 7a2f2ec CryptoPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  9. 18bb9e1 CryptoPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  10. dda856b CryptoPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  11. d1984ab CryptoPkg: Add support of AARCH64 architecture by Ronald Cron · 10 years ago
  12. bccc877 CryptoPkg: Add support to build with ARM GCC by Ronald Cron · 10 years ago
  13. 2f7cd8d CryptoPkg: Update to build with RVCT by Ronald Cron · 10 years ago
  14. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
  15. f61d69c OpenSSL 0.9.8zb was released at 06-Aug-2014, including bug and security fixes. by Long, Qin · 10 years ago
  16. 0e24145 Clean up code. by qlong · 10 years ago
  17. 86110f6 Fix OpensslLib build issue for ARM. The changes are: by Eugene Cohen · 10 years ago
  18. 1b98d6c Add comments for clarification about memset implementation. by Long, Qin · 10 years ago
  19. a6908c9 Update OpenSSL from 0.9.8w to the latest 0.9.8za. by Long, Qin · 10 years ago
  20. 7bf3ce9 Fix build issues with Xcode in CryptoPkg and SecurityPkg. by Andrew Fish · 11 years ago
  21. 6ab63eb Update CryptoPkg version: 0.92 -> 0.93 by Long, Qin · 11 years ago
  22. 38d9162 Fixed one typo in MathRShiftU64.S stub implementation; Add one digest algorithm registration to make sure the underlying algorithm is available for the default OpenSSL software PRNG implementation. by Long, Qin · 11 years ago
  23. 5b2956e Enhance error handling code after calling BIO_new in BaseCryptLib. by Ye Ting · 11 years ago
  24. 04a3cfa Per gmtime manpage, tm_mon is the number of months since January by Gary Ching-Pang Lin · 11 years ago
  25. b3a18a1 Though the comment of RandomSeed() states it should return FALSE if there is not enough entropy for random generation, the function always returns TRUE. This commit checks the status of pseudorandom number generator to match the comment. by tye1 · 12 years ago
  26. 86b5c3e The openssl API RSA_public_decrypt() and RSA_private_encrypt() are deprecated, use RSA_sign(), RSA_verify() instead. by sfu5 · 12 years ago
  27. 02ee8d3 1. Enable the whole X509v3 extension checking. by sfu5 · 12 years ago
  28. 8c5720b Fix issue that RsaPkcs1Verify() may not work in PEI phase. by tye1 · 12 years ago
  29. eb58f55 Fix coding style issue in CryptoPkg. by tye1 · 12 years ago
  30. e98e59c Fix a bug in OpensslLib that PKCS7_verify will use over 8k stack space. by sfu5 · 12 years ago
  31. fe5eea5 Add SPC_INDIRECT_DATA_OBJID check to make sure contentType equals to the by tye1 · 12 years ago
  32. efad60c Fix PeiCryptLib build issue. by tye1 · 12 years ago
  33. f4184cb Update openssl patch to replaces the “__FILE__” and “__LINE__” with NULL and 0. by sfu5 · 12 years ago
  34. dda39f3 Fix several issues in BaseCryptLib: by tye1 · 12 years ago
  35. 6b8ebcb Fix some typo and coding style issues in BaseCryptLib instances. by tye1 · 12 years ago
  36. 532616b Add interfaces to several library instances of BaseCryptLib. by tye1 · 12 years ago
  37. c4de8e2 Fix incorrect return status in Pkcs7Verify(). by tye1 · 13 years ago
  38. 4f6904d Enable execute property to avoid format is changed carelessly. by vanjeff · 13 years ago
  39. 1300608 Remove Carriage-Return character. by vanjeff · 13 years ago
  40. dc204d5 Add comment for modules which have external input. by jyao1 · 13 years ago
  41. 38fcd02 Fix SmmCryptLib issue when calling time() in RealTimeClock.c by tye1 · 13 years ago
  42. 7ce960e Use current time value as default random seed in BaseCryptLib. by tye1 · 13 years ago
  43. 5359174 Upgrade openssl version to 0.98w. by tye1 · 13 years ago
  44. bff8c6f Update copyright format by hhtian · 13 years ago
  45. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  46. e8b4eb0 Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib. by tye1 · 13 years ago
  47. 16d2c32 1. Remove conducting ASSERT in BaseCryptLib. by sfu5 · 13 years ago
  48. 855790a Change Openssl build option for IPF back to SIXTY_FOUR_BIT. by li-elvin · 13 years ago
  49. 9fa957e Update CryptoPkg package versions from 0.91 to 0.92. by tye1 · 13 years ago
  50. c79111f Fix Windows 2008 R2 installation fail issue in IPF ICC tip. by tye1 · 13 years ago
  51. 0bdcfe7 Fix openssl lib build issue in IPF tip. by tye1 · 13 years ago
  52. c21ddf7 Add the missing options for X64 and IPF arch of MSFT:NOOPT target. by lgao4 · 13 years ago
  53. 4d6afad Fix CrytoPkg issue in GCC X64 tip. by tye1 · 13 years ago
  54. d3945da Update return FALSE to ASSERT() for code consistent. by tye1 · 13 years ago
  55. 421fb3b CryptoPkg: Fix GCC build break for BaseCryptLib. by xdu2 · 13 years ago
  56. da9e741 1. Fix build break issue for NOOPT target. by tye1 · 13 years ago
  57. a2d111e Replace SHA1 with SHA256 digest algorithm. by tye1 · 13 years ago
  58. 55581f9 by tye1 · 13 years ago
  59. b7d320f Add new interfaces to support PKCS7#7 signed data and authenticode signature. Update Cryptest to validate functionality of new interfaces. by tye1 · 13 years ago
  60. d490265 Update code to pass packaging tool. by lzeng14 · 14 years ago
  61. e6a6082 Clean up DEC files: Remove section header comment blocks that do not provide any information by hhtian · 14 years ago
  62. f114914 CryptoPkg SysCall Lib: Fix warning with GCC in CrtWrapper.c by jljusten · 14 years ago
  63. c61fb9c CryptoPkg OpenSslSupport.h: Do not instantiate data in an include file by jljusten · 14 years ago
  64. 944b3bb Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by hhtian · 14 years ago
  65. 8e01b44 Patch from open source community for CryptoPkg to allow it to build for ARM using the RVCT toolchain. by qlong · 14 years ago
  66. 96488aa Refine code to make code follow the coding style. by ydong10 · 14 years ago
  67. 4a567c9 1. Add new API supports for PEM & X509 key retrieving & verification; by qlong · 14 years ago
  68. f754e61 1. enable /GL optimization building on OpensslLib. by vanjeff · 14 years ago
  69. d0bf0f8 Override MSFT build option in INF files to remove /GL or /Oi. by vanjeff · 14 years ago
  70. a8c4464 Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports. by qlong · 14 years ago
  71. 97f9850 Add CryptoPkg (from UDK2010.UP3) by hhtian · 14 years ago