bin2bn(): When len==0, just return a zero BIGNUM
[openssl.git] / crypto / dso /
2022-10-28 Richard Levittecrypto/dso/dso_vms.c: Better definition of DSO_MALLOC()
2022-10-07 Richard LevitteFix crypto/dso/dso_vms.c
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-11-07 PauliFix data race setting `default_DSO_meth`
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Richard LevitteDSO: Fix the VMS DSO name converter to actually do...
2021-06-10 Tomas Mrazdl_name_converter: Avoid unnecessary overallocation
2021-06-02 Paulidso: remove TODOs
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellFix safestack issues in crypto.h
2020-09-12 Randall S. BeckerNonStop port updates for 3.0.0.
2020-07-15 aSoujyuTanakaChanged uintptr_t to size_t. WinCE6 doesn't seem it...
2020-05-15 Matt CaswellUpdate copyright year
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-07-21 Richard LevitteCygwin: enable the use of Dl_info and dladdr()
2019-07-16 Rich SalzRegenerate mkerr files
2019-04-01 Richard LevitteRework DSO API conditions and configuration option
2019-03-29 Soujyu TanakaFor the lack of GetModuleHandleEx(), we use DSO route...
2019-01-13 Anna HenningsenFix compilation with `-DREF_PRINT`
2018-12-10 Matt CaswellPreserve errno on dlopen
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-22 Matthias KraftExtend dladdr() for AIX, consequence from changes for...
2018-04-14 Matthias Kraftopenssl#5668: corrections after compiling with -qinfo...
2018-03-21 Matthias KraftAdd dladdr() for AIX
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-14 Rich SalzReplace malloc+strcpy with strdup
2017-09-14 PauliRevert "GH614: Use memcpy()/strdup() when possible"
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-06-12 Rich SalzPut message strings in state files
2017-06-07 Rich Salzmake error tables const and separate header file
2017-02-28 Matt CaswellRemove some commented out code in libcrypto
2016-12-10 Davide GalassiAvoid the call to OPENSSL_malloc with a negative value...
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-02 Matt CaswellAdd a DSO_dsobyaddr() function
2016-11-02 Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
2016-09-11 Richard LevitteVMS: be less picky when loading DSOs
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-06-01 Rich SalzRemove/rename some old files.
2016-06-01 FdaSilvaYYRaise an Err when CRYPTO_THREAD_lock_new fails
2016-05-23 Matt CaswellUse strerror_r()/strerror_s() instead of strerror(...
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-20 Rich SalzCopyright consolidation: perl files
2016-03-23 Richard LevitteVMS: update the properties of symbol search
2016-03-23 Rich SalzMove dso.h to internal
2016-03-23 Rich SalzRemove several unused undocumented functions.
2016-03-23 Richard LevitteSmall fixups in DSO
2016-03-22 Rich SalzHave only one DSO_METHOD_openssl
2016-03-22 Rich SalzMake DSO opaque.
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_DSO to new multi-threading API
2016-02-29 Dmitry-MeGH762: Reuse strdup()
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-19 Richard LevitteLet Configure figure out the diverse shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-04 Dmitry-MeFix potential buffer overrun
2016-02-03 Dmitry-MeGH614: Use memcpy()/strdup() when possible
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-23 FdaSilvaYYFix two possible leaks.
2016-01-20 Rich SalzRemove update tags
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2015-12-30 Richard LevitteFix some missing or faulty header file inclusions
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-09-29 Andy PolyakovFix pedantic warnings in mingw builds.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-04-28 Rich Salzremove malloc casts
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-17 Matt CaswellRemove dead code from crypto
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-01-30 Rich SalzDead code removal: #if 0 conf, dso, pqueue, threads
next