summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
AgeCommit message (Expand)Author
2019-09-27Fix header file include guard namesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-07-24Remove HEADER_X509_H include detector from appsDr. Matthias St. Pierre
2018-11-02apps: Stop pretending to care about Netscape keysRichard Levitte
2018-05-17Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell
2018-04-25Revert "Check directory is able to create files for various -out option"Richard Levitte
2018-03-19Support "-min_protocol" and "-max_protocol" in s_server and s_clientRichard Levitte
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-07Implement multi-process OCSP responder.Viktor Dukhovni
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni
2018-02-28Check directory is able to create files for various -out optionPaul Yang
2018-02-01Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte
2018-02-01Add an apps internal BIO filter for prefixing output linesRichard Levitte
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2018-01-24Enable the cookie callbacks to work even in TLS in the appsMatt Caswell
2017-12-28Add 'openssl req' option to specify extension values on command lineRichard Levitte
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell
2017-11-30Use ChaCha only if prioritized by clntTodd Short
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-09-23Remove dhparam from SSL_CONF list.Dr. Stephen Henson
2017-09-01struct timeval include guardsPauli
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-22Add random serial# support.Rich Salz
2017-07-23Remove unused function prototypesXiaoyin Liu
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-07Do not allow non-dhe kex_modes by defaultMatt Caswell
2017-06-21Use constants rather than macros for the cipher bytes in the appsMatt Caswell
2017-06-21Fix no-pskMatt Caswell
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short
2017-05-03Add the -groups option to s_server/s_clientMatt Caswell
2017-05-02TLS1.3 PaddingTodd Short
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-02-14Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY
2017-01-11Enable apps to get a UI_METHOD for the default prompterRichard Levitte
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-10-19apps: instead of varying implementation, make setup_engine a function alwaysRichard Levitte
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-09-13Fix some magic values about revocation info type...FdaSilvaYY
2016-08-20Duplicate includesFdaSilvaYY
2016-08-19Set certificate times in one function.Dr. Stephen Henson
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-17Corrupt signature in place.Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-04Pack globals variables used to control apps/verify_callback()FdaSilvaYY
2016-08-01apps/openssl.c: UTF-y Windows argv.Andy Polyakov
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell
2016-06-20Allow proxy certs to be present when verifying a chainRichard Levitte