summaryrefslogtreecommitdiffstats
path: root/apps/version.c
AgeCommit message (Expand)Author
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-05-06Update copyright yearMatt Caswell
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2020-12-15Check non-option argumentsRich Salz
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-04-23Update copyright yearMatt Caswell
2020-01-25Deprecate the low level DES functions.Pauli
2020-01-19Deprecate the low level IDEA functions.Pauli
2020-01-16Deprecate the low level RC4 functionsPauli
2020-01-12Deprecate the low level MD2 functions.Pauli
2020-01-08Deprecate Low Level Blowfish APIsMatt Caswell
2019-11-08Add "sections" to -help outputRich Salz
2019-09-02Add CPU info to the speed command summaryBernd Edlinger
2019-08-27OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use itRichard Levitte
2019-05-23Avoid trailing space in "openssl version -o".Pauli
2019-05-23Always show application and library versions in "openssl version".Pauli
2019-04-23Add the possibility to display and use MODULESDIRRichard Levitte
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-03-09Restore the display of options with 'openssl version -a'Richard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-08-21Check # of arguments for remaining commands.Rich Salz
2017-08-15Print pathnames for 'version -r'Rich Salz
2017-07-22Add --with-rand-seedRich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2016-10-14Constify command optionsFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-04-18Rename some lowercase API'sRich Salz
2016-03-17Have 'openssl version -a' output the default engines directory as wellRichard Levitte
2016-02-10typoDr. Stephen Henson
2016-02-10Make it possible to get ENGINESDIR info from OpenSSL_versionsRichard Levitte
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-10-20Add missing "-d" to option list of openssl version.Lutz Jänicke
2004-05-17Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-08-12fix previous commit (there's no SSLEAY_VERSION_TEXT)Bodo Möller
2002-08-11In case of shared libraries, we might run one version of theRichard Levitte
2002-03-22Merge in DES changed from 0.9.7-stable.Richard Levitte
2001-11-22check OPENSSL_NO_... before including header files that might beBodo Möller
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-01-10Add SSLEAY_DIR argument code for SSLeay_version.Bodo Möller
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall