1. 6ec5fce Update copyright year by Matt Caswell · 7 years ago
  2. 32c6985 Fix mixed indentation (and other whitespace issues) by Dr. Matthias St. Pierre · 7 years ago
  3. 8ab9af5 engines/e_capi.c: slip in PROV_RSA_AES for interchangable CSP only. by Andy Polyakov · 8 years ago
  4. 3a5b64b engines/e_capi.c: adhere to CryptAcquireContextW unconditionally. by Andy Polyakov · 8 years ago
  5. 8f0e588 engine/e_capi.c: more formatting and styling fixes. by Andy Polyakov · 8 years ago
  6. e08b444 engines/e_capi.c: formatting and styling fixes. by Andy Polyakov · 8 years ago
  7. f1f5ee1 include/openssl: don't include <windows.h> in public headers. by Andy Polyakov · 9 years ago
  8. 7a53360 engines/e_capi.c: accommodate recent DSA_SIG_[get|set]0 changes. by Andy Polyakov · 9 years ago
  9. 690b462 Add some check for malloc failure in the CAPI engine by Matt Caswell · 9 years ago
  10. 440e5d8 Copyright consolidation 02/10 by Rich Salz · 9 years ago
  11. f0483bf Fix capi engine for no-dsa by Matt Caswell · 9 years ago
  12. 7e74eaa Rename internal symbol to follow internal naming pattern by Richard Levitte · 9 years ago
  13. b3599db Rename int_*() functions to *_int() by Matt Caswell · 9 years ago
  14. 342c21c Rename lots of *_intern or *_internal function to int_* by Matt Caswell · 9 years ago
  15. e9c2b10 Fix forgotten adaptation to opaque RSA and RSA_METHOD by Richard Levitte · 9 years ago
  16. aa05e7c Rename get/set_app_data to get0/set0_app_data by Matt Caswell · 9 years ago
  17. a517f7f Various DSA opacity fixups by Matt Caswell · 9 years ago
  18. 6e9fa57 Make DSA_METHOD opaque by Matt Caswell · 9 years ago
  19. a8a3554 Adapt e_capi to the DSA_SIG_get0() API by Richard Levitte · 9 years ago
  20. 7b548d3 Test for and use AES CSP for RSA if present. by Dr Stephen Henson · 9 years ago
  21. 7b9f8f7 Auto init/deinit libcrypto by Matt Caswell · 9 years ago
  22. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  23. 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
  24. 19c6d3e Remove RSA_FLAG_SIGN_VER flag. by Dr. Stephen Henson · 9 years ago
  25. 5564600 Continue malloc standardisation in engines by Matt Caswell · 9 years ago
  26. b0700d2 Replace "SSLeay" in API with OpenSSL by Rich Salz · 9 years ago
  27. 57ebe74 engine/e_capi.c: fix various warnings. by Andy Polyakov · 10 years ago
  28. 64b2575 remove 0 assignments. by Rich Salz · 10 years ago
  29. 75ebbd9 Use p==NULL not !p (in if statements, mainly) by Rich Salz · 10 years ago
  30. b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
  31. b548a1f free null cleanup finale by Rich Salz · 10 years ago
  32. d640708 free NULL cleanup by Rich Salz · 10 years ago
  33. fbf08b7 Remove X509_PAIR by Rich Salz · 10 years ago
  34. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  35. 98b3b11 For master windows build dsa.h is now needed. by Dr. Stephen Henson · 10 years ago
  36. 5b17b79 capi_ctrl, capi_vtrace: check for NULL after allocating and free it by Kurt Roeckx · 10 years ago
  37. f6fa7c5 capi_get_provname: Check return values by Kurt Roeckx · 10 years ago
  38. b1a08ac capi_get_key: check for NULL after allocating key by Jonas Maebe · 10 years ago
  39. 8607322 capi_cert_get_fname: check for NULL after allocating wfname by Jonas Maebe · 10 years ago
  40. e214050 capi_get_provname: free name on error if it was malloc'ed by Jonas Maebe · 10 years ago
  41. a5ff18b Add support for SHA2 in CAPI ENGINE. by Libor Krystek · 11 years ago
  42. 2c0093d engines/e_capi.c: fix typo. by Andy Polyakov · 12 years ago
  43. c4fc172 PR: 2880 Submitted by: "Florian Rüchel" <florian.ruechel@ruhr-uni-bochum.de> by Dr. Stephen Henson · 12 years ago
  44. e626c77 PR: 2703 Submitted by: Alexey Melnikov <alexey.melnikov@isode.com> by Dr. Stephen Henson · 13 years ago
  45. da2a5a7 PR: 2705 Submitted by: Alexey Melnikov <alexey.melnikov@isode.com> by Dr. Stephen Henson · 13 years ago
  46. b9b0a17 new flag to stop ENGINE methods being registered by Dr. Stephen Henson · 14 years ago
  47. 9609ea8 NULL is a valid cspname by Dr. Stephen Henson · 14 years ago
  48. eb164d0 stop warnings about no previous prototype when compiling shared engines by Dr. Stephen Henson · 14 years ago
  49. c329c6b e_capi.c: rearrange #include-s to improve portability. PR: 2394 by Andy Polyakov · 14 years ago
  50. cc4c230 e_capi.c: change from ANSI to TCHAR domain. This makes it compilable on by Andy Polyakov · 14 years ago
  51. 6b02f9f PR: 2374 Submitted by: Guenter <lists@gknw.net> Reviewed by: steve by Dr. Stephen Henson · 14 years ago
  52. 82f385d e_capi.c: fix typo. by Andy Polyakov · 15 years ago
  53. 6c6bdd5 workaround for missing definition in some headers by Dr. Stephen Henson · 15 years ago
  54. f87e307 Adapt mingw config for newer mingw environment. Note modified conditional by Andy Polyakov · 15 years ago
  55. 0b36857 Update from 0.9.8-stable. by Dr. Stephen Henson · 16 years ago
  56. 01483c2 Make CAPI engine UNICODE aware (it didn't work on Win64). by Andy Polyakov · 16 years ago
  57. d4f0339 Update from 1.0.0-stable. by Dr. Stephen Henson · 16 years ago
  58. 492279f AIX build updates. by Andy Polyakov · 17 years ago
  59. 9be8035 fix error function codes by Bodo Möller · 17 years ago
  60. a0f3679 Update from stable branch. by Dr. Stephen Henson · 17 years ago
  61. 2836cb3 Update from stable branch. by Dr. Stephen Henson · 17 years ago
  62. 46d4782 Update from stable branch. by Dr. Stephen Henson · 17 years ago
  63. 1cd504e Don't change _WIN32_WINNT and detect GetConsoleWindow() and by Dr. Stephen Henson · 17 years ago
  64. 11f3cee Update from stable branch. by Dr. Stephen Henson · 17 years ago
  65. ffc2b3e Update from stable branch. by Dr. Stephen Henson · 17 years ago
  66. e1451bb Update from stable branch. by Dr. Stephen Henson · 17 years ago
  67. 1381bf9 Use an appropriate Window for selection dialog. by Dr. Stephen Henson · 17 years ago
  68. e0f7b87 Add support for Windoes dialog box based certificate selection. by Dr. Stephen Henson · 17 years ago
  69. b814c01 Tidy up and add comments to selection code. by Dr. Stephen Henson · 17 years ago
  70. 37cf49a Avoid name clash. by Dr. Stephen Henson · 17 years ago
  71. f79262e Only include windows headers when under windows. by Ben Laurie · 17 years ago
  72. 7d537d4 Add initial support for multiple SSL client certifcate selection in by Dr. Stephen Henson · 17 years ago
  73. ca89fc1 Match empty CA list to anything for ssl client auth in CryptoAPI engine. by Dr. Stephen Henson · 17 years ago
  74. b3c8dd4 Add preliminary SSL client auth callback to CryptoAPI ENGINE. by Dr. Stephen Henson · 17 years ago
  75. 2aa2a57 Fix indentation. by Dr. Stephen Henson · 17 years ago
  76. 953174f Free old store name (if any). by Dr. Stephen Henson · 17 years ago
  77. c621c7e Add ctrl for alternative certificate store names. by Dr. Stephen Henson · 17 years ago
  78. 2bbe8f9 Use keyspec for DSA too. by Dr. Stephen Henson · 17 years ago
  79. 4be0a5d Get and note keyspec when signing. by Dr. Stephen Henson · 17 years ago
  80. 7a18ecb Add CryptoAPI ENGINE from stable branch. by Dr. Stephen Henson · 17 years ago