aboutsummaryrefslogtreecommitdiff
path: root/apps/rsautl.c
AgeCommit message (Expand)AuthorFilesLines
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