1. 3d1160d Call RAND_cleanup in openssl application. by Dr. Stephen Henson · 12 years ago
  2. 086e32a Implement FIPS_mode and FIPS_mode_set by Dr. Stephen Henson · 14 years ago
  3. d39c495 Enter FIPS mode by calling FIPS_module_mode_set in openssl.c until by Dr. Stephen Henson · 14 years ago
  4. 856650d FIPS mode support for openssl utility: doesn't work properly yet due by Dr. Stephen Henson · 14 years ago
  5. 4ec3e8c For VMS, implement the possibility to choose 64-bit pointers with by Richard Levitte · 14 years ago
  6. 8ecef24 * apps/openssl.c: For VMS, take care of copying argv if needed much earlier, by Richard Levitte · 14 years ago
  7. 537c982 After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS by Richard Levitte · 14 years ago
  8. 0e039aa Fix warnings about ignoring fgets return value by Dr. Stephen Henson · 15 years ago
  9. aaf35f1 Allow use of algorithm and cipher names for dgsts and enc utilities instead by Dr. Stephen Henson · 16 years ago
  10. 1a489c9 From branch OpenSSL_0_9_8-stable: Allow soft-loading engines. by Bodo Möller · 17 years ago
  11. d4cdbab Avoid warnings with -pedantic, specifically: by Dr. Stephen Henson · 17 years ago
  12. ab3eafd Stop warning about extra ';' outside of function. by Dr. Stephen Henson · 17 years ago
  13. 3c1d6bb LHASH revamp. make depend. by Ben Laurie · 17 years ago
  14. 5ba4bf3 New functions to enumerate digests and ciphers. by Dr. Stephen Henson · 19 years ago
  15. f3dea9a Camellia cipher, contributed by NTT by Bodo Möller · 19 years ago
  16. 53ec880 Add an explicit load_config() call so any added algorithms are visible. by Dr. Stephen Henson · 19 years ago
  17. 0b33dac New function to retrieve ASN1 info on public key algorithms. New command by Dr. Stephen Henson · 19 years ago
  18. 7d72723 some const fixes by Nils Larsch · 20 years ago
  19. 563c05e fix out-of-bounds check in lock_dbg_cb (was too lose to detect all by Bodo Möller · 22 years ago
  20. 0b13e9f Add the possibility to build without the ENGINE framework. PR: 287 by Richard Levitte · 22 years ago
  21. 1c3e4a3 EXIT() may mean return(). That's confusing, so let's have it really mean by Richard Levitte · 22 years ago
  22. 055076c allocate bio_err before memory debugging is enabled to avoid memory leaks by Bodo Möller · 22 years ago
  23. 54a656e Security fixes brought forward from 0.9.7. by Ben Laurie · 22 years ago
  24. 0e2cc42 Make sure that the 'config' variable is correctly defined and declared by Richard Levitte · 22 years ago
  25. 7b63c0f Reorder inclusion of header files: by Lutz Jänicke · 23 years ago
  26. dfee50e Allow longer program names (VMS allows up to 39 characters). by Richard Levitte · 23 years ago
  27. 6ca4879 by Dr. Stephen Henson · 23 years ago
  28. a661b65 New functions SSL[_CTX]_set_msg_callback(). by Bodo Möller · 23 years ago
  29. 1372965 Reduce the header dependencies on engine.h in apps/. by Geoff Thorpe · 24 years ago
  30. 16e819e Put all "common" initialisation in the apps_startup() and apps_shutdown() by Geoff Thorpe · 24 years ago
  31. c2222c2 restore previous revision -- memory leak should be fixed in mem.c by Bodo Möller · 24 years ago
  32. 336da56 fix memory leak by Bodo Möller · 24 years ago
  33. 384eff8 Fix apps/openssl.c and ssl/ssltest.c so that they use by Bodo Möller · 24 years ago
  34. b7a26e6 by Dr. Stephen Henson · 24 years ago
  35. 870d986 apps_startup() needs a corresponding apps_shutdown(). by Richard Levitte · 24 years ago
  36. 2c7bc88 Fix UI leak in apps. by Dr. Stephen Henson · 24 years ago
  37. 2102374 Clean up ENGINE before exiting. by Richard Levitte · 24 years ago
  38. 10654d3 Forcibly enable memory leak checking during "make test" by Bodo Möller · 24 years ago
  39. bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
  40. 3ac82fa Locking issues. by Bodo Möller · 24 years ago
  41. 8d28d5f Constification of the data of a hash table. This means the callback by Richard Levitte · 24 years ago
  42. d0fa136 Next step in tidying up the LHASH code. by Geoff Thorpe · 24 years ago
  43. b0dc680 Fix warnings. by Ben Laurie · 24 years ago
  44. 35a99b6 Use the new LHASH macros to declare type-safe wrapper functions that can by Geoff Thorpe · 24 years ago
  45. 385d813 First step in tidying up the LHASH code. The callback prototypes (and by Geoff Thorpe · 24 years ago
  46. e7ef1a5 Make all engines available in the openssl application. by Richard Levitte · 24 years ago
  47. 645749e On VMS, stdout may very well lead to a file that is written to in a by Richard Levitte · 25 years ago
  48. ee087bb Make it so we can dynamically enable memory allocation debugging through the by Richard Levitte · 25 years ago
  49. 26a3a48 There have been a number of complaints from a number of sources that names by Richard Levitte · 25 years ago
  50. 6e22639 Eliminate memory leaks in mem_dbg.c. by Bodo Möller · 25 years ago
  51. 1f515cf e_os.h: don't do double work with status codes. by Richard Levitte · 25 years ago
  52. 46c4647 "openssl no-..." commands for avoiding the need to grep by Bodo Möller · 25 years ago
  53. 863fe2e cleaning up a little by Bodo Möller · 25 years ago
  54. e290c7d Correction: openssl.c must get the long version of the apps_startup() macro by Bodo Möller · 25 years ago
  55. 29a28ee Cosmetic changes. by Bodo Möller · 25 years ago
  56. 9d1a01b Source code cleanups: Use void * rather than char * in lhash, by Ulf Möller · 25 years ago
  57. 4fd2ead Enable memory checking earlier (we correctly free everything by Bodo Möller · 25 years ago
  58. 2b6313d Rename by Bodo Möller · 25 years ago
  59. 75acc28 fix typos and other little errors ... by Bodo Möller · 25 years ago
  60. 03c48fa Avoid shadowing p to make the compiler happy. by Bodo Möller · 25 years ago
  61. e8f48db Add missing semicolon to make compiler happy, and switch back by Bodo Möller · 25 years ago
  62. 1ad9bdf Use MemCheck_start() instead of CRYPTO_mem_ctrl(), and generate a small leak to test (conditional) by Richard Levitte · 25 years ago
  63. 777ab7e Fix memory checking. by Bodo Möller · 26 years ago
  64. 227cd06 Avoid some memory holes, one of which was pointed out by by Bodo Möller · 26 years ago
  65. d58d092 Avoid warnings. by Bodo Möller · 26 years ago
  66. 7d7d2cb VMS support. by Ulf Möller · 26 years ago
  67. 7af62c3 Move openssl.cnf out of lib/. by Ulf Möller · 26 years ago
  68. a9be3af Remove NOPROTO definitions and error code comments. by Ulf Möller · 26 years ago
  69. ec57782 Change #include filenames from <foo.h> to <openssl.h>. by Bodo Möller · 26 years ago
  70. 6b691a5 Change functions to ANSI C. by Ulf Möller · 26 years ago
  71. fc8ee06 by Bodo Möller · 26 years ago
  72. 50acf46 Sort openssl functions by name. by Ben Laurie · 26 years ago
  73. 06d5b16 First cut of a cleanup for apps/. First the `ssleay' program is now named by Ralf S. Engelschall · 26 years ago
  74. dfeab06 Import of old SSLeay release: SSLeay 0.9.1b (unreleased) by Ralf S. Engelschall · 26 years ago
  75. 58964a4 Import of old SSLeay release: SSLeay 0.9.0b by Ralf S. Engelschall · 26 years ago
  76. d02b48c Import of old SSLeay release: SSLeay 0.8.1b by Ralf S. Engelschall · 26 years ago