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