DSA mod inverse fix
[openssl.git] / crypto / dso / dso_vms.c
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
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-05-17 Rich SalzCopyright consolidation 07/10
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-03-23 Richard LevitteVMS: update the properties of symbol search
2016-03-23 Rich SalzRemove several unused undocumented functions.
2016-03-22 Rich SalzHave only one DSO_METHOD_openssl
2016-03-22 Rich SalzMake DSO opaque.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-30 Richard LevitteFix some missing or faulty header file inclusions
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-01-30 Rich SalzDead code removal: #if 0 conf, dso, pqueue, threads
2015-01-30 Richard Levittedso_vms needs to add the .EXE extension if there is...
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-05-02 Geoff Thorpedso: eliminate VMS code on non-VMS systems
2011-09-01 Dr. Stephen HensonPR: 2589
2011-03-25 Dr. Stephen HensonMake some Unix builds work again.
2011-03-19 Richard LevitteAfter some adjustments, apply the changes OpenSSL 1...
2008-12-16 Richard LevitteStack changes made dso_vms.c not compile properly.
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2002-07-19 Richard LevitteThe first compile of the new merger method for VMS...
2002-07-15 Richard LevitteThere's an ongoing project to bring some kind of path...
2001-11-16 Richard LevitteOn VMS, the norm is still that symbols are uppercased...
2001-04-03 Richard Levittelibfisdef.h and LIB do not exist on older VMS versions
2001-02-20 Richard LevitteInclude OpenSSL header files earlier so macros like...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2000-12-31 Richard LevitteMake the DSO code for VMS work again. First attempt.
2000-10-26 Geoff ThorpeThis changes the behaviour of the DSO mechanism for...
2000-10-08 Geoff ThorpeNone of the DSO_METHOD's were handling anything except...
2000-09-18 Richard LevitteUnless we cast, thorough compilers will complain
2000-09-17 Richard LevitteMake sure Compaq C doesn'r complain about dollars,...
2000-09-15 Richard LevitteMake sure dso_vms.c compiles on other operating systems...
2000-09-15 Richard LevitteA DSO method for VMS was missing, and I had the code...