1. 69588ed Check for errors allocating the error strings. by Kurt Roeckx · 9 years ago
  2. 3ce2fda Convert memset calls to OPENSSL_cleanse by Matt Caswell · 9 years ago
  3. 0cd0a82 Remove unused error/function codes. by Rich Salz · 9 years ago
  4. b6cff31 Manual fixes after copyright consolidation by Rich Salz · 9 years ago
  5. b132225 Copyright consolidation 09/10 by Rich Salz · 9 years ago
  6. 5cf14ce memset() doesn't take NULL. by Ben Laurie · 9 years ago
  7. 45c6e23 Remove --classic build entirely by Richard Levitte · 9 years ago
  8. 007c80e Remove the remainder of util/mk1mf.pl and companion scripts by Richard Levitte · 9 years ago
  9. 45502bf Always build library object files with shared library cflags by Richard Levitte · 9 years ago
  10. ce192eb Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND by Richard Levitte · 9 years ago
  11. b698174 constify PACKET by Emilia Kasper · 9 years ago
  12. 777a288 unified build scheme: add build.info files by Richard Levitte · 9 years ago
  13. ced2c2c Templatize util/domd by Rich Salz · 9 years ago
  14. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  15. 56c77c5 Remove update tags by Rich Salz · 9 years ago
  16. ee6d9f4 Remove some old makefile targets by Rich Salz · 9 years ago
  17. d10dac1 Move Makefiles to Makefile.in by Rich Salz · 9 years ago
  18. c99de05 Rename *_realloc_clean to *_clear_realloc by Rich Salz · 9 years ago
  19. 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
  20. b8fb598 Rebuild error source files. by Dr. Stephen Henson · 9 years ago
  21. de8883e BUF_strndup: tidy by Emilia Kasper · 10 years ago
  22. 110f7b3 Make BUF_strndup() read-safe on arbitrary inputs by Alessandro Ghedini · 10 years ago
  23. 64b2575 remove 0 assignments. by Rich Salz · 10 years ago
  24. 74924dc More secure storage of key material. by Rich Salz · 10 years ago
  25. 5d80fab Replace memset with OPENSSL_clear_free() by Matt Caswell · 10 years ago
  26. 0f539dc Fix the update target and remove duplicate file updates by Richard Levitte · 10 years ago
  27. a3aadb2 make depend by Richard Levitte · 10 years ago
  28. b39fc56 Identify and move common internal libcrypto header files by Richard Levitte · 10 years ago
  29. b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
  30. 2d29e2d realloc of NULL is like malloc by Rich Salz · 10 years ago
  31. a80e33b Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant by Richard Levitte · 10 years ago
  32. dee502b Stop symlinking, move files to intended directory by Richard Levitte · 10 years ago
  33. e5bf3c9 size_t for buffer functions. by Dr. Stephen Henson · 10 years ago
  34. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  35. 73e45b2 remove OPENSSL_FIPSAPI by Dr. Stephen Henson · 10 years ago
  36. f072785 Remove fipscanister build functionality from makefiles. by Dr. Stephen Henson · 10 years ago
  37. 8cfe08b Remove all .cvsignore files by Rich Salz · 10 years ago
  38. eb33348 Check length first in BUF_strnlen(). by Ben Laurie · 11 years ago
  39. 12f1b3e Remove redundant test. by Ben Laurie · 11 years ago
  40. dea4a18 Implement BUF_strnlen() and use it instead of strlen(). by Ben Laurie · 11 years ago
  41. d8ac1ea Don't allocate more than is needed in BUF_strndup(). by Ben Laurie · 11 years ago
  42. 415ece7 Typo. by Dr. Stephen Henson · 12 years ago
  43. e2f53b6 correct error code by Dr. Stephen Henson · 13 years ago
  44. d9a9d10 Check for potentially exploitable overflows in asn1_d2i_read_bio by Dr. Stephen Henson · 13 years ago
  45. ae53b29 make update by Bodo Möller · 14 years ago
  46. c6dbe90 make update by Richard Levitte · 14 years ago
  47. edc032b Add SRP support. by Ben Laurie · 14 years ago
  48. b7056b6 Update dependencies. by Dr. Stephen Henson · 14 years ago
  49. 9d0397e make update by Bodo Möller · 14 years ago
  50. 7edfe67 Move all FIPSAPI renames into fips.h header file, include early in by Dr. Stephen Henson · 14 years ago
  51. 7cc684f Redirect FIPS memory allocation to FIPS_malloc() routine, remove by Dr. Stephen Henson · 14 years ago
  52. df6de39 Change AR to ARX to allow exclusion of fips object modules by Dr. Stephen Henson · 14 years ago
  53. 778b14b move some string utilities to buf_str.c to reduce some dependencies (from 0.9.8 branch). by Dr. Stephen Henson · 14 years ago
  54. debf380 size_t-fy crypto/buffer. by Andy Polyakov · 17 years ago
  55. 47a9d52 Update from 0.9.8 stable. Eliminate duplicate error codes. by Dr. Stephen Henson · 18 years ago
  56. 9befdf1 New utility function to reverse a buffer, either by copying or in-place. by Dr. Stephen Henson · 19 years ago
  57. 15ac971 Update filenames in makefiles. by Dr. Stephen Henson · 19 years ago
  58. ce92b6e Further BUILDENV refinement, further fool-proofing of Makefiles and by Andy Polyakov · 20 years ago
  59. 81a86fc Fool-proofing Makefiles by Andy Polyakov · 20 years ago
  60. aa4ce73 Fix various incorrect error function codes. by Bodo Möller · 20 years ago
  61. 29dc350 Rebuild error codes. by Dr. Stephen Henson · 20 years ago
  62. 4bb61be Add emacs cache files to .cvsignore. by Richard Levitte · 20 years ago
  63. 42ba5d2 Blow away Makefile.ssl. by Ben Laurie · 20 years ago
  64. a2ac429 Don't use $(EXHEADER) directly in for loops, as most shells will break by Richard Levitte · 20 years ago
  65. d6dda12 Make some more API types opaquely available from ossl_typ.h, meaning the by Geoff Thorpe · 21 years ago
  66. c57bc2d make update by Geoff Thorpe · 21 years ago
  67. 79b42e7 Use sh explicitely to run point.sh by Richard Levitte · 21 years ago
  68. 4d8743f Netware-specific changes, by Richard Levitte · 21 years ago
  69. 1ae0a83 Add BUF_strndup() and BUF_memdup(). Not currently used, but I've code by Richard Levitte · 22 years ago
  70. 78951e7 Make sure we get the definition of OPENSSL_NO_ERR. by Richard Levitte · 22 years ago
  71. c863201 Remove warnings. by Richard Levitte · 22 years ago
  72. 54a656e Security fixes brought forward from 0.9.7. by Ben Laurie · 22 years ago
  73. 001ab3a Use double dashes so makedepend doesn't misunderstand the flags we by Richard Levitte · 22 years ago
  74. 17085b0 Pass CFLAG to dependency makers, so non-standard system include paths are by Richard Levitte · 23 years ago
  75. 4d7072f remove redundant ERR_load_... declarations by Bodo Möller · 23 years ago
  76. b476df6 make update perl util/mkerr.pl -recurse -write -rebuild by Richard Levitte · 23 years ago
  77. b693f94 Consistency fix in BUF_MEM_grow: Initialise to zero when new memory by Bodo Möller · 23 years ago
  78. 710e5d5 make update by Richard Levitte · 24 years ago
  79. dbad169 Really add the EVP and all of the DES changes. by Ben Laurie · 24 years ago
  80. 4e20b1a Instead of telling both 'make' and the user that ranlib by Bodo Möller · 24 years ago
  81. 41d2a33 e_os.h does not belong with the exported headers. Do not put it there by Richard Levitte · 24 years ago
  82. cf1b7d9 Make all configuration macros available for application by making by Richard Levitte · 24 years ago
  83. 4e20a4e 'ranlib' doesn't always run on some systems. That's actually by Richard Levitte · 25 years ago
  84. 62ab514 'make update' by Richard Levitte · 25 years ago
  85. 1c4f90a Enable DSO support on alpha (OSF1), cc and gcc. by Geoff Thorpe · 25 years ago
  86. 26a3a48 There have been a number of complaints from a number of sources that names by Richard Levitte · 25 years ago
  87. 59fc2b0 Preserve reason strings in automatically build tables. by Bodo Möller · 25 years ago
  88. dd9d233 by Dr. Stephen Henson · 25 years ago
  89. 7e70181 It was a very bad idea to use #include "../e_os.h" -- when this occurs by Bodo Möller · 26 years ago
  90. d6847ae Add a kludge :-( by Bodo Möller · 26 years ago
  91. 17e3dd1 Don't install e_os.h in include/openssl, use it only as a local include file. by Bodo Möller · 26 years ago
  92. 127640b Update dependencies. by Bodo Möller · 26 years ago
  93. e5f3045 Support INSTALL_PREFIX for packagers. by Bodo Möller · 26 years ago
  94. d575d29 Ignore Makefile.save by Ulf Möller · 26 years ago
  95. 1314c34 Obey $(PERL) when running util/mklink.pl. by Bodo Möller · 26 years ago
  96. 6e6acfd Use util/mklink.pl instead of util/mklink.sh. by Bodo Möller · 26 years ago
  97. f5d7a03 New Configure option no-<cipher> (rsa, idea, rc5, ...). by Ulf Möller · 26 years ago
  98. a9be3af Remove NOPROTO definitions and error code comments. by Ulf Möller · 26 years ago
  99. a75b81a Removed traces of cryptall.h, and did a "make depend". by Bodo Möller · 26 years ago
  100. 7393480 Change the command line options of mkerr.pl so -static is now default and by Dr. Stephen Henson · 26 years ago