aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.h
Commit message (Expand)AuthorAgeFilesLines
* Improve recent option help string additionsViktor Dukhovni2016-02-101-27/+30
* Deprecate the -issuer_checks debugging optionViktor Dukhovni2016-02-101-2/+1
* GH646: Update help for s_server command.A J Mohan Rao2016-02-091-48/+72
* commands help cleanupA J Mohan Rao2016-02-061-2/+3
* Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni2016-02-051-2/+4
* RT3234: disable compressionEmilia Kasper2016-02-031-3/+3
* Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni2016-02-021-1/+2
* Fix opt_imax() callRichard Levitte2016-01-301-0/+2
* Make opt_imax visible in all appsViktor Dukhovni2016-01-291-0/+9
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-201-6/+4
* For stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAXViktor Dukhovni2016-01-131-1/+2
* For stroimax need C99 inttypes.hViktor Dukhovni2016-01-131-1/+1
* Maximize time_t when intmax_t is availableViktor Dukhovni2016-01-121-1/+6
* Add s_client support for waiting for asyncMatt Caswell2015-11-201-0/+1
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-251-3/+4
* RT4033: Use OPENSSL_SYS_UNIX not "unix"Rich Salz2015-09-171-0/+1
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-0/+6
* Change the treatment of stdin and stdout to allow binary dataRichard Levitte2015-09-061-2/+2
* Change the way apps open their input and output filesRichard Levitte2015-09-061-14/+16
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-11/+13
* RT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time checkDavid Woodhouse2015-09-051-3/+5
* GH350: -help text few s_client and s_server flagsHubert Kario2015-08-261-4/+9
* Fix build break.Rich Salz2015-08-101-1/+1
* RT3639: Add -no_comp description to online helpRich Salz2015-07-291-1/+1
* Remove obsolete key formats.Rich Salz2015-07-161-1/+0
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-0/+2
* Restore module loadingRichard Levitte2015-05-291-1/+4
* RT3876: Only load config when neededRich Salz2015-05-281-1/+1
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-2/+0
* Replace switch/assignments with table lookupRich Salz2015-05-201-2/+7
* In apps, malloc or dieRich Salz2015-04-301-0/+1
* Rewrite parse_nameRich Salz2015-04-291-1/+1
* use isxdigit and apps_tohexRich Salz2015-04-291-0/+1
* Remove needless bio_err argumentRich Salz2015-04-291-1/+1
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-1/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-96/+266
* Remove OPENSSL_NO_SSL_INTERN as it is now redundant - all internalsMatt Caswell2015-01-311-2/+0
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-182/+182
* Update API to use (char *) for email addresses and hostnamesViktor Dukhovni2014-07-071-2/+2
* Add an NSS output format to sess_id to export to export the session id and th...Martin Kaiser2014-05-241-0/+1
* Fix compilation with no-nextprotoneg.Piotr Sikora2013-11-141-2/+2
* Constification.Ben Laurie2013-10-071-3/+4
* Typo: don't call RAND_cleanup during app startup.Dr. Stephen Henson2013-08-181-1/+1
* Call RAND_cleanup in openssl application.Dr. Stephen Henson2013-03-281-0/+2
* Improve WINCE support.Andy Polyakov2013-01-191-1/+1
* Typo (PR2959).Dr. Stephen Henson2013-01-171-1/+1
* Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson2012-12-061-1/+3
* New option to add CRLs for s_client and s_server.Dr. Stephen Henson2012-12-021-0/+1