1. dd1abd4 If an engine comes up explicitely, it must also come down explicitely by Richard Levitte · 8 years ago
  2. 44c83eb Constify command options by FdaSilvaYY · 8 years ago
  3. 13a4618 RT3669: dgst can only sign/verify one file. by Rich Salz · 9 years ago
  4. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  5. a773b52 Remove unused parameters from internal functions by Rich Salz · 9 years ago
  6. dd95897 Fix engine key support in utilities. by Dr. Stephen Henson · 9 years ago
  7. a173a7e more doc fixes by Rich Salz · 9 years ago
  8. 0d4fb84 GH601: Various spelling fixes. by FdaSilvaYY · 9 years ago
  9. 700b4a4 Remove more (rest?) of FIPS build stuff. by Rich Salz · 9 years ago
  10. f8547f6 Use SHA256 not MD5 as default digest. by Rich Salz · 9 years ago
  11. a0a8232 Centralise loading default apps config file by Matt Caswell · 9 years ago
  12. d175e8a Fix option name discrepancy by Matt Caswell · 9 years ago
  13. bdd58d9 Change the way apps open their input and output files by Richard Levitte · 10 years ago
  14. 9c3bcfa Standardize handling of #ifdef'd options. by Rich Salz · 10 years ago
  15. 296f54e Restore module loading by Richard Levitte · 10 years ago
  16. 25aaa98 free NULL cleanup -- coda by Rich Salz · 10 years ago
  17. b548a1f free null cleanup finale by Rich Salz · 10 years ago
  18. 4b45c6e free cleanup almost the finale by Rich Salz · 10 years ago
  19. 68dc682 In apps, malloc or die by Rich Salz · 10 years ago
  20. b196e7d remove malloc casts by Rich Salz · 10 years ago
  21. 333b070 fewer NO_ENGINE #ifdef's by Rich Salz · 10 years ago
  22. 7e1b748 Big apps cleanup (option-parsing, etc) by Rich Salz · 10 years ago
  23. c5ba2d9 free NULL cleanup by Rich Salz · 10 years ago
  24. ca3a82c free NULL cleanup by Rich Salz · 10 years ago
  25. be1477a Move malloc fail checks closer to malloc by Matt Caswell · 10 years ago
  26. 918bb86 Unchecked malloc fixes by Matt Caswell · 10 years ago
  27. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  28. 5075e52 Document openssl dgst -hmac option by Thorsten Glaser · 10 years ago
  29. 90c1946 Don't core dump when using CMAC with dgst. by Dr. Stephen Henson · 11 years ago
  30. 7951c26 add fips blocking overrides to command line utilities by Dr. Stephen Henson · 13 years ago
  31. 1ee4972 Add fips hmac key to dgst utility. by Dr. Stephen Henson · 14 years ago
  32. bb845ee Add -engine_impl option to dgst which will use an implementation of by Dr. Stephen Henson · 15 years ago
  33. 5a9e3f0 PR: 2170 Submitted by: Magnus Lilja <lilja.magnus@gmail.com> by Dr. Stephen Henson · 15 years ago
  34. 42733b3 PR: 2066 Submitted by: Guenter <lists@gknw.net> Approved by: steve@openssl.org by Dr. Stephen Henson · 15 years ago
  35. c869da8 Update from 1.0.0-stable by Dr. Stephen Henson · 16 years ago
  36. 7184ef1 Cast to avoid signedness confusion by Richard Levitte · 16 years ago
  37. e5fa864 Updates from 1.0.0-stable. by Dr. Stephen Henson · 16 years ago
  38. 70b2186 Stop warnings. by Dr. Stephen Henson · 16 years ago
  39. e4e9491 Submitted by: Victor B. Wagner <vitus@cryptocom.ru> by Dr. Stephen Henson · 16 years ago
  40. 6bcbac0 remove a doubled entry for '-binary' in the usage message by Ralf S. Engelschall · 17 years ago
  41. 5ce278a More type-checking. by Ben Laurie · 17 years ago
  42. a92ebf2 Provide information about "openssl dgst" -hmac option. by Lutz Jänicke · 17 years ago
  43. 8dbdf63 Typo. by Dr. Stephen Henson · 18 years ago
  44. 9c54e18 Fixes for dgst tool. Initialize md_name, sig_name properly. Return error code by Dr. Stephen Henson · 18 years ago
  45. 0f9e0ab Set len to buffer size. by Dr. Stephen Henson · 18 years ago
  46. e77dbf3 Prepend signature name in dgst output. by Dr. Stephen Henson · 18 years ago
  47. f03620e Use default md if none specified in dgst utility. by Dr. Stephen Henson · 18 years ago
  48. 47b2e23 Use EVP_DigestVerify() in dgst.c if verifying. by Dr. Stephen Henson · 18 years ago
  49. 6ef18c2 Bug in apps/dgst.c. by Andy Polyakov · 18 years ago
  50. 2022cfe New -mac and -macopt options to dgst utility. Reimplement -hmac option in by Dr. Stephen Henson · 18 years ago
  51. d952c79 New -sigopt option for dgst utility. by Dr. Stephen Henson · 18 years ago
  52. 5d5ca32 Updates from 0.9.8-stable branch. by Dr. Stephen Henson · 18 years ago
  53. 52cfa39 Add -hmac option to dgst from 0.9.7 stable branch. by Dr. Stephen Henson · 18 years ago
  54. 7806f3d replace macros with functions by Nils Larsch · 18 years ago
  55. 246e093 Fix bug where freed OIDs could be accessed in EVP_cleanup() by by Dr. Stephen Henson · 19 years ago
  56. 7b1b47a Mention Whirlpool in dgst -help. by Andy Polyakov · 19 years ago
  57. 5b40d7d Add -passin argument to dgst command. by Dr. Stephen Henson · 20 years ago
  58. c128bb0 Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility. by Dr. Stephen Henson · 21 years ago
  59. c88f8f7 'apps/openssl dgst -help' update and minor apps/speed.c update. by Andy Polyakov · 21 years ago
  60. d420ac2 Use BUF_strlcpy() instead of strcpy(). by Richard Levitte · 21 years ago
  61. 0b13e9f Add the possibility to build without the ENGINE framework. PR: 287 by Richard Levitte · 22 years ago
  62. 1c3e4a3 EXIT() may mean return(). That's confusing, so let's have it really mean by Richard Levitte · 22 years ago
  63. 4579924 Cleanse memory using the new OPENSSL_cleanse() function. by Richard Levitte · 22 years ago
  64. 54a656e Security fixes brought forward from 0.9.7. by Ben Laurie · 22 years ago
  65. da9b972 Make it possible to load keys from stdin, and restore that by Richard Levitte · 23 years ago
  66. d15711e Handle read errors. by Ben Laurie · 23 years ago
  67. dfee50e Allow longer program names (VMS allows up to 39 characters). by Richard Levitte · 23 years ago
  68. 3647bee Config code updates. by Dr. Stephen Henson · 23 years ago
  69. 1372965 Reduce the header dependencies on engine.h in apps/. by Geoff Thorpe · 24 years ago
  70. c04f8cf Use apps_shutdown() in all applications, in case someone decides not by Richard Levitte · 24 years ago
  71. 531d630 Provide an application-common setup function for engines and use it everywhere. by Richard Levitte · 24 years ago
  72. 30b4c27 Extend all the loading functions to take an engine pointer, a pass by Richard Levitte · 24 years ago
  73. bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
  74. 92125ff Make flag variables int instead of char. This avoids getting into trouble on systems where char is unsigned by default by Richard Levitte · 24 years ago
  75. 32d862e Add the possibility to use keys handled by engines in more applications. by Richard Levitte · 24 years ago
  76. 5270e70 Merge the engine branch into the main trunk. All conflicts resolved. by Richard Levitte · 24 years ago
  77. 645749e On VMS, stdout may very well lead to a file that is written to in a by Richard Levitte · 25 years ago
  78. 688fbf5 Fix a typo in apps/pkcs12.c which was using the wrong part of by Dr. Stephen Henson · 25 years ago
  79. 623eea3 siglen is unsigned, so comparing it to less than 0 is silly, and by Richard Levitte · 25 years ago
  80. 7df1c72 Fix typo in i2d_ASN1_ENUMERATED by Dr. Stephen Henson · 25 years ago
  81. 3009458 MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test by Richard Levitte · 25 years ago
  82. 26a3a48 There have been a number of complaints from a number of sources that names by Richard Levitte · 25 years ago
  83. 667ac4e Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align by Ralf S. Engelschall · 25 years ago
  84. d58d092 Avoid warnings. by Bodo Möller · 26 years ago
  85. b1c4fe3 Don't mix real tabs with tabs expanded as 8 spaces -- that's by Bodo Möller · 26 years ago
  86. 54a29df argc counting bug fixed. Submitted by: Tomas Hulek Reviewed by: PR: by Bodo Möller · 26 years ago
  87. a9be3af Remove NOPROTO definitions and error code comments. by Ulf Möller · 26 years ago
  88. ec57782 Change #include filenames from <foo.h> to <openssl.h>. by Bodo Möller · 26 years ago
  89. 6b691a5 Change functions to ANSI C. by Ulf Möller · 26 years ago
  90. e778802 Massive constification. by Ben Laurie · 26 years ago
  91. dfeab06 Import of old SSLeay release: SSLeay 0.9.1b (unreleased) by Ralf S. Engelschall · 26 years ago
  92. 58964a4 Import of old SSLeay release: SSLeay 0.9.0b by Ralf S. Engelschall · 26 years ago
  93. d02b48c Import of old SSLeay release: SSLeay 0.8.1b by Ralf S. Engelschall · 26 years ago