hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / apps / rsautl.c
2023-09-07 Matt CaswellCopyright year updates
2023-03-14 Dr. David von Oheimbapps/x509 etc.: allow private key input when public...
2022-12-05 Peiwei HuFix the checks in rsautl_main
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-04-14 Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-03-01 Rich SalzRemove RSA SSLv23 padding mode
2021-02-18 Matt CaswellUpdate copyright year
2021-02-11 Rich SalzLoad rand state after loading providers
2020-12-15 Rich SalzCheck non-option arguments
2020-11-18 Richard LevitteDeprecate RSA harder
2020-10-26 Richard LevitteAPPS: Remove the format argument where it's not used
2020-09-24 Dr. David von Oheimbload_key_certs_crls(): Restore output of fatal errors
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-10 Rich SalzDon't compile commands if disabled
2020-03-07 Paulicmdline app: add provider commandline options.
2020-02-20 PauliDeprecate the low level RSA functions.
2019-11-07 Rich SalzAdd "sections" to -help output
2019-05-02 Klotz, TobiasUse vxRandLib for VxWorks7
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-04 FdaSilvaYYGH932: Add more help messages to some apps options.
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-20 Kurt Roeckxargv was set but unused
2016-02-18 Rich SalzGH681: More command help cleanup
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-08 Dr. Stephen HensonFix engine key support in utilities.
2016-02-03 Viktor DukhovniFix pkeyutl/rsautl empty encrypt-input/decrypt-output...
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-05-29 Richard LevitteRestore module loading
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2009-04-26 Dr. Stephen HensonUpdate from 1.0.0-stable.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-04-17 Lutz JänickeCorrectly handle case of bad arguments supplied to...
2005-07-16 Nils Larschmake
2005-05-28 Dr. Stephen HensonUpdate from 0.9.7-stable. Also repatch and rebuild...
2004-04-19 Geoff Thorpeheader cleanup in apps/
2003-09-21 Dr. Stephen HensonAdd -passin support to rsautl
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-08-01 Richard LevitteMake it possible to load keys from stdin, and restore...
2002-02-22 Dr. Stephen HensonConfig code updates.
2002-01-25 Richard LevitteI must learn to compile before I commit...
2002-01-25 Richard LevitteAdd -keyform. Document -engine.
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-06-18 Richard LevitteProvide an application-common setup function for engine...
2001-05-30 Richard LevitteExtend all the loading functions to take an engine...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-10-28 Richard LevitteAdd the possibility to use keys handled by engines...
2000-10-26 Bodo Möllerrsautl.c requires RSA.
2000-09-20 Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-09-09 Richard LevitteMore VMS synchronisation
2000-09-06 Bodo Möllertypo
2000-09-06 Bodo MöllerAdd OAEP. Seed the PRNG.
2000-09-05 Dr. Stephen HensonFix typo in rsautl.
2000-09-03 Dr. Stephen HensonAdd 'rsautl' low level RSA utility.