index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
version.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes for defaults code
Neil Horman
2024-07-09
1
-1
/
+4
*
Augment version.c to not display -w options on non-windows
Neil Horman
2024-07-09
1
-4
/
+13
*
Allow OPENSSLDIR/ENGINESDIR/MODULESDIR to be NULL
Neil Horman
2024-07-09
1
-7
/
+14
*
Change WININSTALLCONTEXT to OSSL_WINCTX
Neil Horman
2024-07-09
1
-1
/
+1
*
convert users of build time defaults to use new defaults api
Neil Horman
2024-07-09
1
-5
/
+11
*
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest
Dr. David von Oheimb
2021-12-07
1
-2
/
+1
*
Update copyright year
Matt Caswell
2021-05-06
1
-1
/
+1
*
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-05-05
1
-1
/
+1
*
Check non-option arguments
Rich Salz
2020-12-15
1
-3
/
+5
*
NonStop port updates for 3.0.0.
Randall S. Becker
2020-09-12
1
-0
/
+13
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the low level DES functions.
Pauli
2020-01-25
1
-6
/
+0
*
Deprecate the low level IDEA functions.
Pauli
2020-01-19
1
-12
/
+0
*
Deprecate the low level RC4 functions
Pauli
2020-01-15
1
-6
/
+0
*
Deprecate the low level MD2 functions.
Pauli
2020-01-12
1
-3
/
+0
*
Deprecate Low Level Blowfish APIs
Matt Caswell
2020-01-08
1
-3
/
+0
*
Add "sections" to -help output
Rich Salz
2019-11-07
1
-0
/
+3
*
Add CPU info to the speed command summary
Bernd Edlinger
2019-09-02
1
-15
/
+13
*
OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use it
Richard Levitte
2019-08-27
1
-34
/
+2
*
Avoid trailing space in "openssl version -o".
Pauli
2019-05-23
1
-7
/
+7
*
Always show application and library versions in "openssl version".
Pauli
2019-05-23
1
-8
/
+3
*
Add the possibility to display and use MODULESDIR
Richard Levitte
2019-04-23
1
-3
/
+10
*
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-dev
Richard Levitte
2018-12-06
1
-1
/
+2
*
Restore the display of options with 'openssl version -a'
Richard Levitte
2018-03-09
1
-1
/
+2
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Check # of arguments for remaining commands.
Rich Salz
2017-08-21
1
-0
/
+5
*
Print pathnames for 'version -r'
Rich Salz
2017-08-15
1
-3
/
+19
*
Add --with-rand-seed
Rich Salz
2017-07-22
1
-3
/
+35
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-4
/
+3
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-107
/
+6
*
Rename some lowercase API's
Rich Salz
2016-04-18
1
-1
/
+1
*
Have 'openssl version -a' output the default engines directory as well
Richard Levitte
2016-03-17
1
-1
/
+1
*
typo
Dr. Stephen Henson
2016-02-10
1
-2
/
+2
*
Make it possible to get ENGINESDIR info from OpenSSL_versions
Richard Levitte
2016-02-10
1
-0
/
+7
*
Replace "SSLeay" in API with OpenSSL
Rich Salz
2015-10-30
1
-7
/
+7
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-34
/
+54
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-71
/
+68
*
Add missing "-d" to option list of openssl version.
Lutz Jänicke
2008-10-20
1
-1
/
+1
*
Remove some unnecessary recursive includes from the internal apps.h header,
Geoff Thorpe
2004-05-17
1
-0
/
+1
*
EXIT() may mean return(). That's confusing, so let's have it really mean
Richard Levitte
2002-12-03
1
-1
/
+1
*
fix previous commit (there's no SSLEAY_VERSION_TEXT)
Bodo Möller
2002-08-12
1
-1
/
+1
*
In case of shared libraries, we might run one version of the
Richard Levitte
2002-08-11
1
-1
/
+13
*
Merge in DES changed from 0.9.7-stable.
Richard Levitte
2002-03-22
1
-2
/
+2
*
check OPENSSL_NO_... before including header files that might be
Bodo Möller
2001-11-22
1
-5
/
+15
*
Due to an increasing number of clashes between modern OpenSSL and
Richard Levitte
2001-10-24
1
-1
/
+1
*
New functions SSL[_CTX]_set_msg_callback().
Bodo Möller
2001-10-20
1
-0
/
+53
[next]