aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused function prototypesXiaoyin Liu2017-07-231-3/+0
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-11/+18
* Do not allow non-dhe kex_modes by defaultMatt Caswell2017-07-071-4/+8
* Use constants rather than macros for the cipher bytes in the appsMatt Caswell2017-06-211-0/+2
* Fix no-pskMatt Caswell2017-06-211-2/+2
* Fix #2400 Add NO_RENEGOTIATE optionTodd Short2017-06-061-1/+4
* Add the -groups option to s_server/s_clientMatt Caswell2017-05-031-4/+7
* TLS1.3 PaddingTodd Short2017-05-021-1/+5
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-0/+2
* Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck2017-02-141-0/+2
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-251-1/+1
* Enable apps to get a UI_METHOD for the default prompterRichard Levitte2017-01-111-0/+1
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-2/+4
* apps: instead of varying implementation, make setup_engine a function alwaysRichard Levitte2016-10-191-4/+1
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Refactor to avoid unnecessary preprocessor logicRichard Levitte2016-09-151-0/+2
* Fix some magic values about revocation info type...FdaSilvaYY2016-09-131-3/+4
* Duplicate includesFdaSilvaYY2016-08-201-1/+0
* Set certificate times in one function.Dr. Stephen Henson2016-08-191-0/+2
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-6/+7
* Corrupt signature in place.Dr. Stephen Henson2016-08-171-1/+1
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-0/+2
* Pack globals variables used to control apps/verify_callback()FdaSilvaYY2016-08-041-5/+8
* apps/openssl.c: UTF-y Windows argv.Andy Polyakov2016-08-011-0/+5
* Disallow multiple protocol flags to s_server and s_clientMatt Caswell2016-07-081-0/+4
* Allow proxy certs to be present when verifying a chainRichard Levitte2016-06-201-3/+5
* Spelling fixesFdaSilvaYY2016-06-161-3/+3
* Deal with the consequences of constifying gettersRichard Levitte2016-06-151-1/+2
* Fix s_client/s_server waiting for stdin on WindowsMatt Caswell2016-05-271-0/+3
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+6
* Fix signer option and support format SMIME.Dr. Stephen Henson2016-05-131-0/+1
* IRIX fixes.Andy Polyakov2016-05-101-0/+3
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+0
* Move peer chain security checks into x509_vfy.cViktor Dukhovni2016-04-031-2/+6
* Force argv to be an array of long pointers on VMSRichard Levitte2016-04-011-9/+6
* Fix pointer size issues with argv on VMSRichard Levitte2016-03-301-0/+11
* Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte2016-03-211-0/+1
* Remove #error from include files.Rich Salz2016-03-201-6/+2
* Revert "Include progs.h directly in openssl.c instead of via apps.h"Viktor Dukhovni2016-03-191-0/+2
* Include progs.h directly in openssl.c instead of via apps.hRichard Levitte2016-03-191-2/+0
* Remove Netware and OS/2Rich Salz2016-03-171-3/+1
* Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival2016-03-111-0/+4
* Documentation for ctx_set_ctlog_list_file()Rob Percival2016-03-091-0/+6
* Extensive application of __owur to CT functions that return a booleanRob Percival2016-03-091-3/+4
* GH787: Fix ALPNTodd Short2016-03-081-1/+1
* Extends s_client to allow a basic CT policy to be enabledRob Percival2016-03-041-0/+2
* GH463: Fix OPENSSL_NO_OCSP buildRich Salz2016-02-251-1/+0
* Remove unused parameters from internal functionsRich Salz2016-02-221-4/+3
* remove redundant opt* declarationsRoumen Petrov2016-02-181-13/+6
* Remove JPAKERich Salz2016-02-171-4/+0