summaryrefslogtreecommitdiff
path: root/apps/rsautl.c
Commit message (Expand)AuthorAgeFilesLines
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-268/+287
* Make no-rsa, no-dsa and no-dh compile again.Dr. Stephen Henson2009-04-231-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