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
*
If an engine comes up explicitely, it must also come down explicitely
Richard Levitte
2016-10-19
1
-1
/
+3
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Fix double calls to strlen
FdaSilvaYY
2016-07-20
1
-2
/
+4
*
Add -ciphers flag to enc command
Rich Salz
2016-06-24
1
-1
/
+5
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Fix typos in apps/enc.c
Kurt Cancemi
2016-05-17
1
-2
/
+2
*
Remove some unused argc assignments
Matt Caswell
2016-04-21
1
-1
/
+0
*
Fix some code maintenance issues
Matt Caswell
2016-04-21
1
-1
/
+0
*
Make string_to_hex/hex_to_string public
Rich Salz
2016-04-18
1
-1
/
+1
*
Don't use FORMAT_BASE64 format when compressing / decompressing
Richard Levitte
2016-04-13
1
-6
/
+9
*
Fix setting of debug callback in apps/enc.c
Richard Levitte
2016-04-13
1
-7
/
+11
*
Fix "no-ui" configuration
Richard Levitte
2016-03-31
1
-17
/
+24
*
GH681: More command help cleanup
Rich Salz
2016-02-18
1
-7
/
+8
*
Adapt all EVP_CIPHER users for it becoming opaque
Richard Levitte
2016-01-12
1
-4
/
+4
*
RT4227: Range-check in apps.
Rich Salz
2016-01-12
1
-2
/
+4
*
Remove more (rest?) of FIPS build stuff.
Rich Salz
2016-01-06
1
-9
/
+2
*
Use SHA256 not MD5 as default digest.
Rich Salz
2015-12-11
1
-1
/
+1
*
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
[next]