1. d9f0735 APPS: Improve diagnostics on missing/extra args and unknown cipher/digest by Dr. David von Oheimb · 3 years, 4 months ago
  2. d382e79 Make the -inform option to be respected if possible by Tomas Mraz · 3 years, 11 months ago
  3. b0f9601 APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro by Dr. David von Oheimb · 3 years, 11 months ago
  4. d830526 APPS: Improve diagnostics for string options and options expecting int >= 0 by Dr. David von Oheimb · 4 years ago
  5. 606a417 Fetch and free cipher and md's by Rich Salz · 4 years ago
  6. 3ad6030 APPS: make apps strict on app_RAND_load() and app_RAND_write() failure by Dr. David von Oheimb · 4 years ago
  7. a28d06f Update copyright year by Matt Caswell · 4 years, 1 month ago
  8. 03bbd34 Fetch cipher after loading providers by Rich Salz · 4 years, 2 months ago
  9. 51e5df0 Load rand state after loading providers by Rich Salz · 4 years, 2 months ago
  10. 021410e Check non-option arguments by Rich Salz · 4 years, 3 months ago
  11. 33388b4 Update copyright year by Matt Caswell · 5 years ago
  12. 6bd4e3f cmdline app: add provider commandline options. by Pauli · 5 years ago
  13. 5388f98 Add "sections" to -help output by Rich Salz · 5 years ago
  14. dffa752 Following the license change, modify the boilerplates in apps/ by Richard Levitte · 6 years ago
  15. 6738bf1 Update copyright year by Matt Caswell · 7 years ago
  16. dab2cd6 apps: Don't include progs.h in apps.h by Richard Levitte · 7 years ago
  17. cbe2964 Consistent formatting for sizeof(foo) by Rich Salz · 7 years ago
  18. 3ee1eac Standardize apps use of -rand, etc. by Rich Salz · 8 years ago
  19. 48feace Remove the possibility to disable the UI module entirely by Richard Levitte · 8 years ago
  20. 2234212 Clean up a bundle of codingstyle stuff in apps directory by Paul Yang · 8 years ago
  21. bf580d5 Increase the password buffer size to APP_PASS_LEN. by Pauli · 8 years ago
  22. dd1abd4 If an engine comes up explicitely, it must also come down explicitely by Richard Levitte · 8 years ago
  23. 44c83eb Constify command options by FdaSilvaYY · 8 years ago
  24. 12d56b2 Fix various missing option help messages ... by FdaSilvaYY · 9 years ago
  25. 05dba81 Support for traditional format private keys. by Dr. Stephen Henson · 9 years ago
  26. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  27. 8fc06e8 Update pkcs8 defaults. by Dr. Stephen Henson · 9 years ago
  28. bcc3177 Add missing return value check in pkcs8 app by Matt Caswell · 9 years ago
  29. 923b185 Fix "no-ui" configuration by Richard Levitte · 9 years ago
  30. 54dbf42 Make PKCS8_PRIV_KEY_INFO opaque. by Dr. Stephen Henson · 9 years ago
  31. 5fc3ee4 use saner default parameters for scrypt by Dr. Stephen Henson · 9 years ago
  32. 0335851 argv was set but unused by Kurt Roeckx · 9 years ago
  33. bd4850d RT4227: Range-check in apps. by Rich Salz · 9 years ago
  34. a0a8232 Centralise loading default apps config file by Matt Caswell · 9 years ago
  35. bdd58d9 Change the way apps open their input and output files by Richard Levitte · 10 years ago
  36. d303b9d Make the handling of output and input formats consistent by Richard Levitte · 10 years ago
  37. b0809bc RT3998: Allow scrypt to be disabled by Rich Salz · 10 years ago
  38. 3b061a0 RT2547: Tighten perms on generated privkey files by Rich Salz · 10 years ago
  39. 688c244 fix warning by Dr. Stephen Henson · 10 years ago
  40. 296f54e Restore module loading by Richard Levitte · 10 years ago
  41. 0ceb8b7 scrypt in pkcs8 util by Dr. Stephen Henson · 10 years ago
  42. 6355d31 Add function PKCS8_set0_pbe by Dr. Stephen Henson · 10 years ago
  43. 75ebbd9 Use p==NULL not !p (in if statements, mainly) by Rich Salz · 10 years ago
  44. b548a1f free null cleanup finale by Rich Salz · 10 years ago
  45. 333b070 fewer NO_ENGINE #ifdef's by Rich Salz · 10 years ago
  46. 7e1b748 Big apps cleanup (option-parsing, etc) by Rich Salz · 10 years ago
  47. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  48. 2d7153e Tidied up, added include to stdlib, removed "goto bad" usage by Matt Caswell · 11 years ago
  49. 8a531c2 Conform to whitespace conventions by rfkrocktk · 11 years ago
  50. 8a6c6bb Added custom PBKDF2 iteration count to PKCS8 tool. by Naftuli Tzvi Kay · 11 years ago
  51. 5693a30 PKCS#8 support for alternative PRFs. by Dr. Stephen Henson · 11 years ago
  52. ba64ae6 Tolerate PKCS#8 DSA format with negative private key. by Dr. Stephen Henson · 15 years ago
  53. 08882ac PR: 2038 by Dr. Stephen Henson · 16 years ago
  54. 30b1b28 Return correct exit code. by Dr. Stephen Henson · 16 years ago
  55. 46400c9 Avoid leaks in pkcs8 app, tidy code up. by Dr. Stephen Henson · 16 years ago
  56. 2e59752 Update obsolete email address... by Dr. Stephen Henson · 16 years ago
  57. 8a60547 Reformat pkcs8 source. by Dr. Stephen Henson · 21 years ago
  58. 0fbffe7 implement PKCS #8 / SEC1 private key format for ECC by Bodo Möller · 22 years ago
  59. 3ae7093 Correct a lot of printing calls. Remove extra arguments... by Richard Levitte · 22 years ago
  60. 0b13e9f Add the possibility to build without the ENGINE framework. PR: 287 by Richard Levitte · 22 years ago
  61. 54a656e Security fixes brought forward from 0.9.7. by Ben Laurie · 22 years ago
  62. 96b35c9 Signal an error if the entered output password didn't match itself. PR: 314 by Richard Levitte · 22 years ago
  63. 6775326 makedepend complains when a header file is included more than once in by Richard Levitte · 22 years ago
  64. da9b972 Make it possible to load keys from stdin, and restore that by Richard Levitte · 23 years ago
  65. 690ecff Fixes for 'no-hw' combined with 'no-SOME_CIPHER'. Fix dsaparam usage output. by Bodo Möller · 23 years ago
  66. 3647bee Config code updates. by Dr. Stephen Henson · 23 years ago
  67. 1372965 Reduce the header dependencies on engine.h in apps/. by Geoff Thorpe · 24 years ago
  68. 7953b8f Make better use of load_cert, load_certs and load_key. by Richard Levitte · 24 years ago
  69. 531d630 Provide an application-common setup function for engines and use it everywhere. by Richard Levitte · 24 years ago
  70. bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
  71. ecbe078 by Dr. Stephen Henson · 24 years ago
  72. 5270e70 Merge the engine branch into the main trunk. All conflicts resolved. by Richard Levitte · 24 years ago
  73. 645749e On VMS, stdout may very well lead to a file that is written to in a by Richard Levitte · 25 years ago
  74. 26a3a48 There have been a number of complaints from a number of sources that names by Richard Levitte · 25 years ago
  75. 4b42658 Make pkcs8 work again. by Dr. Stephen Henson · 25 years ago
  76. a3fe382 Pass phrase reorganisation. by Dr. Stephen Henson · 25 years ago
  77. 667ac4e Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align by Ralf S. Engelschall · 25 years ago
  78. f07fb9b Add command line password options to the reamining utilities, amend docs. by Dr. Stephen Henson · 25 years ago
  79. 6643020 Add support for some broken PKCS#8 formats. by Dr. Stephen Henson · 25 years ago
  80. af57d84 Rename SSLeay_add_all_algorithms() et al to by Dr. Stephen Henson · 25 years ago
  81. 20432ea Fix some of the command line password stuff. New function by Dr. Stephen Henson · 25 years ago
  82. 525f51f Add PKCS#8 utility functions and add PBE options. by Dr. Stephen Henson · 25 years ago
  83. 8c197cc VMS updates. Submitted by: Richard Levitte <levitte@stacken.kth.se> by Ulf Möller · 26 years ago
  84. 74678cc Additional user data argument to pem_password_cb function type by Bodo Möller · 26 years ago
  85. 8eb57af Complete support for PKCS#5 v2.0. Still needs extensive testing. by Dr. Stephen Henson · 26 years ago
  86. e7871ff More PKCS#8 stuff. Support for unencrypted forms of private key. by Dr. Stephen Henson · 26 years ago
  87. 3cbb793 Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outform by Dr. Stephen Henson · 26 years ago
  88. 600dec1 Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots more by Dr. Stephen Henson · 26 years ago