1. 90c1946 Don't core dump when using CMAC with dgst. by Dr. Stephen Henson · 11 years ago
  2. 7951c26 add fips blocking overrides to command line utilities by Dr. Stephen Henson · 13 years ago
  3. 1ee4972 Add fips hmac key to dgst utility. by Dr. Stephen Henson · 14 years ago
  4. bb845ee Add -engine_impl option to dgst which will use an implementation of by Dr. Stephen Henson · 15 years ago
  5. 5a9e3f0 PR: 2170 Submitted by: Magnus Lilja <lilja.magnus@gmail.com> by Dr. Stephen Henson · 15 years ago
  6. 42733b3 PR: 2066 Submitted by: Guenter <lists@gknw.net> Approved by: steve@openssl.org by Dr. Stephen Henson · 15 years ago
  7. c869da8 Update from 1.0.0-stable by Dr. Stephen Henson · 16 years ago
  8. 7184ef1 Cast to avoid signedness confusion by Richard Levitte · 16 years ago
  9. e5fa864 Updates from 1.0.0-stable. by Dr. Stephen Henson · 16 years ago
  10. 70b2186 Stop warnings. by Dr. Stephen Henson · 16 years ago
  11. e4e9491 Submitted by: Victor B. Wagner <vitus@cryptocom.ru> by Dr. Stephen Henson · 16 years ago
  12. 6bcbac0 remove a doubled entry for '-binary' in the usage message by Ralf S. Engelschall · 17 years ago
  13. 5ce278a More type-checking. by Ben Laurie · 17 years ago
  14. a92ebf2 Provide information about "openssl dgst" -hmac option. by Lutz Jänicke · 17 years ago
  15. 8dbdf63 Typo. by Dr. Stephen Henson · 18 years ago
  16. 9c54e18 Fixes for dgst tool. Initialize md_name, sig_name properly. Return error code by Dr. Stephen Henson · 18 years ago
  17. 0f9e0ab Set len to buffer size. by Dr. Stephen Henson · 18 years ago
  18. e77dbf3 Prepend signature name in dgst output. by Dr. Stephen Henson · 18 years ago
  19. f03620e Use default md if none specified in dgst utility. by Dr. Stephen Henson · 18 years ago
  20. 47b2e23 Use EVP_DigestVerify() in dgst.c if verifying. by Dr. Stephen Henson · 18 years ago
  21. 6ef18c2 Bug in apps/dgst.c. by Andy Polyakov · 18 years ago
  22. 2022cfe New -mac and -macopt options to dgst utility. Reimplement -hmac option in by Dr. Stephen Henson · 18 years ago
  23. d952c79 New -sigopt option for dgst utility. by Dr. Stephen Henson · 18 years ago
  24. 5d5ca32 Updates from 0.9.8-stable branch. by Dr. Stephen Henson · 18 years ago
  25. 52cfa39 Add -hmac option to dgst from 0.9.7 stable branch. by Dr. Stephen Henson · 18 years ago
  26. 7806f3d replace macros with functions by Nils Larsch · 18 years ago
  27. 246e093 Fix bug where freed OIDs could be accessed in EVP_cleanup() by by Dr. Stephen Henson · 19 years ago
  28. 7b1b47a Mention Whirlpool in dgst -help. by Andy Polyakov · 19 years ago
  29. 5b40d7d Add -passin argument to dgst command. by Dr. Stephen Henson · 20 years ago
  30. c128bb0 Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility. by Dr. Stephen Henson · 21 years ago
  31. c88f8f7 'apps/openssl dgst -help' update and minor apps/speed.c update. by Andy Polyakov · 21 years ago
  32. d420ac2 Use BUF_strlcpy() instead of strcpy(). by Richard Levitte · 21 years ago
  33. 0b13e9f Add the possibility to build without the ENGINE framework. PR: 287 by Richard Levitte · 22 years ago
  34. 1c3e4a3 EXIT() may mean return(). That's confusing, so let's have it really mean by Richard Levitte · 22 years ago
  35. 4579924 Cleanse memory using the new OPENSSL_cleanse() function. by Richard Levitte · 22 years ago
  36. 54a656e Security fixes brought forward from 0.9.7. by Ben Laurie · 22 years ago
  37. da9b972 Make it possible to load keys from stdin, and restore that by Richard Levitte · 23 years ago
  38. d15711e Handle read errors. by Ben Laurie · 23 years ago
  39. dfee50e Allow longer program names (VMS allows up to 39 characters). by Richard Levitte · 23 years ago
  40. 3647bee Config code updates. by Dr. Stephen Henson · 23 years ago
  41. 1372965 Reduce the header dependencies on engine.h in apps/. by Geoff Thorpe · 24 years ago
  42. c04f8cf Use apps_shutdown() in all applications, in case someone decides not by Richard Levitte · 24 years ago
  43. 531d630 Provide an application-common setup function for engines and use it everywhere. by Richard Levitte · 24 years ago
  44. 30b4c27 Extend all the loading functions to take an engine pointer, a pass by Richard Levitte · 24 years ago
  45. bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
  46. 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
  47. 32d862e Add the possibility to use keys handled by engines in more applications. by Richard Levitte · 24 years ago
  48. 5270e70 Merge the engine branch into the main trunk. All conflicts resolved. by Richard Levitte · 24 years ago
  49. 645749e On VMS, stdout may very well lead to a file that is written to in a by Richard Levitte · 25 years ago
  50. 688fbf5 Fix a typo in apps/pkcs12.c which was using the wrong part of by Dr. Stephen Henson · 25 years ago
  51. 623eea3 siglen is unsigned, so comparing it to less than 0 is silly, and by Richard Levitte · 25 years ago
  52. 7df1c72 Fix typo in i2d_ASN1_ENUMERATED by Dr. Stephen Henson · 25 years ago
  53. 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
  54. 26a3a48 There have been a number of complaints from a number of sources that names by Richard Levitte · 25 years ago
  55. 667ac4e Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align by Ralf S. Engelschall · 25 years ago
  56. d58d092 Avoid warnings. by Bodo Möller · 26 years ago
  57. b1c4fe3 Don't mix real tabs with tabs expanded as 8 spaces -- that's by Bodo Möller · 26 years ago
  58. 54a29df argc counting bug fixed. Submitted by: Tomas Hulek Reviewed by: PR: by Bodo Möller · 26 years ago
  59. a9be3af Remove NOPROTO definitions and error code comments. by Ulf Möller · 26 years ago
  60. ec57782 Change #include filenames from <foo.h> to <openssl.h>. by Bodo Möller · 26 years ago
  61. 6b691a5 Change functions to ANSI C. by Ulf Möller · 26 years ago
  62. e778802 Massive constification. by Ben Laurie · 26 years ago
  63. dfeab06 Import of old SSLeay release: SSLeay 0.9.1b (unreleased) by Ralf S. Engelschall · 26 years ago
  64. 58964a4 Import of old SSLeay release: SSLeay 0.9.0b by Ralf S. Engelschall · 26 years ago
  65. d02b48c Import of old SSLeay release: SSLeay 0.8.1b by Ralf S. Engelschall · 26 years ago