1. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  2. f8ae603 Fix datarace reported by valgrind/helgrind by Russell Coker · 10 years ago
  3. 71fa451 Version skew reduction: trivia (I hope). by Ben Laurie · 13 years ago
  4. d9a9d10 Check for potentially exploitable overflows in asn1_d2i_read_bio by Dr. Stephen Henson · 13 years ago
  5. 364ce53 No need to disable leak checking for FIPS builds now we use internal by Dr. Stephen Henson · 14 years ago
  6. c4acfb1 Add additional OPENSSL_init() handling add dummy call to (hopefully) by Dr. Stephen Henson · 14 years ago
  7. ad6019d Move locking and thread ID functions into new files lock.c and thr_id.c, by Dr. Stephen Henson · 14 years ago
  8. 6343829 Revert the size_t modifications from HEAD that had led to more by Geoff Thorpe · 16 years ago
  9. 2766515 Fix prototypes. by Dr. Stephen Henson · 16 years ago
  10. 4d6e1e4 size_tification. by Ben Laurie · 16 years ago
  11. 6caa4ed Add JPAKE. by Ben Laurie · 16 years ago
  12. b2dba9b Profiling revealed that OPENSSL_cleanse consumes *more* CPU time than by Andy Polyakov · 18 years ago
  13. 6781efb CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL by Richard Levitte · 21 years ago
  14. 83eb412 In realloc, don't destroy the old memory area if a new one couldn't be by Richard Levitte · 21 years ago
  15. d5234c7 Make sure the memory allocation routines check for negative sizes by Richard Levitte · 22 years ago
  16. 4579924 Cleanse memory using the new OPENSSL_cleanse() function. by Richard Levitte · 22 years ago
  17. df29cc8 Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler by Richard Levitte · 22 years ago
  18. 54a656e Security fixes brought forward from 0.9.7. by Ben Laurie · 22 years ago
  19. 0472883 If CRYPTO_realloc() is called with a NULL pointer, have it call by Richard Levitte · 23 years ago
  20. b93642c No functional change, but slightly improved code clarity. by Bodo Möller · 24 years ago
  21. a5435e8 After discussion with Richard, change the new API for extended memory by Bodo Möller · 24 years ago
  22. eddf82a make indentation consistent by Bodo Möller · 24 years ago
  23. 65a22e8 As response to a user request to be able to use external memory by Richard Levitte · 24 years ago
  24. 8d28d5f Constification of the data of a hash table. This means the callback by Richard Levitte · 24 years ago
  25. 26a3a48 There have been a number of complaints from a number of sources that names by Richard Levitte · 25 years ago
  26. 6596268 In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>, by Richard Levitte · 25 years ago
  27. 667ac4e Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align by Ralf S. Engelschall · 25 years ago
  28. 9d1a01b Source code cleanups: Use void * rather than char * in lhash, by Ulf Möller · 25 years ago
  29. a7c5241 Late break-in patch for MacOS support. by Andy Polyakov · 25 years ago
  30. 0cd08cc - Don't assume that int and size_t have the same representation by Bodo Möller · 25 years ago
  31. f3a2a04 - Added more documentation in CHANGES. by Richard Levitte · 25 years ago
  32. 9ac42ed Rebuild of the OpenSSL memory allocation and deallocation routines. by Richard Levitte · 25 years ago
  33. 6828f02 The info removal code was overcomplicated, and error-prone (references being wrongly decreased). Fixed. by Richard Levitte · 25 years ago
  34. 47d2169 Avoid deadlock. by Bodo Möller · 25 years ago
  35. 71d7526 Avoid some silly compiler warnings, and add the change log I forgot :-) by Richard Levitte · 25 years ago
  36. 1f575f1 Two changes have been made: by Richard Levitte · 25 years ago
  37. e391116 New compile time option -DCRYPTO_MDEBUG_THREAD. by Bodo Möller · 26 years ago
  38. 458cddc Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG, by Bodo Möller · 26 years ago
  39. 3dff94c Add optional (compile-time configurable) time to CRYPTO_mem_leaks output. by Bodo Möller · 26 years ago
  40. 777ab7e Fix memory checking. by Bodo Möller · 26 years ago
  41. d58d092 Avoid warnings. by Bodo Möller · 26 years ago
  42. b1c4fe3 Don't mix real tabs with tabs expanded as 8 spaces -- that's by Bodo Möller · 26 years ago
  43. ec57782 Change #include filenames from <foo.h> to <openssl.h>. by Bodo Möller · 26 years ago
  44. 6b691a5 Change functions to ANSI C. by Ulf Möller · 26 years ago
  45. e778802 Massive constification. by Ben Laurie · 26 years ago
  46. 5a88a6e Rid the world of more evil casts. by Ben Laurie · 26 years ago
  47. 1efa9c3 Update dependencies. by Ben Laurie · 26 years ago
  48. dfeab06 Import of old SSLeay release: SSLeay 0.9.1b (unreleased) by Ralf S. Engelschall · 26 years ago
  49. 58964a4 Import of old SSLeay release: SSLeay 0.9.0b by Ralf S. Engelschall · 26 years ago
  50. d02b48c Import of old SSLeay release: SSLeay 0.8.1b by Ralf S. Engelschall · 26 years ago