Security hardening: Expose Build flags for Position Independed Execution (PIE)
[openssl.git] / apps / enc.c
2024-04-09 Richard LevitteCopyright year updates
2024-01-25 Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2023-09-19 Mathieu Tortuyauxenc: "bad decrypt" only in decryption
2023-09-07 Matt CaswellCopyright year updates
2023-09-04 slontisAdded 'saltlen' option to the OpenSSL enc command line...
2023-03-19 PauliInclude the default iteration count in the help for...
2022-10-18 Todd ShortConvert ZLIB defines to OPENSSL_NO_ZLIB
2022-10-18 Todd ShortAdd ZSTD compression support (RFC8478bis)
2022-10-18 Todd ShortAdd brotli compression support (RFC7924)
2022-05-03 Matt CaswellUpdate copyright year
2022-03-10 EasySecAllow to *just* print key and IV of unstreamable modes...
2022-02-18 EasySecenc : add support for wrap mode
2022-01-11 Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-06-16 Pauliapps: remove AEAD/mode checks that are now redundant
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-06 EasySecchange salt handling, way 1
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-04-24 Dr. David von OheimbAPPS: Improve diagnostics for string options and option...
2021-04-20 Rich SalzFetch and free cipher and md's
2021-04-14 Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-04-01 Tomas MrazAvoid going through NID when unnecessary
2021-03-30 Mohamed Akramdoc: fix enc -z option documentation
2021-02-11 Rich SalzProcess digest option after loading providers
2021-02-11 Rich SalzLoad rand state after loading providers
2021-02-11 Rich SalzFetch algorithm after loading providers
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
next