Sign in
flutter
/
third_party
/
openssl
/
2d60c923141e7853c268364f26195343a5e995bf
/
apps
/
engine.c
44c83eb
Constify command options
by FdaSilvaYY
· 8 years ago
9e64457
Have 'openssl engine' exit with non-zero when some engine fails to load
by Richard Levitte
· 9 years ago
1dcb8ca
Use a STACK_OF(OPENSSL_CSTRING) for const char * stacks
by Matt Caswell
· 9 years ago
846e33c
Copyright consolidation 01/10
by Rich Salz
· 9 years ago
7c0ef84
Don't leak memory if realloc fails.
by Dr. Stephen Henson
· 9 years ago
effaf4d
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
by Rich Salz
· 9 years ago
0d1e003
RT4194: Restore old engine parameter parsing.
by Rich Salz
· 9 years ago
7644a9a
Rename some BUF_xxx to OPENSSL_xxx
by Rich Salz
· 9 years ago
070c233
Remove useless code
by Alessandro Ghedini
· 9 years ago
a0a8232
Centralise loading default apps config file
by Matt Caswell
· 9 years ago
a60994d
Change the treatment of stdin and stdout to allow binary data
by Richard Levitte
· 10 years ago
296f54e
Restore module loading
by Richard Levitte
· 10 years ago
25aaa98
free NULL cleanup -- coda
by Rich Salz
· 10 years ago
b548a1f
free null cleanup finale
by Rich Salz
· 10 years ago
68dc682
In apps, malloc or die
by Rich Salz
· 10 years ago
7e1b748
Big apps cleanup (option-parsing, etc)
by Rich Salz
· 10 years ago
ca3a82c
free NULL cleanup
by Rich Salz
· 10 years ago
75d0ebe
Dead code clean: #if 0 removal in apps
by Rich Salz
· 10 years ago
0f113f3
Run util/openssl-format-source -v -c .
by Matt Caswell
· 10 years ago
6d23cf9
RT3548: Remove unsupported platforms
by Rich Salz
· 10 years ago
c869da8
Update from 1.0.0-stable
by Dr. Stephen Henson
· 16 years ago
0ed6b52
Stop warning about use of *printf() without a format.
by Dr. Stephen Henson
· 16 years ago
70531c1
Make no-engine work again.
by Dr. Stephen Henson
· 16 years ago
5ce278a
More type-checking.
by Ben Laurie
· 17 years ago
6f88c6a
Add missing prototype. Extend engine utility to print public key algorithms.
by Dr. Stephen Henson
· 19 years ago
67b6f1c
fix problems found by coverity: remove useless code
by Nils Larsch
· 19 years ago
3afa6cf
improve command line argument checking
by Nils Larsch
· 20 years ago
eb3eab2
const fixes
by Nils Larsch
· 20 years ago
7d72723
some const fixes
by Nils Larsch
· 20 years ago
d420ac2
Use BUF_strlcpy() instead of strcpy().
by Richard Levitte
· 21 years ago
12d4e7b
Fix PEDANTIC stuff...
by Dr. Stephen Henson
· 22 years ago
767712f
Avoid warnings for no-engine and PEDANTIC
by Dr. Stephen Henson
· 22 years ago
0b13e9f
Add the possibility to build without the ENGINE framework. PR: 287
by Richard Levitte
· 22 years ago
bb3e67f
"openssl engine" will not display ENGINE/DSO load failure errors when
by Geoff Thorpe
· 22 years ago
1c3e4a3
EXIT() may mean return(). That's confusing, so let's have it really mean
by Richard Levitte
· 22 years ago
3647bee
Config code updates.
by Dr. Stephen Henson
· 23 years ago
817dfc1
Change the order of events so the capabilities of loaded engines can
by Richard Levitte
· 23 years ago
4ba163c
Make "openssl engine -c" list any supported digests as well as supported
by Geoff Thorpe
· 24 years ago
0b4b9a1
Put the cipher info back into the "openssl engine" command.
by Geoff Thorpe
· 24 years ago
6dc5d57
Make necessary tweaks to apps/ files due to recent ENGINE surgery. See
by Geoff Thorpe
· 24 years ago
354c3ac
Add first cut symmetric crypto support.
by Ben Laurie
· 24 years ago
c04f8cf
Use apps_shutdown() in all applications, in case someone decides not
by Richard Levitte
· 24 years ago
2cd3ad9
Modify "openssl engine" to handle and display internal control
by Richard Levitte
· 24 years ago
a45e4a5
Fix memory leaks.
by Dr. Stephen Henson
· 24 years ago
c2e45f6
Win32 fixes:
by Dr. Stephen Henson
· 24 years ago
f11bc84
Changes to "openssl engine" to support the new control command code in ENGINE.
by Geoff Thorpe
· 24 years ago
bc36ee6
Use new-style system-id macros everywhere possible. I hope I haven't
by Richard Levitte
· 24 years ago
cf1b7d9
Make all configuration macros available for application by making
by Richard Levitte
· 24 years ago
c063f2c
Various Win32 related fixed. Make no-krb5 work in mkdef.pl .
by Dr. Stephen Henson
· 24 years ago
e7ef1a5
Make all engines available in the openssl application.
by Richard Levitte
· 24 years ago
11c0f12
Change the engine library so the application writer has to explicitely
by Richard Levitte
· 24 years ago
69e7805
'openssl engine' can now list engine capabilities. The current
by Richard Levitte
· 24 years ago
e264cfe
Better error reporting in 'openssl engine'
by Richard Levitte
· 24 years ago
d48f487
-t is supported, so display some help about it.
by Richard Levitte
· 24 years ago
14c6d27
Add application to enumerate, list and test engines with.
by Richard Levitte
· 24 years ago