1. 843f8ca CryptoPkg/OpensslLib: Move OPENSSL_NO_xxx defines into opensslconf.h by David Woodhouse · 9 years ago
  2. 97468ab CryptoPkg/OpensslLib: Eliminate GETPID_IS_MEANINGLESS definition by David Woodhouse · 9 years ago
  3. 3b21958 CryptoPkg: Fix OpenSSL BN wordsize and OPENSSL_SYS_UEFI handling by David Woodhouse · 9 years ago
  4. 5121a76 CryptoPkg/OpensslLib: Undefine NO_BUILTIN_VA_FUNCS to fix varargs breakage by David Woodhouse · 9 years ago
  5. de0408b CryptoPkg/BaseCryptLib: Use X509_V_FLAG_NO_CHECK_TIME by David Woodhouse · 9 years ago
  6. 6854718 CryptoPkg/BaseCryptLib: Use X509_V_FLAG_PARTIAL_CHAIN by David Woodhouse · 9 years ago
  7. e6eaada CryptoPkg/BaseCryptLib: Clean up checking of PKCS#7 contents type by David Woodhouse · 9 years ago
  8. 338bfd9 CryptoPkg/BaseCryptLib: Use accessor functions for ASN1_OBJECT by David Woodhouse · 9 years ago
  9. 4ffe0fa CryptoPkg/BaseCryptLib: Use accessor functions for X509_ATTRIBUTE by David Woodhouse · 9 years ago
  10. eeb8928 CryptoPkg/BaseCryptLib: Use i2d_X509_NAME() instead of abusing X509_NAME by David Woodhouse · 9 years ago
  11. 1cae0c8 CryptoPkg/BaseCryptLib: Add missing OpenSSL includes by David Woodhouse · 9 years ago
  12. f858b87 CryptoPkg: Fix one wrong parameter for weak key checking by Qin Long · 9 years ago
  13. 8ca8dd9 CryptoPkg: remove redundant parentheses by Bruce Cran · 9 years ago
  14. b134fe9 CryptoPkg: Make the function headers of Pkcs7GetAttachedContent follow Doxygen. by Qiu Shumin · 9 years ago
  15. d5b5b8f CryptoPkg: update OpenSSL dependency to version 1.0.2d by Ard Biesheuvel · 9 years ago
  16. 2aabd14 CryptoPkg: Fix the dereferenced pointer issue by Qin Long · 10 years ago
  17. 4a066c7 CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data() by Laszlo Ersek · 10 years ago
  18. 952bd22 CryptoPkg: Add some comments for API usage clarification. by Qin Long · 10 years ago
  19. afeb55e CryptoPkg: Add one new API for PKCS7 Verification Protocol Support by Qin Long · 10 years ago
  20. 1463ce1 CryptoPkg: Wrapper files updates to support openssl-1.0.2c by Qin Long · 10 years ago
  21. 73c54a5 CryptoPkg: Update OpensslLib module files for openssl-1.0.2c support by Qin Long · 10 years ago
  22. f93f78e CryptoPkg: Update openssl patch file from 0.9.8zf to 1.0.2c by Qin Long · 10 years ago
  23. 785d183 Upgrade to OpenSSL-0.9.8zf (released on 19-MAR-2015). by Long Qin · 10 years ago
  24. d47da78 Update OpenSSL support to the latest release (0.9.8ze, 15-Jan-2015). by Long Qin · 10 years ago
  25. 12d9566 Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3280 and UEFI 2.4 Spec. by Long, Qin · 10 years ago
  26. b01fcf9 Update the build option to eliminate possible build warning for IPF platform. by Qin Long · 10 years ago
  27. 017c285 CryptoPkg: TimestampTokenVerify(): fix gcc-4.8 / Ia32 build failure by Laszlo Ersek · 10 years ago
  28. 2ac68e8 CryptoPkg Updates to support RFC3161 timestamp signature verification. by Qin Long · 10 years ago
  29. 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
  30. 08ae2c0 CryptoPkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
  31. 18bb9e1 CryptoPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  32. dda856b CryptoPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  33. d1984ab CryptoPkg: Add support of AARCH64 architecture by Ronald Cron · 10 years ago
  34. bccc877 CryptoPkg: Add support to build with ARM GCC by Ronald Cron · 10 years ago
  35. 2f7cd8d CryptoPkg: Update to build with RVCT by Ronald Cron · 10 years ago
  36. f61d69c OpenSSL 0.9.8zb was released at 06-Aug-2014, including bug and security fixes. by Long, Qin · 10 years ago
  37. 0e24145 Clean up code. by qlong · 10 years ago
  38. 86110f6 Fix OpensslLib build issue for ARM. The changes are: by Eugene Cohen · 10 years ago
  39. 1b98d6c Add comments for clarification about memset implementation. by Long, Qin · 10 years ago
  40. a6908c9 Update OpenSSL from 0.9.8w to the latest 0.9.8za. by Long, Qin · 10 years ago
  41. 7bf3ce9 Fix build issues with Xcode in CryptoPkg and SecurityPkg. by Andrew Fish · 11 years ago
  42. 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
  43. 5b2956e Enhance error handling code after calling BIO_new in BaseCryptLib. by Ye Ting · 11 years ago
  44. 04a3cfa Per gmtime manpage, tm_mon is the number of months since January by Gary Ching-Pang Lin · 11 years ago
  45. 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
  46. 86b5c3e The openssl API RSA_public_decrypt() and RSA_private_encrypt() are deprecated, use RSA_sign(), RSA_verify() instead. by sfu5 · 12 years ago
  47. 02ee8d3 1. Enable the whole X509v3 extension checking. by sfu5 · 12 years ago
  48. 8c5720b Fix issue that RsaPkcs1Verify() may not work in PEI phase. by tye1 · 12 years ago
  49. eb58f55 Fix coding style issue in CryptoPkg. by tye1 · 12 years ago
  50. e98e59c Fix a bug in OpensslLib that PKCS7_verify will use over 8k stack space. by sfu5 · 12 years ago
  51. fe5eea5 Add SPC_INDIRECT_DATA_OBJID check to make sure contentType equals to the by tye1 · 12 years ago
  52. efad60c Fix PeiCryptLib build issue. by tye1 · 12 years ago
  53. f4184cb Update openssl patch to replaces the “__FILE__” and “__LINE__” with NULL and 0. by sfu5 · 12 years ago
  54. dda39f3 Fix several issues in BaseCryptLib: by tye1 · 12 years ago
  55. 6b8ebcb Fix some typo and coding style issues in BaseCryptLib instances. by tye1 · 12 years ago
  56. 532616b Add interfaces to several library instances of BaseCryptLib. by tye1 · 12 years ago
  57. c4de8e2 Fix incorrect return status in Pkcs7Verify(). by tye1 · 13 years ago
  58. 4f6904d Enable execute property to avoid format is changed carelessly. by vanjeff · 13 years ago
  59. 1300608 Remove Carriage-Return character. by vanjeff · 13 years ago
  60. dc204d5 Add comment for modules which have external input. by jyao1 · 13 years ago
  61. 38fcd02 Fix SmmCryptLib issue when calling time() in RealTimeClock.c by tye1 · 13 years ago
  62. 7ce960e Use current time value as default random seed in BaseCryptLib. by tye1 · 13 years ago
  63. 5359174 Upgrade openssl version to 0.98w. by tye1 · 13 years ago
  64. e8b4eb0 Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib. by tye1 · 13 years ago
  65. 16d2c32 1. Remove conducting ASSERT in BaseCryptLib. by sfu5 · 13 years ago
  66. 855790a Change Openssl build option for IPF back to SIXTY_FOUR_BIT. by li-elvin · 13 years ago
  67. c79111f Fix Windows 2008 R2 installation fail issue in IPF ICC tip. by tye1 · 13 years ago
  68. 0bdcfe7 Fix openssl lib build issue in IPF tip. by tye1 · 13 years ago
  69. c21ddf7 Add the missing options for X64 and IPF arch of MSFT:NOOPT target. by lgao4 · 13 years ago
  70. 4d6afad Fix CrytoPkg issue in GCC X64 tip. by tye1 · 13 years ago
  71. d3945da Update return FALSE to ASSERT() for code consistent. by tye1 · 13 years ago
  72. 421fb3b CryptoPkg: Fix GCC build break for BaseCryptLib. by xdu2 · 13 years ago
  73. da9e741 1. Fix build break issue for NOOPT target. by tye1 · 13 years ago
  74. a2d111e Replace SHA1 with SHA256 digest algorithm. by tye1 · 13 years ago
  75. 55581f9 by tye1 · 13 years ago
  76. 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
  77. d490265 Update code to pass packaging tool. by lzeng14 · 14 years ago
  78. f114914 CryptoPkg SysCall Lib: Fix warning with GCC in CrtWrapper.c by jljusten · 14 years ago
  79. c61fb9c CryptoPkg OpenSslSupport.h: Do not instantiate data in an include file by jljusten · 14 years ago
  80. 8e01b44 Patch from open source community for CryptoPkg to allow it to build for ARM using the RVCT toolchain. by qlong · 14 years ago
  81. 96488aa Refine code to make code follow the coding style. by ydong10 · 14 years ago
  82. 4a567c9 1. Add new API supports for PEM & X509 key retrieving & verification; by qlong · 14 years ago
  83. f754e61 1. enable /GL optimization building on OpensslLib. by vanjeff · 14 years ago
  84. d0bf0f8 Override MSFT build option in INF files to remove /GL or /Oi. by vanjeff · 14 years ago
  85. a8c4464 Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports. by qlong · 14 years ago
  86. 97f9850 Add CryptoPkg (from UDK2010.UP3) by hhtian · 14 years ago