| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix zlib BIO_METHOD for latest BIO_METHOD structure changes | Matt Caswell | 2016-11-08 | 1 | -0/+4 |
* | Check for errors allocating the error strings. | Kurt Roeckx | 2016-07-20 | 1 | -1/+2 |
* | Remove unused error/function codes. | Rich Salz | 2016-05-23 | 1 | -6/+1 |
* | Manual fixes after copyright consolidation | Rich Salz | 2016-05-17 | 1 | -51/+6 |
* | Copyright consolidation 04/10 | Rich Salz | 2016-05-17 | 3 | -153/+18 |
* | Remove --classic build entirely | Richard Levitte | 2016-04-20 | 1 | -46/+0 |
* | Remake the way dynamic zlib is loaded | Richard Levitte | 2016-04-13 | 1 | -5/+12 |
* | Rename int_*() functions to *_int() | Matt Caswell | 2016-04-13 | 1 | -2/+2 |
* | Rename lots of *_intern or *_internal function to int_* | Matt Caswell | 2016-04-13 | 1 | -2/+2 |
* | Deprecate COMP_zlib_cleanup() and make it a no-op | Matt Caswell | 2016-04-13 | 1 | -3/+3 |
* | Fix the zlib config option | Matt Caswell | 2016-03-30 | 1 | -21/+31 |
* | Move dso.h to internal | Rich Salz | 2016-03-23 | 1 | -1/+1 |
* | RT4660: BIO_METHODs should be const. | David Benjamin | 2016-03-21 | 1 | -2/+2 |
* | Remove the remainder of util/mk1mf.pl and companion scripts | Richard Levitte | 2016-03-21 | 1 | -3/+0 |
* | Always build library object files with shared library cflags | Richard Levitte | 2016-02-20 | 1 | -1/+1 |
* | Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND | Richard Levitte | 2016-02-18 | 1 | -1/+1 |
* | Remove outdated DEBUG flags. | Rich Salz | 2016-02-18 | 1 | -10/+0 |
* | The new init functions can now fail so shouldn't be void | Matt Caswell | 2016-02-10 | 1 | -1/+5 |
* | Rename INIT funtions, deprecate old ones. | Rich Salz | 2016-02-10 | 1 | -1/+1 |
* | Auto init/deinit libcrypto | Matt Caswell | 2016-02-09 | 1 | -0/+2 |
* | GH601: Various spelling fixes. | FdaSilvaYY | 2016-02-05 | 1 | -1/+1 |
* | unified build scheme: add build.info files | Richard Levitte | 2016-02-01 | 1 | -0/+4 |
* | Templatize util/domd | Rich Salz | 2016-01-29 | 1 | -2/+1 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | Remove update tags | Rich Salz | 2016-01-20 | 1 | -2/+0 |
* | Remove some old makefile targets | Rich Salz | 2016-01-17 | 1 | -12/+0 |
* | Move Makefiles to Makefile.in | Rich Salz | 2016-01-12 | 2 | -89/+64 |
* | make update | Richard Levitte | 2016-01-12 | 1 | -10/+12 |
* | Continue standardising malloc style for libcrypto | Matt Caswell | 2015-11-09 | 1 | -3/+3 |
* | Rebuild error source files. | Dr. Stephen Henson | 2015-11-05 | 1 | -5/+5 |
* | remove 0 assignments. | Rich Salz | 2015-09-03 | 1 | -17/+2 |
* | Add and use OPENSSL_zalloc | Rich Salz | 2015-09-03 | 2 | -5/+2 |
* | Fixed problem with multiple load-unload of comp zlib | David Brodski | 2015-08-26 | 1 | -1/+3 |
* | Fix -DZLIB build for opaque COMP types | Rich Salz | 2015-06-09 | 2 | -42/+10 |
* | Fix the update target and remove duplicate file updates | Richard Levitte | 2015-05-22 | 1 | -0/+2 |
* | Make COMP_CTX and COMP_METHOD opaque | Rich Salz | 2015-05-12 | 4 | -9/+207 |
* | memset, memcpy, sizeof consistency fixes | Rich Salz | 2015-05-06 | 1 | -1/+1 |
* | Remove the fake RLE compression method. | Rich Salz | 2015-05-04 | 2 | -71/+2 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 2 | -3/+3 |
* | free NULL cleanup 11 | Rich Salz | 2015-05-01 | 1 | -2/+1 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -10/+5 |
* | remove malloc casts | Rich Salz | 2015-04-28 | 2 | -3/+2 |
* | Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant | Richard Levitte | 2015-03-31 | 1 | -17/+1 |
* | Stop symlinking, move files to intended directory | Richard Levitte | 2015-03-31 | 1 | -79/+0 |
* | Dead code removal: #if 0 bio, comp, rand | Rich Salz | 2015-01-30 | 1 | -113/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 5 | -848/+803 |
* | Remove fipscanister build functionality from makefiles. | Dr. Stephen Henson | 2014-12-08 | 1 | -1/+1 |
* | Remove all .cvsignore files | Rich Salz | 2014-11-29 | 1 | -4/+0 |
* | Assorted bugfixes: | Bodo Möller | 2011-02-03 | 1 | -2/+1 |
* | Change AR to ARX to allow exclusion of fips object modules | Dr. Stephen Henson | 2011-01-26 | 1 | -1/+1 |