index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
enc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-3
/
+0
*
Fix enc so it properly treats BASE64 as text
Richard Levitte
2015-09-06
1
-8
/
+16
*
Change the treatment of stdin and stdout to allow binary data
Richard Levitte
2015-09-06
1
-1
/
+1
*
Change the way apps open their input and output files
Richard Levitte
2015-09-06
1
-8
/
+8
*
Make the handling of output and input formats consistent
Richard Levitte
2015-09-06
1
-2
/
+2
*
RT3984: Fix clang compiler warning on Mac OS X where %ld is used for uint64_t.
Adam Eijdenberg
2015-09-01
1
-2
/
+2
*
Standardize handling of #ifdef'd options.
Rich Salz
2015-06-02
1
-6
/
+6
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+3
*
RT2943: Check sizes if -iv and -K arguments
Richard Levitte
2015-05-04
1
-4
/
+9
*
Have -K actually take an argument, and correct help text
Richard Levitte
2015-05-04
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-6
/
+3
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-7
/
+2
*
use isxdigit and apps_tohex
Rich Salz
2015-04-29
1
-7
/
+2
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
fewer NO_ENGINE #ifdef's
Rich Salz
2015-04-25
1
-6
/
+2
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-285
/
+220
*
free NULL cleanup
Rich Salz
2015-03-25
1
-10
/
+5
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-1
/
+1
*
ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBF
Rich Salz
2015-01-22
1
-6
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-632
/
+596
*
Disabled XTS mode in enc utility as it is not supported
Matt Caswell
2014-07-16
1
-0
/
+6
*
Fix compilation with no-comp
Dr. Stephen Henson
2014-06-11
1
-0
/
+2
*
Enc doesn't support AEAD ciphers.
Dr. Stephen Henson
2014-05-15
1
-0
/
+6
*
add fips blocking overrides to command line utilities
Dr. Stephen Henson
2012-02-10
1
-0
/
+8
*
Fix some warnings caused by __owur. Temporarily (I hope) remove the more
Ben Laurie
2011-11-14
1
-3
/
+7
*
After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS
Richard Levitte
2011-03-19
1
-0
/
+4
*
Fix warnings.
Ben Laurie
2010-06-12
1
-4
/
+1
*
Fix warnings about ignoring fgets return value
Dr. Stephen Henson
2009-10-04
1
-1
/
+6
*
Don't ask for -iv for ciphers that need no IV.
Ben Laurie
2009-03-03
1
-1
/
+2
*
And so it begins...
Dr. Stephen Henson
2008-03-12
1
-0
/
+34
*
document -S and -nopad options in usage information
Bodo Möller
2007-07-31
1
-0
/
+2
*
replace macros with functions
Nils Larsch
2006-11-29
1
-4
/
+4
*
Buffer size handling fix for enc.
Dr. Stephen Henson
2006-09-22
1
-1
/
+7
*
All kinds of changes from branch OpenSSL_0_9_7-stable
Richard Levitte
2005-04-30
1
-7
/
+46
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-3
/
+3
*
A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
Geoff Thorpe
2003-10-29
1
-1
/
+1
*
Add the possibility to build without the ENGINE framework.
Richard Levitte
2003-01-30
1
-0
/
+10
*
EXIT() may mean return(). That's confusing, so let's have it really mean
Richard Levitte
2002-12-03
1
-1
/
+1
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-2
/
+2
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-8
/
+8
*
Add missing prototypes.
Lutz Jänicke
2002-06-13
1
-1
/
+1
*
Allow longer program names (VMS allows up to 39 characters).
Richard Levitte
2002-04-06
1
-2
/
+2
*
Config code updates.
Dr. Stephen Henson
2002-02-22
1
-0
/
+3
*
Reduce the header dependencies on engine.h in apps/.
Geoff Thorpe
2001-09-12
1
-1
/
+0
*
When only the key is given to "enc", the IV is undefined
Lutz Jänicke
2001-07-03
1
-0
/
+8
*
Use apps_shutdown() in all applications, in case someone decides not
Richard Levitte
2001-06-23
1
-0
/
+1
*
Change all calls to low level digest routines in the library and
Dr. Stephen Henson
2001-06-20
1
-3
/
+0
*
Provide an application-common setup function for engines and use it
Richard Levitte
2001-06-18
1
-17
/
+1
*
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
[next]