aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-241-11/+0
| | | | more utilities.
* Merge some common functionality in the apps, deleteDr. Stephen Henson1999-11-121-0/+14
| | | | | the encryption option in the pkcs7 utility (they never did anything) and add a couple more options to pkcs7.
* Add password command line options to some utils. Fix and update manDr. Stephen Henson1999-11-111-1/+1
| | | | pages.
* Fix a couple of outstanding issues: update STATUS file, fix NO_FP_API problems.Dr. Stephen Henson1999-11-111-0/+11
| | | | | Update docs, change 'ca' to use the new callback parameter. Now moved key_callback into app.c because some other utilities will use it soon.
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-2/+2
| | | | a pain to read when using 4-space tabs.
* VMS support.Ulf Möller1999-05-131-0/+22
| | | | Submitted by: Richard Levitte <richard@levitte.org>
* Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson1999-05-081-0/+6
| | | | | | Win32 version of rename() ). There isn't a precise rename() equivalent under Win95: the standard rename() complains if the destination already exists so replaced with a combination of unlink() and MoveFile().
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-5/+0
|
* Change functions to ANSI C.Ulf Möller1999-04-191-24/+7
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-8/+3
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+325