summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_vms.c
AgeCommit message (Expand)Author
2022-10-28crypto/dso/dso_vms.c: Better definition of DSO_MALLOC()Richard Levitte
2022-10-07Fix crypto/dso/dso_vms.cRichard Levitte
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-06-17Update copyright yearMatt Caswell
2021-06-16DSO: Fix the VMS DSO name converter to actually do somethingRichard Levitte
2020-11-26Update copyright yearMatt Caswell
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/dso/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell
2016-09-11VMS: be less picky when loading DSOsRichard Levitte
2016-05-17Copyright consolidation 07/10Rich Salz
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-03-23VMS: update the properties of symbol searchRichard Levitte
2016-03-23Remove several unused undocumented functions.Rich Salz
2016-03-22Have only one DSO_METHOD_opensslRich Salz
2016-03-22Make DSO opaque.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-30Fix some missing or faulty header file inclusionsRichard Levitte
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz
2015-01-30dso_vms needs to add the .EXE extension if there is none alreadyRichard Levitte
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-05-01dso: eliminate VMS code on non-VMS systemsGeoff Thorpe
2011-09-01PR: 2589Dr. Stephen Henson
2011-03-25Make some Unix builds work again.Dr. Stephen Henson
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2008-12-16Stack changes made dso_vms.c not compile properly.Richard Levitte
2005-04-26Fix various incorrect error function codes.Bodo Möller
2002-07-19The first compile of the new merger method for VMS *almost* gotRichard Levitte
2002-07-15There's an ongoing project to bring some kind of path selectionRichard Levitte
2001-11-16On VMS, the norm is still that symbols are uppercased, so for now it's betterRichard Levitte
2001-04-03libfisdef.h and LIB do not exist on older VMS versionsRichard Levitte
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-12-31Make the DSO code for VMS work again. First attempt.Richard Levitte
2000-10-26This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe
2000-10-08None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe
2000-09-18Unless we cast, thorough compilers will complainRichard Levitte