| Commit message (Expand) | Author | Age | Files | Lines |
* | CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data() | Richard Levitte | 2020-11-13 | 1 | -4/+3 |
* | Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call | Richard Levitte | 2020-11-13 | 1 | -30/+30 |
* | Fix safestack issues in crypto.h | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition. | aSoujyuTanaka | 2020-07-15 | 1 | -2/+2 |
* | Update copyright year | Matt Caswell | 2020-05-15 | 1 | -1/+1 |
* | In OpenSSL builds, declare STACK for datatypes ... | Rich Salz | 2020-04-24 | 1 | -0/+2 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -1/+1 |
* | For the lack of GetModuleHandleEx(), we use DSO route for WinCE. | Soujyu Tanaka | 2019-03-29 | 1 | -1/+107 |
* | Following the license change, modify the boilerplates in crypto/dso/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -25/+25 |
* | Since return is inconsistent, I removed unnecessary parentheses and | KaoruToda | 2017-10-09 | 1 | -3/+3 |
* | Replace malloc+strcpy with strdup | Rich Salz | 2017-09-14 | 1 | -4/+2 |
* | e_os.h removal from other headers and source files. | Pauli | 2017-08-29 | 1 | -1/+2 |
* | Remove some commented out code in libcrypto | Matt Caswell | 2017-02-28 | 1 | -6/+0 |
* | Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr | Matt Caswell | 2016-11-03 | 1 | -0/+1 |
* | Copyright consolidation 07/10 | Rich Salz | 2016-05-17 | 1 | -54/+5 |
* | Remove several unused undocumented functions. | Rich Salz | 2016-03-23 | 1 | -138/+0 |
* | Have only one DSO_METHOD_openssl | Rich Salz | 2016-03-22 | 1 | -8/+3 |
* | Make DSO opaque. | Rich Salz | 2016-03-22 | 1 | -4/+1 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | Remove the "eay" c-file-style indicators | Richard Levitte | 2015-12-18 | 1 | -1/+1 |
* | Continue standardising malloc style for libcrypto | Matt Caswell | 2015-11-09 | 1 | -3/+3 |
* | Fix pedantic warnings in mingw builds. | Andy Polyakov | 2015-09-29 | 1 | -11/+20 |
* | Add and use OPENSSL_zalloc | Rich Salz | 2015-09-03 | 1 | -2/+1 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | memset, memcpy, sizeof consistency fixes | Rich Salz | 2015-05-06 | 1 | -1/+1 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 1 | -2/+2 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -4/+2 |
* | remove malloc casts | Rich Salz | 2015-04-28 | 1 | -1/+1 |
* | Dead code removal: #if 0 conf, dso, pqueue, threads | Rich Salz | 2015-01-30 | 1 | -26/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -737/+678 |
* | dso/dso_win32.c: fix compiler warning. | Andy Polyakov | 2012-12-18 | 1 | -3/+6 |
* | Updates from 1.0.0-stable | Dr. Stephen Henson | 2009-07-15 | 1 | -0/+3 |
* | Fix "possible loss of data" Win64 compiler warnings. | Andy Polyakov | 2008-12-29 | 1 | -9/+9 |
* | Make DSO WIN32 compile again. | Dr. Stephen Henson | 2008-06-04 | 1 | -8/+8 |
* | Fix mingw warnings. | Andy Polyakov | 2006-10-23 | 1 | -1/+1 |
* | Fix from stable branch. | Dr. Stephen Henson | 2006-01-15 | 1 | -2/+2 |
* | Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts) | Bodo Möller | 2006-01-08 | 1 | -7/+7 |
* | Typo in win32_globallookup. | Andy Polyakov | 2006-01-02 | 1 | -1/+1 |
* | "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup. | Andy Polyakov | 2006-01-02 | 1 | -2/+2 |
* | Fix mapping "leak" in newly introduced win32_globallookup. | Andy Polyakov | 2006-01-01 | 1 | -1/+6 |
* | Add DSO_global_lookup_func implementation. See commentary in dso_lib.c | Andy Polyakov | 2005-12-30 | 1 | -1/+64 |
* | Eliminate possible mapping leak. | Andy Polyakov | 2005-12-18 | 1 | -0/+1 |
* | Fix numerous bugs in the Win32 path splitter | Richard Levitte | 2005-11-01 | 1 | -5/+29 |
* | WCE update, mostly typos. | Andy Polyakov | 2005-08-03 | 1 | -2/+2 |
* | Implement complementary LoadLibraryA shim under WCE. | Andy Polyakov | 2005-08-02 | 1 | -0/+24 |
* | Eliminate gcc warning in dso_win32.c. | Andy Polyakov | 2005-07-24 | 1 | -2/+2 |
* | Eliminate dependency on UNICODE macro. | Andy Polyakov | 2005-06-27 | 1 | -16/+19 |
* | Eliminate gcc -pedantic warnings. | Andy Polyakov | 2005-06-09 | 1 | -1/+6 |
* | New function, DSO_pathbyaddr, to find pathname for loaded shared object | Andy Polyakov | 2005-06-05 | 1 | -3/+122 |