summaryrefslogtreecommitdiff
path: root/apps/apps.h
Commit message (Expand)AuthorAgeFilesLines
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-271-2/+2
* Update copyright yearMatt Caswell2019-09-101-1/+1
* Remove HEADER_X509_H include detector from appsDr. Matthias St. Pierre2019-07-241-2/+0
* apps: Stop pretending to care about Netscape keysRichard Levitte2018-11-021-3/+3
* Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell2018-05-171-2/+2
* Revert "Check directory is able to create files for various -out option"Richard Levitte2018-04-251-1/+0
* Support "-min_protocol" and "-max_protocol" in s_server and s_clientRichard Levitte2018-03-191-0/+5
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-2/+4
* Implement multi-process OCSP responder.Viktor Dukhovni2018-03-071-3/+1
* Prepare to detect index changes in OCSP responder.Viktor Dukhovni2018-03-071-0/+12
* Check directory is able to create files for various -out optionPaul Yang2018-02-281-0/+1
* Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte2018-02-011-0/+6
* Add an apps internal BIO filter for prefixing output linesRichard Levitte2018-02-011-1/+9
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-2/+0
* Enable the cookie callbacks to work even in TLS in the appsMatt Caswell2018-01-241-0/+2
* Add 'openssl req' option to specify extension values on command lineRichard Levitte2017-12-281-0/+1
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-141-3/+5
* Use ChaCha only if prioritized by clntTodd Short2017-11-301-0/+4
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-291-1/+0
* Remove dhparam from SSL_CONF list.Dr. Stephen Henson2017-09-231-4/+1
* struct timeval include guardsPauli2017-09-011-4/+1
* Move e_os.h to be the very first include.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+2
* Add random serial# support.Rich Salz2017-08-221-1/+6
* 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