summaryrefslogtreecommitdiff
path: root/crypto/dso/dso_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-17/+7
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-4/+3
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-30/+30
* Fix safestack issues in crypto.hMatt Caswell2020-09-131-2/+0
* Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.aSoujyuTanaka2020-07-151-2/+2
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* For the lack of GetModuleHandleEx(), we use DSO route for WinCE.Soujyu Tanaka2019-03-291-1/+107
* Following the license change, modify the boilerplates in crypto/dso/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-25/+25
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-3/+3
* Replace malloc+strcpy with strdupRich Salz2017-09-141-4/+2
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+2
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-6/+0
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-021-0/+1
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Remove several unused undocumented functions.Rich Salz2016-03-231-138/+0
* Have only one DSO_METHOD_opensslRich Salz2016-03-221-8/+3
* Make DSO opaque.Rich Salz2016-03-221-4/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* Fix pedantic warnings in mingw builds.Andy Polyakov2015-09-291-11/+20
* Add and use OPENSSL_zallocRich Salz2015-09-021-2/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free null cleanup finaleRich Salz2015-05-011-4/+2
* remove malloc castsRich Salz2015-04-281-1/+1
* Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz2015-01-301-26/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-737/+678
* dso/dso_win32.c: fix compiler warning.Andy Polyakov2012-12-181-3/+6
* Updates from 1.0.0-stableDr. Stephen Henson2009-07-151-0/+3
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-9/+9
* Make DSO WIN32 compile again.Dr. Stephen Henson2008-06-041-8/+8
* Fix mingw warnings.Andy Polyakov2006-10-231-1/+1
* Fix from stable branch.Dr. Stephen Henson2006-01-151-2/+2
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-081-7/+7
* Typo in win32_globallookup.Andy Polyakov2006-01-021-1/+1
* "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov2006-01-021-2/+2
* Fix mapping "leak" in newly introduced win32_globallookup.Andy Polyakov2006-01-011-1/+6
* Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov2005-12-301-1/+64
* Eliminate possible mapping leak.Andy Polyakov2005-12-181-0/+1
* Fix numerous bugs in the Win32 path splitterRichard Levitte2005-11-011-5/+29
* WCE update, mostly typos.Andy Polyakov2005-08-031-2/+2
* Implement complementary LoadLibraryA shim under WCE.Andy Polyakov2005-08-021-0/+24
* Eliminate gcc warning in dso_win32.c.Andy Polyakov2005-07-241-2/+2