]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/enc.c
Update copyright year
[thirdparty/openssl.git] / apps / enc.c
2021-01-28  Richard LevitteUpdate copyright year
2021-01-11  Dr. David von OheimbAPPS: Fix confusion between program and app/command...
2020-12-15  Rich SalzCheck non-option arguments
2020-07-22  gujinqiangSpecific the engine pointer
2020-05-15  Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-23  Matt CaswellUpdate copyright year
2020-03-07  Paulicmdline app: add provider commandline options.
2019-11-07  Rich SalzAdd "sections" to -help output
2019-11-07  Richard LevitteUpdate source files for deprecation at 3.0
2019-10-18  agnosticdevUpdate dgst.c to show a list of message digests
2019-08-22  Richard Levitteopenssl dgst, openssl enc: check for end of input
2019-03-31  x753Fixed typo in enc.c warning
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-02-21  EasySecAdd support for PBKDF2 for enc command
2018-02-13  Matt CaswellUpdate copyright year
2018-01-31  Richard Levitteapps: Don't include progs.h in apps.h
2017-12-08  Rich SalzConsistent formatting for sizeof(foo)
2017-10-16  EasySecCleaning secret data after use
2017-10-13  Rich SalzRemove email addresses from source code.
2017-10-09  EasySecset_hex() behaviour change
2017-08-21  Rich SalzCheck # of arguments for remaining commands.
2017-08-15  Rich SalzRevert "Add some casts for %j"
2017-08-14  Rich SalzAdd some casts for %j
2017-07-16  Rich SalzStandardize apps use of -rand, etc.
2017-07-06  PauliBounds check string functions in apps.
2017-07-05  Rich SalzUndo commit d420ac2
2017-07-03  Richard LevitteRemove the possibility to disable the UI module entirely
2017-06-20  Rich SalzEnsure a space after colon in enc -v
2017-06-12  Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-04-25  Bernard Spilopenssl enc: Don't unbuffer stdin
2017-03-30  Andy Polyakovapps/*.c: switch to platform-neutral format modifiers...
2017-03-09  PauliMake the output of enc -ciphers identical even if run...
2017-03-08  PauliLimit the output of the enc -ciphers command to just...
2017-02-22  Richard LevitteLet the output from 'openssl enc -ciphers' go to stdout
2016-10-19  Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14  FdaSilvaYYConstify command options
2016-07-20  FdaSilvaYYFix double calls to strlen
2016-06-24  Rich SalzAdd -ciphers flag to enc command
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-17  Kurt CancemiFix typos in apps/enc.c
2016-04-21  Matt CaswellRemove some unused argc assignments
2016-04-21  Matt CaswellFix some code maintenance issues
2016-04-18  Rich SalzMake string_to_hex/hex_to_string public
2016-04-13  Richard LevitteDon't use FORMAT_BASE64 format when compressing / decom...
2016-04-13  Richard LevitteFix setting of debug callback in apps/enc.c
2016-03-31  Richard LevitteFix "no-ui" configuration
2016-02-18  Rich SalzGH681: More command help cleanup
2016-01-12  Richard LevitteAdapt all EVP_CIPHER users for it becoming opaque
2016-01-12  Rich SalzRT4227: Range-check in apps.
2016-01-06  Rich SalzRemove more (rest?) of FIPS build stuff.
2015-12-11  Rich SalzUse SHA256 not MD5 as default digest.
2015-10-12  Matt CaswellCentralise loading default apps config file
2015-09-06  Richard LevitteFix enc so it properly treats BASE64 as text
2015-09-06  Richard LevitteChange the treatment of stdin and stdout to allow binar...
2015-09-05  Richard LevitteChange the way apps open their input and output files
2015-09-05  Richard LevitteMake the handling of output and input formats consistent
2015-09-01  Adam EijdenbergRT3984: Fix clang compiler warning on Mac OS X where...
2015-06-02  Rich SalzStandardize handling of #ifdef'd options.
2015-05-29  Richard LevitteRestore module loading
2015-05-04  Richard LevitteRT2943: Check sizes if -iv and -K arguments
2015-05-04  Richard LevitteHave -K actually take an argument, and correct help...
2015-05-01  Rich Salzfree null cleanup finale
2015-04-30  Rich SalzIn apps, malloc or die
2015-04-29  Rich Salzuse isxdigit and apps_tohex
2015-04-28  Rich Salzremove malloc casts
2015-04-25  Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24  Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-25  Rich Salzfree NULL cleanup
2015-03-25  Matt CaswellRAND_bytes updates
2015-01-22  Rich Salzifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBF
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-07-16  Matt CaswellDisabled XTS mode in enc utility as it is not supported
2014-06-11  Dr. Stephen HensonFix compilation with no-comp
2014-05-15  Dr. Stephen HensonEnc doesn't support AEAD ciphers.
2012-02-10  Dr. Stephen Hensonadd fips blocking overrides to command line utilities
2011-11-14  Ben LaurieFix some warnings caused by __owur. Temporarily (I...
2011-03-19  Richard LevitteAfter some adjustments, apply the changes OpenSSL 1...
2010-06-12  Ben LaurieFix warnings.
2009-10-04  Dr. Stephen HensonFix warnings about ignoring fgets return value
2009-03-03  Ben LaurieDon't ask for -iv for ciphers that need no IV.
2008-03-12  Dr. Stephen HensonAnd so it begins...
2007-07-31  Bodo Möllerdocument -S and -nopad options in usage information
2006-11-29  Nils Larschreplace macros with functions
2006-09-22  Dr. Stephen HensonBuffer size handling fix for enc.
2005-04-30  Richard LevitteAll kinds of changes from branch OpenSSL_0_9_7-stable
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-01-30  Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-03  Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-06-13  Lutz JänickeAdd missing prototypes.
2002-04-06  Richard LevitteAllow longer program names (VMS allows up to 39 charact...
2002-02-22  Dr. Stephen HensonConfig code updates.
2001-09-12  Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-07-03  Lutz JänickeWhen only the key is given to "enc", the IV is undefined
2001-06-23  Richard LevitteUse apps_shutdown() in all applications, in case someon...
2001-06-19  Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-18  Richard LevitteProvide an application-common setup function for engine...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
next