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. 2ac6115 Deal with the consequences of constifying getters by Richard Levitte · 9 years ago
  4. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  5. 9862e9a Make the RSA structure opaque by Richard Levitte · 9 years ago
  6. effaf4d Use NON_EMPTY_TRANSLATION_UNIT, consistently. by Rich Salz · 9 years ago
  7. 700b4a4 Remove more (rest?) of FIPS build stuff. by Rich Salz · 9 years ago
  8. 96487cd Continue standardisation of malloc handling in apps by Matt Caswell · 9 years ago
  9. a0a8232 Centralise loading default apps config file by Matt Caswell · 9 years ago
  10. bdd58d9 Change the way apps open their input and output files by Richard Levitte · 10 years ago
  11. 902c6b9 RT3961: Fix switch/case errors in flag parsing by Adam Eijdenberg · 10 years ago
  12. 3b061a0 RT2547: Tighten perms on generated privkey files by Rich Salz · 10 years ago
  13. 296f54e Restore module loading by Richard Levitte · 10 years ago
  14. 25aaa98 free NULL cleanup -- coda by Rich Salz · 10 years ago
  15. b548a1f free null cleanup finale by Rich Salz · 10 years ago
  16. 23a1d5e free NULL cleanup 7 by Rich Salz · 10 years ago
  17. 333b070 fewer NO_ENGINE #ifdef's by Rich Salz · 10 years ago
  18. 7e1b748 Big apps cleanup (option-parsing, etc) by Rich Salz · 10 years ago
  19. ca3a82c free NULL cleanup by Rich Salz · 10 years ago
  20. d640708 free NULL cleanup by Rich Salz · 10 years ago
  21. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  22. 6d23cf9 RT3548: Remove unsupported platforms by Rich Salz · 10 years ago
  23. 5bafb04 Remove redundant OPENSSL_NO_DEPRECATED suppression by Matt Caswell · 10 years ago
  24. 5cf3795 RT3543: Remove #ifdef LINT by Rich Salz · 10 years ago
  25. 348d0d1 Update apps for bn opaque change by Matt Caswell · 10 years ago
  26. 44e0c2b RT2626: Change default_bits from 1K to 2K by Kurt Roeckx · 11 years ago
  27. abd01ea Change default bits to 1024 by Dr. Stephen Henson · 12 years ago
  28. dc03504 Make sure overrides work for RSA/DSA. by Dr. Stephen Henson · 14 years ago
  29. a05b8d0 use supplied ENGINE in genrsa by Dr. Stephen Henson · 15 years ago
  30. 645532b Update from 1.0.0-stable by Dr. Stephen Henson · 16 years ago
  31. 96afc1c Add SEED encryption algorithm. by Bodo Möller · 18 years ago
  32. f3dea9a Camellia cipher, contributed by NTT by Bodo Möller · 19 years ago
  33. 3eeaab4 make by Nils Larsch · 20 years ago
  34. bcfea9f Allow RSA key-generation to specify an arbitrary public exponent. Jelte by Geoff Thorpe · 21 years ago
  35. 2aaec9c Update any code that was using deprecated functions so that everything builds by Geoff Thorpe · 21 years ago
  36. 0b13e9f Add the possibility to build without the ENGINE framework. PR: 287 by Richard Levitte · 22 years ago
  37. 5daec7e Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we are by Geoff Thorpe · 22 years ago
  38. 1c3e4a3 EXIT() may mean return(). That's confusing, so let's have it really mean by Richard Levitte · 22 years ago
  39. 3647bee Config code updates. by Dr. Stephen Henson · 23 years ago
  40. b3dfaaa Add AES support in the applications that support -des and -des3. by Richard Levitte · 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. 6dcd1c9 Do a proof of concept. "openssl genrsa" will make the name of the by Richard Levitte · 24 years ago
  44. 531d630 Provide an application-common setup function for engines and use it everywhere. by Richard Levitte · 24 years ago
  45. 1358835 by Dr. Stephen Henson · 24 years ago
  46. bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
  47. cf1b7d9 Make all configuration macros available for application by making 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. f365611 Undo the changes I just made. I'm not sure what I was thinking of. by Richard Levitte · 25 years ago
  51. 20d242b Make it possible for users of the openssl applications to specify the by Richard Levitte · 25 years ago
  52. f1d92d9 Accept -F4 option in lower case, which is what the usage information by Bodo Möller · 25 years ago
  53. 26a3a48 There have been a number of complaints from a number of sources that names by Richard Levitte · 25 years ago
  54. afbd074 'rand'/'-rand' documentation. by Bodo Möller · 25 years ago
  55. a3fe382 Pass phrase reorganisation. by Dr. Stephen Henson · 25 years ago
  56. 667ac4e Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align by Ralf S. Engelschall · 25 years ago
  57. f07fb9b Add command line password options to the reamining utilities, amend docs. by Dr. Stephen Henson · 25 years ago
  58. 657e60f ispell (and minor modifications) by Ulf Möller · 25 years ago
  59. 752d706 Make NO_RSA compile with pedantic. by Ben Laurie · 25 years ago
  60. a31011e Various randomness handling bugfixes and improvements -- by Bodo Möller · 25 years ago
  61. 74678cc Additional user data argument to pem_password_cb function type by Bodo Möller · 26 years ago
  62. d58d092 Avoid warnings. by Bodo Möller · 26 years ago
  63. b4f7658 More evil cast removal. by Ben Laurie · 26 years ago
  64. f5d7a03 New Configure option no-<cipher> (rsa, idea, rc5, ...). by Ulf Möller · 26 years ago
  65. a9be3af Remove NOPROTO definitions and error code comments. by Ulf Möller · 26 years ago
  66. ec57782 Change #include filenames from <foo.h> to <openssl.h>. by Bodo Möller · 26 years ago
  67. 6b691a5 Change functions to ANSI C. by Ulf Möller · 26 years ago
  68. 58964a4 Import of old SSLeay release: SSLeay 0.9.0b by Ralf S. Engelschall · 26 years ago
  69. d02b48c Import of old SSLeay release: SSLeay 0.8.1b by Ralf S. Engelschall · 26 years ago