aboutsummaryrefslogtreecommitdiffstats
path: root/apps/opt.c
Commit message (Expand)AuthorAgeFilesLines
* Move libapps.a source to apps/libRichard Levitte2019-09-041-955/+0
* Remove NextStep supportRich Salz2019-07-011-1/+1
* Fix app opt compile failure due to missing <inttypes.h>Shane Lontis2019-06-111-1/+2
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-67/+123
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* apps: Stop pretending to care about Netscape keysRichard Levitte2018-11-021-1/+0
* apps/opt.c: Remove the access checks of input and output filesRichard Levitte2018-04-251-12/+2
* Better check of return values from app_isdir and app_accessRichard Levitte2018-04-251-3/+3
* Revert "Check directory is able to create files for various -out option"Richard Levitte2018-04-251-36/+5
* Revert "Check on VMS as well"Richard Levitte2018-04-251-2/+2
* Check on VMS as wellRichard Levitte2018-02-281-2/+2
* Check directory is able to create files for various -out optionPaul Yang2018-02-281-5/+36
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Clarify error for unrecognized arguments.Jacob Hoffman-Andrews2018-01-081-2/+2
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-9/+9
* Fix ctype arguments.Pauli2017-08-221-1/+1
* Make clear error message if opt_<number> failsPaul Yang2017-06-201-8/+28
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-6/+7
* Remove debugging leftovers in apps/opt.cEmilia Kasper2017-02-281-89/+0
* Allow proxy certs to be present when verifying a chainRichard Levitte2016-06-201-0/+3
* Spelling fixesFdaSilvaYY2016-06-161-2/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-46/+6
* Fix signer option and support format SMIME.Dr. Stephen Henson2016-05-131-1/+3
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-2/+2
* Fix no-ocsp on Windows (and probably VMS)Matt Caswell2016-04-211-0/+1
* After saving errno clear it before calls to strtol et. al.Viktor Dukhovni2016-04-031-0/+4
* Move peer chain security checks into x509_vfy.cViktor Dukhovni2016-04-031-0/+5
* apps/opt.c: next was only used when NDEBUG undefined, move it inside guardRichard Levitte2016-04-021-1/+1
* Remove Netware and OS/2Rich Salz2016-03-171-6/+1
* Deprecate the -issuer_checks debugging optionViktor Dukhovni2016-02-101-1/+1
* commands help cleanupA J Mohan Rao2016-02-061-0/+1
* Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni2016-02-021-8/+19
* Check chain extensions also for trusted certificatesViktor Dukhovni2016-01-311-1/+12
* Make opt_imax visible in all appsViktor Dukhovni2016-01-291-6/+0
* For stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAXViktor Dukhovni2016-01-131-2/+4
* For stroimax need C99 inttypes.hViktor Dukhovni2016-01-131-2/+2
* Maximize time_t when intmax_t is availableViktor Dukhovni2016-01-121-11/+97
* RT4227: Range-check in apps.Rich Salz2016-01-121-69/+57
* Fix faulty check in the VMS version of opt_prognameRichard Levitte2015-12-301-1/+1
* Address Windows warnings in apps/.Andy Polyakov2015-10-051-2/+1
* RT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time checkDavid Woodhouse2015-09-051-0/+4
* Remove obsolete key formats.Rich Salz2015-07-161-9/+5
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-1/+0
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-2/+2
* Fix windows buildMatt Caswell2015-04-301-4/+4
* Fix main build breakage.Rich Salz2015-04-261-4/+5
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-0/+915