1. 6738bf1 Update copyright year by Matt Caswell · 7 years ago
  2. dab2cd6 apps: Don't include progs.h in apps.h by Richard Levitte · 7 years ago
  3. cbe2964 Consistent formatting for sizeof(foo) by Rich Salz · 7 years ago
  4. 26a7d93 Remove parentheses of return. by KaoruToda · 7 years ago
  5. 0f3ffbd apps/passwd.c: Make MD5 and SHA password making EBCDIC aware by Richard Levitte · 8 years ago
  6. 17621bc apps/passwd.c: Fix code layout by Richard Levitte · 8 years ago
  7. 16583e9 apps/passwd.c: Don't disable MD5 and SHA when CHARSET_EBCDIC is defined by Richard Levitte · 8 years ago
  8. f1b8b00 Fix some pedantic warnings. by Pauli · 8 years ago
  9. 3ee1eac Standardize apps use of -rand, etc. by Rich Salz · 8 years ago
  10. 48feace Remove the possibility to disable the UI module entirely by Richard Levitte · 8 years ago
  11. 2234212 Clean up a bundle of codingstyle stuff in apps directory by Paul Yang · 8 years ago
  12. 72d8b82 Fix coding style in apps/passwd file by Paul Yang · 8 years ago
  13. 69687aa More typo fixes by FdaSilvaYY · 8 years ago
  14. a4c74e8 apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX. by Andy Polyakov · 8 years ago
  15. dbaa069 use OSSLzu instead of lu format for size_t display by edelangh · 8 years ago
  16. 037f2c3 'openssl passwd' command can now compute AIX MD5-based passwords hashes. by Gaétan Njinang · 8 years ago
  17. 44c83eb Constify command options by FdaSilvaYY · 8 years ago
  18. 3074514 Rather than one variable for each passwd type, use one enum variable by Richard Levitte · 9 years ago
  19. 4e57a12 Add SHA256 and SHA512 based output for 'openssl passwd' by Richard Levitte · 9 years ago
  20. 9f9f962 Fix 'openssl passwd' with arguments -1 or -apr1 by Richard Levitte · 9 years ago
  21. 2a600d7 Fix return values of do_passwd() in apps/passwd.c by Richard Levitte · 9 years ago
  22. edbff8d Code factorisation and simplification by FdaSilvaYY · 9 years ago
  23. f6c460e Fix double calls to strlen by FdaSilvaYY · 9 years ago
  24. d166ed8 check return values for EVP_Digest*() APIs by Dr. Stephen Henson · 9 years ago
  25. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  26. 97b0439 Fix passwd seg fault by Matt Caswell · 9 years ago
  27. 923b185 Fix "no-ui" configuration by Richard Levitte · 9 years ago
  28. 4de9913 Make the '-in' option in apps/passwd.c less mandatory by Richard Levitte · 9 years ago
  29. 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
  30. bfb0641 Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) by Richard Levitte · 9 years ago
  31. 6e59a89 Adjust all accesses to EVP_MD_CTX to use accessor functions. by Richard Levitte · 9 years ago
  32. a0a8232 Centralise loading default apps config file by Matt Caswell · 9 years ago
  33. bdd58d9 Change the way apps open their input and output files by Richard Levitte · 10 years ago
  34. 3b061a0 RT2547: Tighten perms on generated privkey files by Rich Salz · 10 years ago
  35. 7768e11 Use bio_err not stderr in apps. by Rich Salz · 10 years ago
  36. 9c3bcfa Standardize handling of #ifdef'd options. by Rich Salz · 10 years ago
  37. 296f54e Restore module loading by Richard Levitte · 10 years ago
  38. b548a1f free null cleanup finale by Rich Salz · 10 years ago
  39. 68dc682 In apps, malloc or die by Rich Salz · 10 years ago
  40. 7e1b748 Big apps cleanup (option-parsing, etc) by Rich Salz · 10 years ago
  41. ca3a82c free NULL cleanup by Rich Salz · 10 years ago
  42. 266483d RAND_bytes updates by Matt Caswell · 10 years ago
  43. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  44. 68d39f3 Move more comments that confuse indent by Matt Caswell · 10 years ago
  45. 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 10 years ago
  46. a51a972 Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes. by Ben Laurie · 20 years ago
  47. 7d72723 some const fixes by Nils Larsch · 20 years ago
  48. 2754597 A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. by Geoff Thorpe · 21 years ago
  49. 1c3e4a3 EXIT() may mean return(). That's confusing, so let's have it really mean by Richard Levitte · 22 years ago
  50. 6775326 makedepend complains when a header file is included more than once in by Richard Levitte · 22 years ago
  51. 125cc35 Merge in DES changed from 0.9.7-stable. by Richard Levitte · 23 years ago
  52. 3647bee Config code updates. by Dr. Stephen Henson · 23 years ago
  53. c2e4f17 Due to an increasing number of clashes between modern OpenSSL and by Richard Levitte · 23 years ago
  54. 20d2186 by Dr. Stephen Henson · 23 years ago
  55. dbad169 Really add the EVP and all of the DES changes. by Ben Laurie · 24 years ago
  56. c04f8cf Use apps_shutdown() in all applications, in case someone decides not by Richard Levitte · 24 years ago
  57. 323f289 by Dr. Stephen Henson · 24 years ago
  58. cad4b84 Fix: return 0 if no error occured. by Bodo Möller · 24 years ago
  59. bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
  60. cf1b7d9 Make all configuration macros available for application by making by Richard Levitte · 24 years ago
  61. 57108f0 Fix openssl passwd -1 by Bodo Möller · 24 years ago
  62. db70a3f Improve usability of 'openssl passwd' by including by Bodo Möller · 24 years ago
  63. 645749e On VMS, stdout may very well lead to a file that is written to in a by Richard Levitte · 25 years ago
  64. cc244b3 Update 'openssl passwd' documentation on selection of algorithms. by Bodo Möller · 25 years ago
  65. 1f4643a BSD-style MD5-based password algorithm in 'openssl passwd'. by Bodo Möller · 25 years ago
  66. 26a3a48 There have been a number of complaints from a number of sources that names by Richard Levitte · 25 years ago
  67. 7fc840c Stylistic changes: Don't use a macro for the malloc'ed length since it by Bodo Möller · 25 years ago
  68. 4adcfa0 Warn about truncation also in the case when a single password is read using by Bodo Möller · 25 years ago
  69. 07fb39c Make gcc 2.95.2 happy here, too. by Ralf S. Engelschall · 25 years ago
  70. 4ec19e2 Fix gcc warnings. by Ulf Möller · 25 years ago
  71. 73c5591 Casts now unnecessary because of changed prototype. by Bodo Möller · 25 years ago
  72. bd44570 Fix signed/unsigned warnings. by Ben Laurie · 25 years ago
  73. 3ebf0be Corrections. by Bodo Möller · 25 years ago
  74. e6e7b5f Implement MD5-based "apr1" password hash. by Bodo Möller · 25 years ago
  75. efb4162 Fix shadow. by Ben Laurie · 25 years ago
  76. bb325c7 'passwd' tool. by Bodo Möller · 25 years ago