summaryrefslogtreecommitdiff
path: root/apps/version.c
Commit message (Expand)AuthorAgeFilesLines
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-2/+1
* Update copyright yearMatt Caswell2021-05-061-1/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Check non-option argumentsRich Salz2020-12-151-3/+5
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+13
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level DES functions.Pauli2020-01-251-6/+0
* Deprecate the low level IDEA functions.Pauli2020-01-191-12/+0
* Deprecate the low level RC4 functionsPauli2020-01-161-6/+0
* Deprecate the low level MD2 functions.Pauli2020-01-121-3/+0
* Deprecate Low Level Blowfish APIsMatt Caswell2020-01-081-3/+0
* Add "sections" to -help outputRich Salz2019-11-081-0/+3
* Add CPU info to the speed command summaryBernd Edlinger2019-09-021-15/+13
* OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use itRichard Levitte2019-08-271-34/+2
* Avoid trailing space in "openssl version -o".Pauli2019-05-231-7/+7
* Always show application and library versions in "openssl version".Pauli2019-05-231-8/+3
* Add the possibility to display and use MODULESDIRRichard Levitte2019-04-231-3/+10
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-061-1/+2
* Restore the display of options with 'openssl version -a'Richard Levitte2018-03-091-1/+2
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Check # of arguments for remaining commands.Rich Salz2017-08-211-0/+5
* Print pathnames for 'version -r'Rich Salz2017-08-151-3/+19
* Add --with-rand-seedRich Salz2017-07-221-3/+35
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-4/+3
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+6
* Rename some lowercase API'sRich Salz2016-04-181-1/+1
* Have 'openssl version -a' output the default engines directory as wellRichard Levitte2016-03-171-1/+1
* typoDr. Stephen Henson2016-02-101-2/+2
* Make it possible to get ENGINESDIR info from OpenSSL_versionsRichard Levitte2016-02-101-0/+7
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-7/+7
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-34/+54
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-71/+68
* Add missing "-d" to option list of openssl version.Lutz Jänicke2008-10-201-1/+1
* Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe2004-05-171-0/+1
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* fix previous commit (there's no SSLEAY_VERSION_TEXT)Bodo Möller2002-08-121-1/+1
* In case of shared libraries, we might run one version of theRichard Levitte2002-08-111-1/+13
* Merge in DES changed from 0.9.7-stable.Richard Levitte2002-03-221-2/+2
* check OPENSSL_NO_... before including header files that might beBodo Möller2001-11-221-5/+15
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-241-1/+1
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-0/+53
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-0/+5
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-5/+5
* Add SSLEAY_DIR argument code for SSLeay_version.Bodo Möller2001-01-101-2/+5
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+2