aboutsummaryrefslogtreecommitdiff
path: root/apps/apps.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-13Move libapps headers into their own directoryRichard Levitte1-280/+0
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-359/+3
2018-12-19Some code-cleanup/simplification in appsRich Salz1-0/+2
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-11-02apps: Stop pretending to care about Netscape keysRichard Levitte1-3/+3
2018-05-17Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell1-2/+2
2018-04-25Revert "Check directory is able to create files for various -out option"Richard Levitte1-1/+0
2018-03-19Support "-min_protocol" and "-max_protocol" in s_server and s_clientRichard Levitte1-0/+5
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell1-2/+4
2018-03-07Implement multi-process OCSP responder.Viktor Dukhovni1-3/+1
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni1-0/+12
2018-02-28Check directory is able to create files for various -out optionPaul Yang1-0/+1
2018-02-01Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte1-0/+6
2018-02-01Add an apps internal BIO filter for prefixing output linesRichard Levitte1-1/+9
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-2/+0
2018-01-24Enable the cookie callbacks to work even in TLS in the appsMatt Caswell1-0/+2
2017-12-28Add 'openssl req' option to specify extension values on command lineRichard Levitte1-0/+1
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell1-3/+5
2017-11-30Use ChaCha only if prioritized by clntTodd Short1-0/+4
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli1-1/+0
2017-09-23Remove dhparam from SSL_CONF list.Dr. Stephen Henson1-4/+1
2017-09-01struct timeval include guardsPauli1-4/+1
2017-08-30Move e_os.h to be the very first include.Pauli1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli1-1/+2
2017-08-22Add random serial# support.Rich Salz1-1/+6
2017-07-23Remove unused function prototypesXiaoyin Liu1-3/+0
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-11/+18
2017-07-07Do not allow non-dhe kex_modes by defaultMatt Caswell1-4/+8
2017-06-21Use constants rather than macros for the cipher bytes in the appsMatt Caswell1-0/+2
2017-06-21Fix no-pskMatt Caswell1-2/+2
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short1-1/+4
2017-05-03Add the -groups option to s_server/s_clientMatt Caswell1-4/+7
2017-05-02TLS1.3 PaddingTodd Short1-1/+5
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy1-0/+2
2017-02-14Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck1-0/+2
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY1-1/+1
2017-01-11Enable apps to get a UI_METHOD for the default prompterRichard Levitte1-0/+1
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell1-2/+4
2016-10-19apps: instead of varying implementation, make setup_engine a function alwaysRichard Levitte1-4/+1
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-0/+1
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte1-0/+2
2016-09-13Fix some magic values about revocation info type...FdaSilvaYY1-3/+4
2016-08-20Duplicate includesFdaSilvaYY1-1/+0
2016-08-19Set certificate times in one function.Dr. Stephen Henson1-0/+2
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY1-6/+7
2016-08-17Corrupt signature in place.Dr. Stephen Henson1-1/+1
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-0/+2
2016-08-04Pack globals variables used to control apps/verify_callback()FdaSilvaYY1-5/+8
2016-08-01apps/openssl.c: UTF-y Windows argv.Andy Polyakov1-0/+5
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell1-0/+4