- d47eb76 openssl#5668: corrections after compiling with -qinfo=all:als. by Matthias Kraft · 7 years ago
- 4af14b7 Add dladdr() for AIX by Matthias Kraft · 7 years ago
- 26a7d93 Remove parentheses of return. by KaoruToda · 7 years ago
- 208fb89 Since return is inconsistent, I removed unnecessary parentheses and by KaoruToda · 7 years ago
- 297002a Replace malloc+strcpy with strdup by Rich Salz · 8 years ago
- 4cacc9d Revert "GH614: Use memcpy()/strdup() when possible" by Pauli · 8 years ago
- cd420b0 Move the REF_PRINT support from e_os.h to internal/refcount.h. by Pauli · 8 years ago
- 677963e e_os.h removal from other headers and source files. by Pauli · 8 years ago
- 5816586 Put message strings in state files by Rich Salz · 8 years ago
- 52df25c make error tables const and separate header file by Rich Salz · 8 years ago
- 7f517c2 Remove some commented out code in libcrypto by Matt Caswell · 8 years ago
- 210fe4e Avoid the call to OPENSSL_malloc with a negative value (then casted to unsigned) by Davide Galassi · 8 years ago
- 2f545ae Add support for reference counting using C11 atomics by Kurt Roeckx · 8 years ago
- b39eda7 Add a DSO_dsobyaddr() function by Matt Caswell · 8 years ago
- cb6ea61 Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr by Matt Caswell · 8 years ago
- 278a33d VMS: be less picky when loading DSOs by Richard Levitte · 9 years ago
- 69588ed Check for errors allocating the error strings. by Kurt Roeckx · 9 years ago
- b8a9af6 Remove/rename some old files. by Rich Salz · 9 years ago
- b2b361f Raise an Err when CRYPTO_THREAD_lock_new fails by FdaSilvaYY · 9 years ago
- 7d37818 Use strerror_r()/strerror_s() instead of strerror() where possible 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
- d2e9e32 Copyright consolidation 07/10 by Rich Salz · 9 years ago
- dccd20d fix tab-space mixed indentation by FdaSilvaYY · 9 years ago
- 45c6e23 Remove --classic build entirely by Richard Levitte · 9 years ago
- e0a6519 Copyright consolidation: perl files by Rich Salz · 9 years ago
- 828d04a VMS: update the properties of symbol search by Richard Levitte · 9 years ago
- 921de15 Move dso.h to internal by Rich Salz · 9 years ago
- 3d8b2ec Remove several unused undocumented functions. by Rich Salz · 9 years ago
- ac722c9 Small fixups in DSO by Richard Levitte · 9 years ago
- 38186bf Have only one DSO_METHOD_openssl by Rich Salz · 9 years ago
- 73decf5 Make DSO opaque. by Rich Salz · 9 years ago
- 007c80e Remove the remainder of util/mk1mf.pl and companion scripts by Richard Levitte · 9 years ago
- c74471d Convert CRYPTO_LOCK_DSO to new multi-threading API by Alessandro Ghedini · 9 years ago
- edae983 GH762: Reuse strdup() by Dmitry-Me · 9 years ago
- 45502bf Always build library object files with shared library cflags by Richard Levitte · 9 years ago
- e987f9f Let Configure figure out the diverse shared library and DSO extensions 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
- f3f1cf8 Move to REF_DEBUG, for consistency. by Rich Salz · 9 years ago
- 947f9da Fix potential buffer overrun by Dmitry-Me · 9 years ago
- a89c9a0 GH614: Use memcpy()/strdup() when possible by Dmitry-Me · 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
- 98637bd Fix two possible leaks. by FdaSilvaYY · 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
- 3dc9589 Fix some missing or faulty header file inclusions by Richard Levitte · 9 years ago
- 3138475 Remove the "eay" c-file-style indicators by Richard Levitte · 9 years ago
- 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
- 90945fa Continue standardising malloc style for libcrypto by Matt Caswell · 9 years ago
- b8fb598 Rebuild error source files. by Dr. Stephen Henson · 9 years ago
- 156561b Fix pedantic warnings in mingw builds. by Andy Polyakov · 10 years ago
- b51bce9 Add and use OPENSSL_zalloc by Rich Salz · 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
- 16f8d4e memset, memcpy, sizeof consistency fixes by Rich Salz · 10 years ago
- b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
- efa7dd6 free NULL cleanup 11 by Rich Salz · 10 years ago
- b548a1f free null cleanup finale by Rich Salz · 10 years ago
- b196e7d remove malloc casts by Rich Salz · 10 years ago
- 61986d3 Code style: space after 'if' by Viktor Dukhovni · 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
- b7573c5 Remove dead code from crypto by Matt Caswell · 10 years ago
- 918bb86 Unchecked malloc fixes by Matt Caswell · 10 years ago
- 6f1a93a Dead code removal: #if 0 conf, dso, pqueue, threads by Rich Salz · 10 years ago
- be7b109 dso_vms needs to add the .EXE extension if there is none already by Richard Levitte · 10 years ago
- 1a5adcf "#if 0" removal: header files by Rich Salz · 10 years ago
- 50e735f Re-align some comments after running the reformat script. by Matt Caswell · 10 years ago
- 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
- 23a22b4 More comments by Matt Caswell · 10 years ago
- 8e96441 Remove redundant DSO_METHOD_beos declaration in dso.h. BEOS support has been by Matt Caswell · 10 years ago
- 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 10 years ago
- c184409 dlfcn: always define _GNU_SOURCE by Kurt Roeckx · 10 years ago
- f231941 RT3548: Remvoe unsupported platforms by Rich Salz · 10 years ago
- b317819 RT3548: Remove some obsolete platforms by Rich Salz · 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
- ff626ba Fix a wrong parameter count ERR_add_error_data by Janpopan · 11 years ago
- da12bfc dso: eliminate VMS code on non-VMS systems by Geoff Thorpe · 11 years ago
- 478b50c misspellings fixes by https://github.com/vlajos/misspell_fixer by Veres Lajos · 12 years ago
- 0a2d500 dso/dso_win32.c: fix compiler warning. by Andy Polyakov · 12 years ago
- ae53b29 make update by Bodo Möller · 14 years ago
- 04485c5 PR: 2589 by Dr. Stephen Henson · 14 years ago
- 97057a1 Make some Unix builds work again. by Dr. Stephen Henson · 14 years ago
- 487b023 make update (1.1.0-dev) by Richard Levitte · 14 years ago
- 537c982 After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS by Richard Levitte · 14 years ago
- afb4191 dso_dlfcn.c: make it work on Tru64 4.0. PR: 2316 by Andy Polyakov · 14 years ago
- 7a4ec19 Make no-asm work in fips mode. Add android platform. 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
- 2a460c1 dso_dlfcn.c: fix compile failure on Tru64. by Andy Polyakov · 15 years ago
- 9a0c776 Prevent aliasing warning by Dr. Stephen Henson · 15 years ago
- 3c63035 Use correct extension and OSX detection. by Dr. Stephen Henson · 16 years ago
- 4a62092 Updates from 1.0.0-stable by Dr. Stephen Henson · 16 years ago
- 6bb7dc1 Updates from 1.0.0-stable by Dr. Stephen Henson · 16 years ago
- 5cabcf9 Fix "possible loss of data" Win64 compiler warnings. by Andy Polyakov · 16 years ago
- dde5b97 Remove dead code. (Coverity ID 2) by Ben Laurie · 16 years ago