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
/
engine.c
Age
Commit message (
Expand
)
Author
2021-05-06
Update copyright year
Matt Caswell
2021-05-05
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2020-12-15
Check non-option arguments
Rich Salz
2020-09-13
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
Matt Caswell
2020-07-16
apps: deprecate engines
Pauli
2020-04-24
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-23
Update copyright year
Matt Caswell
2020-04-10
Don't compile commands if disabled
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-10-18
Remove parentheses of return.
KaoruToda
2017-07-06
Rework the append_buf function
Pauli
2017-07-05
Undo commit d420ac2
Rich Salz
2017-06-29
engine app: print out information on STORE loaders and STORE FILE handlers
Richard Levitte
2017-06-12
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-05-11
Fix gcc-7 warnings.
Bernd Edlinger
2016-10-14
Constify command options
FdaSilvaYY
2016-08-04
Have 'openssl engine' exit with non-zero when some engine fails to load
Richard Levitte
2016-06-18
Use a STACK_OF(OPENSSL_CSTRING) for const char * stacks
Matt Caswell
2016-05-17
Copyright consolidation 01/10
Rich Salz
2016-05-12
Don't leak memory if realloc fails.
Dr. Stephen Henson
2016-02-09
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
Rich Salz
2016-02-06
RT4194: Restore old engine parameter parsing.
Rich Salz
2015-12-16
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-10-23
Remove useless code
Alessandro Ghedini
2015-10-12
Centralise loading default apps config file
Matt Caswell
2015-09-06
Change the treatment of stdin and stdout to allow binary data
Richard Levitte
2015-05-29
Restore module loading
Richard Levitte
2015-05-01
free NULL cleanup -- coda
Rich Salz
2015-05-01
free null cleanup finale
Rich Salz
2015-04-30
In apps, malloc or die
Rich Salz
2015-04-24
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-03-25
free NULL cleanup
Rich Salz
2015-01-30
Dead code clean: #if 0 removal in apps
Rich Salz
2015-01-22
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-12
RT3548: Remove unsupported platforms
Rich Salz
2009-07-27
Update from 1.0.0-stable
Dr. Stephen Henson
2009-02-15
Stop warning about use of *printf() without a format.
Dr. Stephen Henson
2008-12-20
Make no-engine work again.
Dr. Stephen Henson
2008-06-04
More type-checking.
Ben Laurie
2006-06-01
Add missing prototype. Extend engine utility to print public key algorithms.
Dr. Stephen Henson
2006-03-15
fix problems found by coverity: remove useless code
Nils Larsch
2005-05-10
improve command line argument checking
Nils Larsch
2005-04-07
const fixes
Nils Larsch
2005-04-05
some const fixes
Nils Larsch
2003-12-27
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-03-13
Fix PEDANTIC stuff...
Dr. Stephen Henson
[next]