aboutsummaryrefslogtreecommitdiffstats
path: root/apps/rsautl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused parameters from internal functionsRich Salz2016-02-221-1/+1
* argv was set but unusedKurt Roeckx2016-02-201-1/+2
* GH681: More command help cleanupRich Salz2016-02-181-2/+3
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-8/+3
* Fix engine key support in utilities.Dr. Stephen Henson2016-02-081-1/+1
* Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni2016-02-021-5/+4
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-2/+2
* Restore module loadingRichard Levitte2015-05-291-0/+3
* free null cleanup finaleRich Salz2015-05-011-6/+3
* In apps, malloc or dieRich Salz2015-04-301-6/+2
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-5/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-157/+121
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-268/+287
* Update from 1.0.0-stable.Dr. Stephen Henson2009-04-261-0/+6
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Correctly handle case of bad arguments supplied to rsautlLutz Jänicke2008-04-171-12/+24
* makeNils Larsch2005-07-161-0/+1
* Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson2005-05-281-0/+1
* header cleanup in apps/Geoff Thorpe2004-04-191-0/+1
* Add -passin support to rsautlDr. Stephen Henson2003-09-211-1/+11
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+8
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-2/+2
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* I must learn to compile before I commit...Richard Levitte2002-01-251-1/+1
* Add -keyform. Document -engine.Richard Levitte2002-01-251-0/+6
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-301-4/+6
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Add the possibility to use keys handled by engines in moreRichard Levitte2000-10-281-2/+26
* rsautl.c requires RSA.Bodo Möller2000-10-261-0/+4
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-2/+10
* More VMS synchronisationRichard Levitte2000-09-091-0/+1
* typoBodo Möller2000-09-061-1/+1
* Add OAEP. Seed the PRNG.Bodo Möller2000-09-061-1/+6
* Fix typo in rsautl.Dr. Stephen Henson2000-09-051-1/+1
* Add 'rsautl' low level RSA utility.Dr. Stephen Henson2000-09-031-0/+276