summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix -DTEST version of opt.crsalz-monolithRich Salz2014-07-161-5/+3
|
* fix merge glitchRich Salz2014-07-161-1/+1
|\
| * Consistent formatting of local variables for all *_main functions:Rich Salz2014-07-1645-595/+576
| | | | | | | | | | | | alpha order (yuk, at least consistent) and always as "foo=x, "bar" syntax. Consistent use of end: label for goto. Consistent addition of -help flag.
| * Consistent use of argc/argv in main. This includes copying argv for VMS,Rich Salz2014-07-164-93/+109
| | | | | | | | and rewriting chopup_args to do everything via its ARGS structure.
| * Require non-null BIO for print_policiesRich Salz2014-07-158-95/+73
| | | | | | | | | | | | | | Add some help text to common verifh options. Re-order cleanup calls to be invert of startup calls (apps_startup/shutdown) Avoid some needless dup_bio_out calls
| * Add --help; fix standard_prolog in opt_helpRich Salz2014-07-1548-114/+193
| |
| * clean up help/options; remove dups etcRich Salz2014-07-148-19/+8
| |
| * final opt/help mergeRich Salz2014-07-1416-1094/+469
| |
| * First batch of unified help/optionsRich Salz2014-07-1438-1686/+1076
| |
| * Move #include's to common location.Rich Salz2014-07-141-11/+15
| | | | | | | | Start work on option/help combination.
| * finished speed.cRich Salz2014-07-141-8/+12
| |
| * Converted to new pargs parsing.Rich Salz2014-07-141-646/+591
| |
| * basically done; only speed remainsRich Salz2014-07-148-1243/+1249
| |
| * all but s_{client,server} converted; started on them.Rich Salz2014-07-1410-259/+209
| |
| * did cms and bugfix ocspRich Salz2014-07-142-379/+408
| |
| * Wrote opt_verify; started to use it in last few conversions.Rich Salz2014-07-1413-1501/+1235
| |
| * did x509.cRich Salz2014-07-142-249/+305
| |
| * remove global variable; re-order local declsRich Salz2014-07-141-60/+42
| |
| * did pkcs and tsRich Salz2014-07-144-404/+402
| |
| * another half-dozen doneRich Salz2014-07-1412-1101/+1020
| |
| * Fix merge error ;remove big chunk of old tlsext authz stuff.Rich Salz2014-07-141-31/+0
| |
| * add working temp filesRich Salz2014-07-141-0/+58
| |
| * add working temp filesRich Salz2014-07-141-0/+38
| |
| * checkpointRich Salz2014-07-145-96/+86
| |
| * checkpointRich Salz2014-07-142-82/+98
| |
| * checkpointRich Salz2014-07-141-84/+94
| |
| * checkpointRich Salz2014-07-1443-1490/+1419
| |
| * Checkpoint, bio_open_default use and more flag conversion.Rich Salz2014-07-1444-1146/+642
| |
| * Checkpoint; more command parsing re-done.Rich Salz2014-07-141-0/+406
| |
| * checkpoint on new arg and file parsingRich Salz2014-07-1461-4270/+2863
| |
* | Consistent use of opthelp goto labelRich Salz2014-07-1625-125/+132
| |
* | Consistent formatting of local variables for all *_main functions:Rich Salz2014-07-1645-595/+576
| | | | | | | | | | | | alpha order (yuk, at least consistent) and always as "foo=x, "bar" syntax. Consistent use of end: label for goto. Consistent addition of -help flag.
* | Consistent use of argc/argv in main. This includes copying argv for VMS,Rich Salz2014-07-164-93/+109
| | | | | | | | and rewriting chopup_args to do everything via its ARGS structure.
* | Require non-null BIO for print_policiesRich Salz2014-07-168-95/+73
| | | | | | | | | | | | | | Add some help text to common verifh options. Re-order cleanup calls to be invert of startup calls (apps_startup/shutdown) Avoid some needless dup_bio_out calls
* | Add --help; fix standard_prolog in opt_helpRich Salz2014-07-1648-114/+193
| |
* | clean up help/options; remove dups etcRich Salz2014-07-168-19/+8
| |
* | final opt/help mergeRich Salz2014-07-1616-1094/+469
| |
* | First batch of unified help/optionsRich Salz2014-07-1638-1686/+1076
| |
* | Move #include's to common location.Rich Salz2014-07-161-11/+15
| | | | | | | | Start work on option/help combination.
* | finished speed.cRich Salz2014-07-161-8/+12
| |
* | Converted to new pargs parsing.Rich Salz2014-07-161-646/+591
| |
* | basically done; only speed remainsRich Salz2014-07-168-1243/+1249
| |
* | all but s_{client,server} converted; started on them.Rich Salz2014-07-1610-259/+209
| |
* | did cms and bugfix ocspRich Salz2014-07-162-379/+408
| |
* | Wrote opt_verify; started to use it in last few conversions.Rich Salz2014-07-1613-1501/+1235
| |
* | did x509.cRich Salz2014-07-162-249/+305
| |
* | remove global variable; re-order local declsRich Salz2014-07-161-60/+42
| |
* | did pkcs and tsRich Salz2014-07-164-404/+402
| |
* | another half-dozen doneRich Salz2014-07-1612-1101/+1020
| |
* | Fix merge error ;remove big chunk of old tlsext authz stuff.Rich Salz2014-07-161-31/+0
| |