index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
errstr.c
Age
Commit message (
Expand
)
Author
2020-12-15
Check non-option arguments
Rich Salz
2019-11-20
Document command parameters.
Rich Salz
2019-11-08
Add "sections" to -help output
Rich Salz
2018-12-06
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-02-13
Update copyright year
Matt Caswell
2018-01-31
apps: Don't include progs.h in apps.h
Richard Levitte
2017-12-07
Consistent formatting for sizeof(foo)
Rich Salz
2017-10-18
Remove parentheses of return.
KaoruToda
2017-09-29
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-06-12
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2016-10-14
Constify command options
FdaSilvaYY
2016-08-04
Remove "lockit" from internal error-hash function
Rich Salz
2016-05-17
Copyright consolidation 01/10
Rich Salz
2016-04-21
Remove some unused argc assignments
Matt Caswell
2016-04-21
Fix some code maintenance issues
Matt Caswell
2016-02-11
Fix errstr error code parsing
Matt Caswell
2016-02-10
Attempt to log an error if init failed
Matt Caswell
2015-04-24
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-03-25
free NULL cleanup
Rich Salz
2015-01-22
Run util/openssl-format-source -v -c .
Matt Caswell
2008-05-26
LHASH revamp. make depend.
Ben Laurie
2002-12-03
EXIT() may mean return(). That's confusing, so let's have it really mean
Richard Levitte
2001-06-23
Use apps_shutdown() in all applications, in case someone decides not
Richard Levitte
2001-02-20
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2000-09-20
On VMS, stdout may very well lead to a file that is written to in a
Richard Levitte
2000-04-14
New function ERR_error_string_n.
Bodo Möller
2000-02-11
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...
Ralf S. Engelschall
1999-04-23
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-19
Change functions to ANSI C.
Ulf Möller
1998-12-21
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall
1998-12-21
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall