index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
engine.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove useless code
Alessandro Ghedini
2015-10-23
1
-5
/
+0
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-3
/
+0
*
Change the treatment of stdin and stdout to allow binary data
Richard Levitte
2015-09-06
1
-1
/
+1
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+3
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-2
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-8
/
+4
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-7
/
+3
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-128
/
+104
*
free NULL cleanup
Rich Salz
2015-03-25
1
-2
/
+1
*
Dead code clean: #if 0 removal in apps
Rich Salz
2015-01-30
1
-3
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-458
/
+426
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-3
/
+0
*
Update from 1.0.0-stable
Dr. Stephen Henson
2009-07-27
1
-20
/
+20
*
Stop warning about use of *printf() without a format.
Dr. Stephen Henson
2009-02-15
1
-2
/
+2
*
Make no-engine work again.
Dr. Stephen Henson
2008-12-20
1
-1
/
+1
*
More type-checking.
Ben Laurie
2008-06-04
1
-20
/
+22
*
Add missing prototype. Extend engine utility to print public key algorithms.
Dr. Stephen Henson
2006-06-01
1
-0
/
+10
*
fix problems found by coverity: remove useless code
Nils Larsch
2006-03-15
1
-5
/
+0
*
improve command line argument checking
Nils Larsch
2005-05-10
1
-0
/
+4
*
const fixes
Nils Larsch
2005-04-08
1
-1
/
+1
*
some const fixes
Nils Larsch
2005-04-05
1
-1
/
+1
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-2
/
+2
*
Fix PEDANTIC stuff...
Dr. Stephen Henson
2003-03-13
1
-7
/
+6
*
Avoid warnings for no-engine and PEDANTIC
Dr. Stephen Henson
2003-03-12
1
-0
/
+8
*
Add the possibility to build without the ENGINE framework.
Richard Levitte
2003-01-30
1
-0
/
+3
*
"openssl engine" will not display ENGINE/DSO load failure errors when
Geoff Thorpe
2003-01-30
1
-4
/
+12
*
EXIT() may mean return(). That's confusing, so let's have it really mean
Richard Levitte
2002-12-03
1
-1
/
+1
*
Config code updates.
Dr. Stephen Henson
2002-02-22
1
-0
/
+3
*
Change the order of events so the capabilities of loaded engines can
Richard Levitte
2001-11-14
1
-6
/
+8
*
Make "openssl engine -c" list any supported digests as well as supported
Geoff Thorpe
2001-10-01
1
-4
/
+15
*
Put the cipher info back into the "openssl engine" command.
Geoff Thorpe
2001-09-25
1
-6
/
+7
*
Make necessary tweaks to apps/ files due to recent ENGINE surgery. See
Geoff Thorpe
2001-09-25
1
-0
/
+4
*
Add first cut symmetric crypto support.
Ben Laurie
2001-08-18
1
-1
/
+9
*
Use apps_shutdown() in all applications, in case someone decides not
Richard Levitte
2001-06-23
1
-0
/
+1
*
Modify "openssl engine" to handle and display internal control
Richard Levitte
2001-06-20
1
-52
/
+69
*
Fix memory leaks.
Dr. Stephen Henson
2001-06-19
1
-6
/
+9
*
Win32 fixes:
Dr. Stephen Henson
2001-04-29
1
-2
/
+2
*
Changes to "openssl engine" to support the new control command code in
Geoff Thorpe
2001-04-19
1
-26
/
+253
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-1
/
+1
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-1
/
+1
*
Various Win32 related fixed. Make no-krb5 work in mkdef.pl .
Dr. Stephen Henson
2001-02-09
1
-1
/
+1
*
Make all engines available in the openssl application.
Richard Levitte
2000-11-06
1
-5
/
+0
*
Change the engine library so the application writer has to explicitely
Richard Levitte
2000-11-02
1
-0
/
+3
*
'openssl engine' can now list engine capabilities. The current
Richard Levitte
2000-11-02
1
-14
/
+63
*
Better error reporting in 'openssl engine'
Richard Levitte
2000-11-02
1
-7
/
+4
*
-t is supported, so display some help about it.
Richard Levitte
2000-11-02
1
-1
/
+1
*
Add application to enumerate, list and test engines with.
Richard Levitte
2000-11-01
1
-0
/
+199