1. 38a322a Code health: Remove unused VAX transfer vector for engines by Richard Levitte · 8 years ago
  2. 44e2d45 Move the CHIL engine to demos/engines by Richard Levitte · 8 years ago
  3. 97043e4 e_afalg: Don't warn about kernel version when pedantic by Richard Levitte · 8 years ago
  4. 6606d60 Fix some style issues in the TLSv1.3 nonce construction code by Matt Caswell · 8 years ago
  5. bebc0c7 Use the TLSv1.3 nonce construction by Matt Caswell · 8 years ago
  6. a1fd1fb Fix a missing function prototype in AFALG engine by Matt Caswell · 8 years ago
  7. 7b176a5 Only build the body of e_padlock when there are lower level routines by Richard Levitte · 8 years ago
  8. ca0b75a Fix some style issues in ossltest by Matt Caswell · 8 years ago
  9. aad22ba Make sure ossltest engine works with TLS1.3 by Matt Caswell · 8 years ago
  10. 574cffd Engine afalg: properly set operation type also on big endian. by Tomas Mraz · 8 years ago
  11. 609b085 Remove trailing whitespace from some files. by David Benjamin · 8 years ago
  12. 4e39972 engines/afalg: make it compile with backward compatibility headers. by Andy Polyakov · 9 years ago
  13. 46117d3 dasync is an internal testing engine, so don't install it by Richard Levitte · 9 years ago
  14. 40c60b0 Avoid truncating the pointer on x32 platform. by Tomas Mraz · 9 years ago
  15. e7e5d60 Add a comment for the added cast with explanation. by Tomas Mraz · 9 years ago
  16. 3f8d121 Fix af_alg engine failure on 32 bit architectures. by Tomas Mraz · 9 years ago
  17. 7218ae5 Use _NO_INST in some build.info files by Richard Levitte · 9 years ago
  18. f1f5ee1 include/openssl: don't include <windows.h> in public headers. by Andy Polyakov · 9 years ago
  19. 0483f58 Simplify INCLUDE statements in build.info files by Richard Levitte · 9 years ago
  20. 7a53360 engines/e_capi.c: accommodate recent DSA_SIG_[get|set]0 changes. by Andy Polyakov · 9 years ago
  21. 25b9d11 Handle inability to create AFALG socket by Matt Caswell · 9 years ago
  22. 2a7de0f Fixes to get -ansi working by Jeffrey Walton · 9 years ago
  23. 56989dc Fix some GitHub issues. by Rich Salz · 9 years ago
  24. b8a9af6 Remove/rename some old files. by Rich Salz · 9 years ago
  25. 44c8a5e Add final(?) set of copyrights. by Rich Salz · 9 years ago
  26. b2b361f Raise an Err when CRYPTO_THREAD_lock_new fails by FdaSilvaYY · 9 years ago
  27. cfe1d99 x86_64 assembly pack: tolerate spaces in source directory name. by Andy Polyakov · 9 years ago
  28. 7030e35 build.info files: add quotes around any spec that may contain spaces by Richard Levitte · 9 years ago
  29. 0447316 GH919: Fix wrappers for two headers by Rich Salz · 9 years ago
  30. 6aa36e8 Add OpenSSL copyright to .pl files by Rich Salz · 9 years ago
  31. 690b462 Add some check for malloc failure in the CAPI engine by Matt Caswell · 9 years ago
  32. b6cff31 Manual fixes after copyright consolidation by Rich Salz · 9 years ago
  33. 440e5d8 Copyright consolidation 02/10 by Rich Salz · 9 years ago
  34. 8aac5d2 Fix RSA dasync engine bug by Matt Caswell · 9 years ago
  35. 3c01ed6 Add missing initialiser in e_chil.c by Richard Levitte · 9 years ago
  36. 538dbbc typo by Dr. Stephen Henson · 9 years ago
  37. b1a07c3 Remove obsolete defined(__INTEL__) condition. by Andy Polyakov · 9 years ago
  38. f0483bf Fix capi engine for no-dsa by Matt Caswell · 9 years ago
  39. 45c6e23 Remove --classic build entirely by Richard Levitte · 9 years ago
  40. 627537d Fix AFALG kernel and headers mismatch problem by Matt Caswell · 9 years ago
  41. 5158c76 Remove OPENSSL_NO_AES guards by Matt Caswell · 9 years ago
  42. 7e74eaa Rename internal symbol to follow internal naming pattern by Richard Levitte · 9 years ago
  43. b3599db Rename int_*() functions to *_int() by Matt Caswell · 9 years ago
  44. 342c21c Rename lots of *_intern or *_internal function to int_* by Matt Caswell · 9 years ago
  45. e9c2b10 Fix forgotten adaptation to opaque RSA and RSA_METHOD by Richard Levitte · 9 years ago
  46. b72c912 Make the RSA_METHOD structure opaque by Richard Levitte · 9 years ago
  47. 6c13488 Make sure the rand_byte buffer in padlock engine is cleansed. by Richard Levitte · 9 years ago
  48. aa05e7c Rename get/set_app_data to get0/set0_app_data by Matt Caswell · 9 years ago
  49. a517f7f Various DSA opacity fixups by Matt Caswell · 9 years ago
  50. 6e9fa57 Make DSA_METHOD opaque by Matt Caswell · 9 years ago
  51. 921de15 Move dso.h to internal by Rich Salz · 9 years ago
  52. 007c80e Remove the remainder of util/mk1mf.pl and companion scripts by Richard Levitte · 9 years ago
  53. 6bf73e5 Fix no-deprecated by Matt Caswell · 9 years ago
  54. a57bfe4 Resolved unresolved symbols with no-hw by Matt Caswell · 9 years ago
  55. d43a8fd engines/Makefile.in: some [older] shell complain about 'for i ;', by Andy Polyakov · 9 years ago
  56. f425f9d Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS) by Richard Levitte · 9 years ago
  57. 256ed96 Fix a memory leak in the afalg engine by Matt Caswell · 9 years ago
  58. 9ee3a5b Don't add engines if configured "no-engine" by Richard Levitte · 9 years ago
  59. 707059a Don't add afalg engine if configured "no-engine" by Richard Levitte · 9 years ago
  60. 5b14d5b Make sure the effect of "pic" / "no-pic" is used with assembler compilations by Richard Levitte · 9 years ago
  61. 71a07ca Convert the dynlocks in e_chil to the new Thread API locks by Richard Levitte · 9 years ago
  62. af48aa7 Remove another lock from e_chil by Matt Caswell · 9 years ago
  63. 0231a02 Move chil engine to the new thread api by Matt Caswell · 9 years ago
  64. 2f78195 Use correct function ID in error path by Alessandro Ghedini · 9 years ago
  65. a8a3554 Adapt e_capi to the DSA_SIG_get0() API by Richard Levitte · 9 years ago
  66. 6a6462f Fix engine/asm/e_padlock-x86.pl for newer semantics by Richard Levitte · 9 years ago
  67. e38c2e8 Refactor dasync cipher implementations to improve code reuse by Matt Caswell · 9 years ago
  68. 11780ac Move the _hidden_* static variables in dasync to be constructed in bind by Matt Caswell · 9 years ago
  69. 44ab2df Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data by Matt Caswell · 9 years ago
  70. 2f2c9ca Add dummy pipeline support for aes128_cbc_hmac_sha1 by Matt Caswell · 9 years ago
  71. 98ee754 Update the dasync engine to add a pipeline cipher by Matt Caswell · 9 years ago
  72. c6912ad Fix the build tree include directory for afalg engine by Richard Levitte · 9 years ago
  73. d62d17b Unified - adapt the generation of padlock assembler to use GENERATE by Richard Levitte · 9 years ago
  74. b8972ed GH804: Fix unused-result warnings in dasync by Alessandro Ghedini · 9 years ago
  75. a193388 Fix some clang warnings by Matt Caswell · 9 years ago
  76. d245844 Adding afalg test by clucey · 9 years ago
  77. 8da00a3 Misc afalg build fixes by Matt Caswell · 9 years ago
  78. 6cba4a6 Rework based on feedback: by clucey · 9 years ago
  79. 7f458a4 ALG: Add AFALG engine by clucey · 9 years ago
  80. 8448b69 GH758: e_dasync_err.h: honor no-filenames option by Viktor Szakats · 9 years ago
  81. ff75a25 Refactor the async wait fd logic by Matt Caswell · 9 years ago
  82. 0421c00 Add forgotten change of check of disabled-dynamic-engine by Richard Levitte · 9 years ago
  83. 766579e Remove Ubsec engine by Matt Caswell · 9 years ago
  84. 343ec2b Build dynamic engines even if configured "no-shared" by Richard Levitte · 9 years ago
  85. 45502bf Always build library object files with shared library cflags by Richard Levitte · 9 years ago
  86. 9ee0ed3 Big rename fest of engine DSO names, from libFOO.so to FOO.so by Richard Levitte · 9 years ago
  87. e048fd5 Big rename fest in makefile.shared: link_a / link_o -> link_shlib / link_dso by Richard Levitte · 9 years ago
  88. ce192eb Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND by Richard Levitte · 9 years ago
  89. 3ba8471 Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005 by David Woodhouse · 9 years ago
  90. de72be2 Pass $(CC) to perlasm scripts via the environment by Richard Levitte · 9 years ago
  91. 3c65577 Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefix by Richard Levitte · 9 years ago
  92. 7b548d3 Test for and use AES CSP for RSA if present. by Dr Stephen Henson · 9 years ago
  93. 0f53f93 clean away old VMS cruft by Richard Levitte · 9 years ago
  94. 567a9e6 unified build scheme: add a "unified" template for Unix Makefile by Richard Levitte · 9 years ago
  95. e8461ee Simplify the specification of include dirs in the build dir by Richard Levitte · 9 years ago
  96. 7b9f8f7 Auto init/deinit libcrypto by Matt Caswell · 9 years ago
  97. c86ddbe Enhance and clear the support of linker flags by Richard Levitte · 9 years ago
  98. 777a288 unified build scheme: add build.info files by Richard Levitte · 9 years ago
  99. ced2c2c Templatize util/domd by Rich Salz · 9 years ago
  100. 1740c16 Configure et al: split up the lflags configuration item into two by Richard Levitte · 9 years ago