aboutsummaryrefslogtreecommitdiff
path: root/apps/rsautl.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-22Remove unused parameters from internal functionsRich Salz1-1/+1
2016-02-20argv was set but unusedKurt Roeckx1-1/+2
2016-02-18GH681: More command help cleanupRich Salz1-2/+3
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz1-8/+3
2016-02-08Fix engine key support in utilities.Dr. Stephen Henson1-1/+1
2016-02-02Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni1-5/+4
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-06Change the way apps open their input and output filesRichard Levitte1-2/+2
2015-05-29Restore module loadingRichard Levitte1-0/+3
2015-05-01free null cleanup finaleRich Salz1-6/+3
2015-04-30In apps, malloc or dieRich Salz1-6/+2
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-5/+3
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-157/+121
2015-03-05Unchecked malloc fixesMatt Caswell1-0/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-268/+287
2009-04-26Update from 1.0.0-stable.Dr. Stephen Henson1-0/+6
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-04-17Correctly handle case of bad arguments supplied to rsautlLutz Jänicke1-12/+24
2005-07-16makeNils Larsch1-0/+1
2005-05-28Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson1-0/+1
2004-04-19header cleanup in apps/Geoff Thorpe1-0/+1
2003-09-21Add -passin support to rsautlDr. Stephen Henson1-1/+11
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+8
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte1-2/+2
2002-02-22Config code updates.Dr. Stephen Henson1-0/+3
2002-01-25I must learn to compile before I commit...Richard Levitte1-1/+1
2002-01-25Add -keyform. Document -engine.Richard Levitte1-0/+6
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe1-1/+0
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte1-17/+1
2001-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte1-4/+6
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2000-10-28Add the possibility to use keys handled by engines in moreRichard Levitte1-2/+26
2000-10-26rsautl.c requires RSA.Bodo Möller1-0/+4
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte1-2/+10
2000-09-09More VMS synchronisationRichard Levitte1-0/+1
2000-09-06typoBodo Möller1-1/+1
2000-09-06Add OAEP. Seed the PRNG.Bodo Möller1-1/+6
2000-09-05Fix typo in rsautl.Dr. Stephen Henson1-1/+1
2000-09-03Add 'rsautl' low level RSA utility.Dr. Stephen Henson1-0/+276