aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add the -groups option to s_server/s_clientMatt Caswell2017-05-031-4/+7
* Added support for ESSCertIDv2Marek Klein2017-05-033-0/+6
* Convert uses of snprintf to BIO_snprintfRich Salz2017-05-021-10/+10
* TLS1.3 PaddingTodd Short2017-05-021-1/+5
* Add checks on return code when applying some settings.FdaSilvaYY2017-04-282-75/+40
* Output prog name within error messageFdaSilvaYY2017-04-282-6/+6
* Add a 'max_send_frag' option to configure maximum size of send fragmentsFdaSilvaYY2017-04-282-7/+46
* Fix s_client when no-dtlsTodd Short2017-04-281-0/+2
* Remove (broken) diagnostic printRich Salz2017-04-271-6/+0
* Ensure s_client sends an SNI extension by defaultMatt Caswell2017-04-271-4/+26
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-2512-100/+69
* Correct some badly formated preprocessor linesRichard Levitte2017-04-251-5/+5
* Add guards around one of use of IPPROTO_SCTP where it was missingRichard Levitte2017-04-251-0/+2
* openssl enc: Don't unbuffer stdinBernard Spil2017-04-251-1/+0
* Fix some variable references in init_clientMatt Caswell2017-04-251-4/+5
* Ask libssl if we should retry not the socketMatt Caswell2017-04-251-3/+3
* Add a -sctp option to s_clientMatt Caswell2017-04-253-9/+62
* Add a -sctp option to s_serverMatt Caswell2017-04-253-21/+80
* OCSP Updates: error codes and multiple certificatesTodd Short2017-04-121-11/+21
* Make default_method mostly compile-timeRich Salz2017-04-071-5/+1
* Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson2017-04-034-16/+25
* Add requestCAfile optionDr. Stephen Henson2017-04-031-1/+17
* Add extensions to debug listDr. Stephen Henson2017-04-031-0/+5
* Ensure dhparams can handle X9.42 params in DERMatt Caswell2017-04-031-5/+17
* apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov2017-03-303-6/+6
* Fix s_client early data indicatorMatt Caswell2017-03-301-1/+1
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.Andy Polyakov2017-03-271-3/+3
* Fix no-dtls buildsMatt Caswell2017-03-171-1/+6
* Add TLSv1.3 draft-19 messages to traceTodd Short2017-03-161-16/+21
* Simplify code around next_proto.len by changing 'len' data type.FdaSilvaYY2017-03-161-16/+6
* Fix a -Wsign-compare warningBenjamin Kaduk2017-03-141-1/+1
* Add HelloRetryRequest text to s_client/s_serverTodd Short2017-03-101-0/+1
* Make the output of enc -ciphers identical even if run several times in a sess...Pauli2017-03-091-10/+17
* Add some TLS13 values to s_client/s_serverTodd Short2017-03-081-4/+10
* Limit the output of the enc -ciphers command to just the ciphers enc canPauli2017-03-081-0/+8
* Increase the password buffer size to APP_PASS_LEN.Pauli2017-03-071-1/+1
* Fix no-pskMatt Caswell2017-03-061-2/+2
* apps/s_client.c: harden ldap_ExtendedResponse_parse.Andy Polyakov2017-03-041-0/+2
* use OSSLzu instead of lu format for size_t displayedelangh2017-03-031-2/+2
* Silence some clang warningsMatt Caswell2017-03-021-1/+1
* Rename SSL_write_early() to SSL_write_early_data()Matt Caswell2017-03-021-1/+1
* Rename SSL_read_early() to SSL_read_early_data()Matt Caswell2017-03-021-4/+4
* Updates to s_server and s_client for the latest early_data API changesMatt Caswell2017-03-022-12/+20
* Tighten sanity checks when calling early data functionsMatt Caswell2017-03-021-1/+3
* Ensure the max_early_data option to s_server can be 0Matt Caswell2017-03-021-3/+7
* Get s_client to report on whether early data was accepted or notMatt Caswell2017-03-021-0/+17
* Add a "-early_data" option to s_serverMatt Caswell2017-03-021-1/+44
* Add an option to s_client to send early_dataMatt Caswell2017-03-021-2/+40
* Add a -max_early_data option to s_serverMatt Caswell2017-03-021-2/+10