1. b53338c Clean up references to FIPS by Emilia Kasper · 8 years ago
  2. 399976c sha/asm/*-x86_64.pl: add CFI annotations. by Andy Polyakov · 8 years ago
  3. 1f9e00a sha/asm/sha1-x86_64.pl: add CFI annotations. by Adam Langley · 8 years ago
  4. 384e6de x86_64 assembly pack: Win64 SEH face-lift. by Andy Polyakov · 8 years ago
  5. a30b052 x86 assembly pack: update performance results. by Andy Polyakov · 8 years ago
  6. 32bbb62 sha/asm/sha512-armv8.pl: fix big-endian support in __KERNEL__ case. by Andy Polyakov · 8 years ago
  7. 866e505 sha/asm/sha512-armv8.pl: add NEON version of SHA256. by Andy Polyakov · 8 years ago
  8. 79dfc3d sha/keccak1600.c: add some optimized implementations. by Andy Polyakov · 8 years ago
  9. 10b0b5e Revert "Move algorithm specific ppccap code from crypto/ppccap.c" by Richard Levitte · 8 years ago
  10. e3fb4d3 Move algorithm specific ppccap code from crypto/ppccap.c by Richard Levitte · 8 years ago
  11. 4b90430 sha/keccak1600.c: add couple of soft asserts. by Andy Polyakov · 8 years ago
  12. 413b6a8 sha/asm/sha512-armv8.pl: adapt for kernel use. by Andy Polyakov · 8 years ago
  13. ace0526 x86_64 assembly pack: add Goldmont performance results. by Andy Polyakov · 8 years ago
  14. c3086f4 sha/keccak1600.c: add known answer and verify result with memcmp. by Andy Polyakov · 8 years ago
  15. b9feae1 crypto/sha: add Keccak1600 primitives to build SHA-3 upon. by Andy Polyakov · 8 years ago
  16. 609b085 Remove trailing whitespace from some files. by David Benjamin · 8 years ago
  17. 947716c MIPS assembly pack: adapt it for MIPS[32|64]R6. by Andy Polyakov · 9 years ago
  18. 05ef4d1 ARMv8 assembly pack: add Samsung Mongoose results. by Andy Polyakov · 9 years ago
  19. 7123aa8 sha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on Windows. by Andy Polyakov · 9 years ago
  20. 6025001 spelling fixes, just comments and readme. by klemens · 9 years ago
  21. b8a9af6 Remove/rename some old files. by Rich Salz · 9 years ago
  22. cfe1d99 x86_64 assembly pack: tolerate spaces in source directory name. by Andy Polyakov · 9 years ago
  23. 6aa36e8 Add OpenSSL copyright to .pl files by Rich Salz · 9 years ago
  24. b132225 Copyright consolidation 09/10 by Rich Salz · 9 years ago
  25. c6cb8e3 Alpha assembly pack: make it work on Linux. by Andy Polyakov · 9 years ago
  26. f7dc4a3 MIPS assembly pack: fix MIPS64 assembler warnings. by Andy Polyakov · 9 years ago
  27. 670ad0f s390x assembly pack: cache capability query results. by Andy Polyakov · 9 years ago
  28. 45c6e23 Remove --classic build entirely by Richard Levitte · 9 years ago
  29. 20b88bb PPC assembly pack: remove branch hints. by Andy Polyakov · 9 years ago
  30. 007c80e Remove the remainder of util/mk1mf.pl and companion scripts by Richard Levitte · 9 years ago
  31. 6bfb7db build.info/Makefile.in: Itanium fixups. by Andy Polyakov · 9 years ago
  32. f425f9d Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS) by Richard Levitte · 9 years ago
  33. ee61919 crypto/*/build.info: make it work on ARM platforms. by Andy Polyakov · 9 years ago
  34. a5aa63a Fix some assembler generating scripts for better unification by Richard Levitte · 9 years ago
  35. 603358d Add include directory options for assembler files that include from crypto/ by Richard Levitte · 9 years ago
  36. f0667b1 Add include directory options for assembler files that include from crypto/ by Richard Levitte · 9 years ago
  37. 5b14d5b Make sure the effect of "pic" / "no-pic" is used with assembler compilations by Richard Levitte · 9 years ago
  38. e87e380 Unified - adapt the generation of sha assembler to use GENERATE by Richard Levitte · 9 years ago
  39. eb77e88 SPARCv9 assembly pack: unify build rules and argument handling. by Andy Polyakov · 9 years ago
  40. bdbd3ae Consistently use arm_arch.h constants in armcap assembly code. by David Benjamin · 9 years ago
  41. 09977dd RT4347: Fix GCC unused-value warnings with HOST_c2l() by David Woodhouse · 9 years ago
  42. 45502bf Always build library object files with shared library cflags by Richard Levitte · 9 years ago
  43. ce192eb Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND by Richard Levitte · 9 years ago
  44. de72be2 Pass $(CC) to perlasm scripts via the environment by Richard Levitte · 9 years ago
  45. 567a9e6 unified build scheme: add a "unified" template for Unix Makefile by Richard Levitte · 9 years ago
  46. 0d4fb84 GH601: Various spelling fixes. by FdaSilvaYY · 9 years ago
  47. 777a288 unified build scheme: add build.info files by Richard Levitte · 9 years ago
  48. ced2c2c Templatize util/domd by Rich Salz · 9 years ago
  49. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  50. 56c77c5 Remove update tags by Rich Salz · 9 years ago
  51. ee6d9f4 Remove some old makefile targets by Rich Salz · 9 years ago
  52. d10dac1 Move Makefiles to Makefile.in by Rich Salz · 9 years ago
  53. cfe6707 sha/asm/sha256-armv4.pl: one of "universal" flags combination didn't compile. by Andy Polyakov · 9 years ago
  54. b974943 x86_64 assembly pack: tune clang version detection even further. by Andy Polyakov · 9 years ago
  55. a285992 ARMv4 assembly pack: allow Thumb2 even in iOS build, by Andy Polyakov · 9 years ago
  56. 76eba0d x86_64 assembly pack: tune clang version detection. by Andy Polyakov · 9 years ago
  57. d900a01 Fix typos by Alessandro Ghedini · 9 years ago
  58. b7f5503 Skylake performance results. by Andy Polyakov · 10 years ago
  59. 5e5ece5 Allow ILP32 compilation in AArch64 assembly pack. by Andy Polyakov · 10 years ago
  60. 11208dc ARMv4 assembly pack: implement support for Thumb2. by Andy Polyakov · 10 years ago
  61. fbfcb22 RT3999: Remove sub-component version strings by Rich Salz · 10 years ago
  62. 053fa39 Conversion to UTF-8 where needed by Richard Levitte · 10 years ago
  63. 0f539dc Fix the update target and remove duplicate file updates by Richard Levitte · 10 years ago
  64. a3aadb2 make depend by Richard Levitte · 10 years ago
  65. b39fc56 Identify and move common internal libcrypto header files by Richard Levitte · 10 years ago
  66. 16f8d4e memset, memcpy, sizeof consistency fixes by Rich Salz · 10 years ago
  67. 313e6ec Add assembly support for 32-bit iOS. by Andy Polyakov · 10 years ago
  68. be5a87a sha/asm/sha*-armv8.pl: add Denver and X-Gene esults. by Andy Polyakov · 10 years ago
  69. 94376cc aes/asm/aesv8-armx.pl: optimize for Cortex-A5x. by Andy Polyakov · 10 years ago
  70. a80e33b Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant by Richard Levitte · 10 years ago
  71. dee502b Stop symlinking, move files to intended directory by Richard Levitte · 10 years ago
  72. b1a5d1c sha/asm/sha512-armv4.pl: adapt for use in Linux kernel context. by Andy Polyakov · 10 years ago
  73. 51f8d09 sha/asm/sha256-armv4.pl: fix compile issue in kernel by Andy Polyakov · 10 years ago
  74. 2ecd32a sha/asm/sha256-armv4.pl: adapt for use in Linux kernel context. by Andy Polyakov · 10 years ago
  75. e390ae5 ARMv4 assembly pack: add Cortex-A15 performance data. by Andy Polyakov · 10 years ago
  76. 3372c4f sha/asm/sha1-586.pl: fix typo. by Andy Polyakov · 10 years ago
  77. 7317192 Fix various windows compilation issues by Matt Caswell · 10 years ago
  78. 474e469 OPENSSL_NO_xxx cleanup: SHA by Rich Salz · 10 years ago
  79. 04f8bcf Keep disclaiming 16-bit support. by Andy Polyakov · 10 years ago
  80. 9b05cbc Add assembly support to ios64-cross. Fix typos in ios64-cross config line. by Andy Polyakov · 10 years ago
  81. c462a68 Fix macosx-ppc build (and typos in unwind info). by Andy Polyakov · 10 years ago
  82. 52cab56 sha256-armv4.pl: fix typo. by Andy Polyakov · 10 years ago
  83. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  84. dbd87ff indent has problems with comments that are on the right hand side of a line. by Matt Caswell · 10 years ago
  85. fcf64ba RT3548: Remove some unsupported platforms. by Rich Salz · 10 years ago
  86. e464403 Fix irix-cc build. by Andy Polyakov · 10 years ago
  87. c1669e1 Remove inconsistency in ARM support. by Andy Polyakov · 10 years ago
  88. 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 10 years ago
  89. b2ecc05 remove FIPS_*_SIZE_T by Dr. Stephen Henson · 10 years ago
  90. e4e5bc3 Remove fips_constseg references. by Dr. Stephen Henson · 10 years ago
  91. f072785 Remove fipscanister build functionality from makefiles. by Dr. Stephen Henson · 10 years ago
  92. 8cfe08b Remove all .cvsignore files by Rich Salz · 10 years ago
  93. df8c39d RT3549: Remove obsolete files in crypto by Rich Salz · 11 years ago
  94. 92c7846 RT3544: Remove MWERKS support by Rich Salz · 11 years ago
  95. d475b2a Harmonize Tru64 and Linux make rules. by Andy Polyakov · 11 years ago
  96. b59f92e x86[_64] assembly pack: add Silvermont performance data. by Andy Polyakov · 11 years ago
  97. e608273 sha1-mb-x86_64.pl: add commentary. by Andy Polyakov · 11 years ago
  98. 55eb14d sha1-mb-x86_64.pl: fix typo. by Andy Polyakov · 11 years ago
  99. 5c35983 sha1-ppc.pl: shave off one cycle from BODY_20_39 by Andy Polyakov · 11 years ago
  100. 07b635c sha[1|512]-x86_64.pl: fix logical errors with $shaext=0. by Andy Polyakov · 11 years ago