]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/rsautl.c
Remove MAC cruft
[thirdparty/openssl.git] / apps / rsautl.c
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.