2016-12-10 |
Davide Galassi | Avoid the call to OPENSSL_malloc with a negative value... |
tree | commitdiff |
2016-11-17 |
Kurt Roeckx | Add support for reference counting using C11 atomics |
tree | commitdiff |
2016-11-02 |
Matt Caswell | Add a DSO_dsobyaddr() function |
tree | commitdiff |
2016-11-02 |
Matt Caswell | Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr |
tree | commitdiff |
2016-09-11 |
Richard Levitte | VMS: be less picky when loading DSOs |
tree | commitdiff |
2016-07-20 |
Kurt Roeckx | Check for errors allocating the error strings. |
tree | commitdiff |
2016-06-01 |
Rich Salz | Remove/rename some old files. |
tree | commitdiff |
2016-06-01 |
FdaSilvaYY | Raise an Err when CRYPTO_THREAD_lock_new fails |
tree | commitdiff |
2016-05-23 |
Matt Caswell | Use strerror_r()/strerror_s() instead of strerror(... |
tree | commitdiff |
2016-05-23 |
Rich Salz | Remove unused error/function codes. |
tree | commitdiff |
2016-05-17 |
Rich Salz | Manual fixes after copyright consolidation |
tree | commitdiff |
2016-05-17 |
Rich Salz | Copyright consolidation 07/10 |
tree | commitdiff |
2016-05-09 |
FdaSilvaYY | fix tab-space mixed indentation |
tree | commitdiff |
2016-04-20 |
Richard Levitte | Remove --classic build entirely |
tree | commitdiff |
2016-04-20 |
Rich Salz | Copyright consolidation: perl files |
tree | commitdiff |
2016-03-23 |
Richard Levitte | VMS: update the properties of symbol search |
tree | commitdiff |
2016-03-23 |
Rich Salz | Move dso.h to internal |
tree | commitdiff |
2016-03-23 |
Rich Salz | Remove several unused undocumented functions. |
tree | commitdiff |
2016-03-23 |
Richard Levitte | Small fixups in DSO |
tree | commitdiff |
2016-03-22 |
Rich Salz | Have only one DSO_METHOD_openssl |
tree | commitdiff |
2016-03-22 |
Rich Salz | Make DSO opaque. |
tree | commitdiff |
2016-03-21 |
Richard Levitte | Remove the remainder of util/mk1mf.pl and companion... |
tree | commitdiff |
2016-03-08 |
Alessandro Ghedini | Convert CRYPTO_LOCK_DSO to new multi-threading API |
tree | commitdiff |
2016-02-29 |
Dmitry-Me | GH762: Reuse strdup() |
tree | commitdiff |
2016-02-20 |
Richard Levitte | Always build library object files with shared library... |
tree | commitdiff |
2016-02-19 |
Richard Levitte | Let Configure figure out the diverse shared library... |
tree | commitdiff |
2016-02-18 |
Richard Levitte | Remove all special make depend flags, as well as OPENSS... |
tree | commitdiff |
2016-02-11 |
Rich Salz | Move to REF_DEBUG, for consistency. |
tree | commitdiff |
2016-02-04 |
Dmitry-Me | Fix potential buffer overrun |
tree | commitdiff |
2016-02-03 |
Dmitry-Me | GH614: Use memcpy()/strdup() when possible |
tree | commitdiff |
2016-02-01 |
Richard Levitte | unified build scheme: add build.info files |
tree | commitdiff |
2016-01-29 |
Rich Salz | Templatize util/domd |
tree | commitdiff |
2016-01-26 |
Rich Salz | Remove /* foo.c */ comments |
tree | commitdiff |
2016-01-23 |
FdaSilvaYY | Fix two possible leaks. |
tree | commitdiff |
2016-01-20 |
Rich Salz | Remove update tags |
tree | commitdiff |
2016-01-17 |
Rich Salz | Remove some old makefile targets |
tree | commitdiff |
2016-01-12 |
Rich Salz | Move Makefiles to Makefile.in |
tree | commitdiff |
2015-12-30 |
Richard Levitte | Fix some missing or faulty header file inclusions |
tree | commitdiff |
2015-12-18 |
Richard Levitte | Remove the "eay" c-file-style indicators |
tree | commitdiff |
2015-12-16 |
Rich Salz | Rename some BUF_xxx to OPENSSL_xxx |
tree | commitdiff |
2015-11-09 |
Matt Caswell | Continue standardising malloc style for libcrypto |
tree | commitdiff |
2015-11-05 |
Dr. Stephen Henson | Rebuild error source files. |
tree | commitdiff |
2015-09-29 |
Andy Polyakov | Fix pedantic warnings in mingw builds. |
tree | commitdiff |
2015-09-03 |
Rich Salz | Add and use OPENSSL_zalloc |
tree | commitdiff |
2015-05-22 |
Richard Levitte | Fix the update target and remove duplicate file updates |
tree | commitdiff |
2015-05-14 |
Richard Levitte | make depend |
tree | commitdiff |
2015-05-14 |
Richard Levitte | Identify and move common internal libcrypto header... |
tree | commitdiff |
2015-05-06 |
Rich Salz | memset, memcpy, sizeof consistency fixes |
tree | commitdiff |
2015-05-04 |
Rich Salz | Use safer sizeof variant in malloc |
tree | commitdiff |
2015-05-01 |
Rich Salz | free NULL cleanup 11 |
tree | commitdiff |
2015-05-01 |
Rich Salz | free null cleanup finale |
tree | commitdiff |
2015-04-28 |
Rich Salz | remove malloc casts |
tree | commitdiff |
2015-04-16 |
Viktor Dukhovni | Code style: space after 'if' |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Remove EXHEADER, TEST, APPS, links:, install: and unins... |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Stop symlinking, move files to intended directory |
tree | commitdiff |
2015-03-17 |
Matt Caswell | Remove dead code from crypto |
tree | commitdiff |
2015-03-05 |
Matt Caswell | Unchecked malloc fixes |
tree | commitdiff |
2015-01-30 |
Rich Salz | Dead code removal: #if 0 conf, dso, pqueue, threads |
tree | commitdiff |
2015-01-30 |
Richard Levitte | dso_vms needs to add the .EXE extension if there is... |
tree | commitdiff |
2015-01-27 |
Rich Salz | "#if 0" removal: header files |
tree | commitdiff |
2015-01-22 |
Matt Caswell | Re-align some comments after running the reformat script. |
tree | commitdiff |
2015-01-22 |
Matt Caswell | Run util/openssl-format-source -v -c . |
tree | commitdiff |
2015-01-22 |
Matt Caswell | More comments |
tree | commitdiff |
2015-01-12 |
Matt Caswell | Remove redundant DSO_METHOD_beos declaration in dso... |
tree | commitdiff |
2014-12-30 |
Tim Hudson | mark all block comments that need format preserving... |
tree | commitdiff |
2014-12-30 |
Kurt Roeckx | dlfcn: always define _GNU_SOURCE |
tree | commitdiff |
2014-12-22 |
Rich Salz | RT3548: Remvoe unsupported platforms |
tree | commitdiff |
2014-12-17 |
Rich Salz | RT3548: Remove some obsolete platforms |
tree | commitdiff |
2014-12-08 |
Dr. Stephen Henson | Remove fipscanister build functionality from makefiles. |
tree | commitdiff |
2014-11-28 |
Rich Salz | Remove all .cvsignore files |
tree | commitdiff |
2014-05-19 |
Janpopan | Fix a wrong parameter count ERR_add_error_data |
tree | commitdiff |
2014-05-02 |
Geoff Thorpe | dso: eliminate VMS code on non-VMS systems |
tree | commitdiff |
2013-09-05 |
Veres Lajos | misspellings fixes by https://github.com/vlajos/misspel... |
tree | commitdiff |
2012-12-18 |
Andy Polyakov | dso/dso_win32.c: fix compiler warning. |
tree | commitdiff |
2011-09-05 |
Bodo Möller | make update |
tree | commitdiff |
2011-09-01 |
Dr. Stephen Henson | PR: 2589 |
tree | commitdiff |
2011-03-25 |
Dr. Stephen Henson | Make some Unix builds work again. |
tree | commitdiff |
2011-03-23 |
Richard Levitte | make update (1.1.0-dev) |
tree | commitdiff |
2011-03-19 |
Richard Levitte | After some adjustments, apply the changes OpenSSL 1... |
tree | commitdiff |
2011-02-12 |
Andy Polyakov | dso_dlfcn.c: make it work on Tru64 4.0. |
tree | commitdiff |
2011-02-02 |
Dr. Stephen Henson | Make no-asm work in fips mode. Add android platform. |
tree | commitdiff |
2011-01-26 |
Dr. Stephen Henson | Change AR to ARX to allow exclusion of fips object... |
tree | commitdiff |
2010-03-29 |
Andy Polyakov | dso_dlfcn.c: fix compile failure on Tru64. |
tree | commitdiff |
2009-10-04 |
Dr. Stephen Henson | Prevent aliasing warning |
tree | commitdiff |
2009-07-16 |
Dr. Stephen Henson | Use correct extension and OSX detection. |
tree | commitdiff |
2009-07-15 |
Dr. Stephen Henson | Updates from 1.0.0-stable |
tree | commitdiff |
2009-07-15 |
Dr. Stephen Henson | Updates from 1.0.0-stable |
tree | commitdiff |
2008-12-29 |
Andy Polyakov | Fix "possible loss of data" Win64 compiler warnings. |
tree | commitdiff |
2008-12-27 |
Ben Laurie | Remove dead code. (Coverity ID 2) |
tree | commitdiff |
2008-12-16 |
Richard Levitte | Stack changes made dso_vms.c not compile properly. |
tree | commitdiff |
2008-06-04 |
Dr. Stephen Henson | Make DSO WIN32 compile again. |
tree | commitdiff |
2008-06-04 |
Ben Laurie | More type-checking. |
tree | commitdiff |
2008-01-04 |
Andy Polyakov | Last dso_dlfcn.c check-in said "Use Dl_info only on... |
tree | commitdiff |
2007-04-02 |
Nils Larsch | check if pointer is != NULL before dereferencing it... |
tree | commitdiff |
2006-11-21 |
Dr. Stephen Henson | Update from 0.9.8 stable. Eliminate duplicate error... |
tree | commitdiff |
2006-10-23 |
Andy Polyakov | Fix mingw warnings. |
tree | commitdiff |
2006-05-12 |
Richard Levitte | Someone made a mistake, and some function and reason... |
tree | commitdiff |
2006-04-13 |
Dr. Stephen Henson | Update dependencies. |
tree | commitdiff |
2006-04-12 |
Dr. Stephen Henson | Add file dso_beos.c missing from original commit. |
tree | commitdiff |
2006-04-11 |
Ulf Möller | Add BeOS support. |
tree | commitdiff |
next |