summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2017-04-28Add checks on return code when applying some settings.FdaSilvaYY
2017-04-28Output prog name within error messageFdaSilvaYY
2017-04-28Add a 'max_send_frag' option to configure maximum size of send fragmentsFdaSilvaYY
2017-04-28Fix s_client when no-dtlsTodd Short
2017-04-27Remove (broken) diagnostic printRich Salz
2017-04-27Ensure s_client sends an SNI extension by defaultMatt Caswell
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-04-25Correct some badly formated preprocessor linesRichard Levitte
2017-04-25Add guards around one of use of IPPROTO_SCTP where it was missingRichard Levitte
2017-04-25openssl enc: Don't unbuffer stdinBernard Spil
2017-04-25Fix some variable references in init_clientMatt Caswell
2017-04-25Ask libssl if we should retry not the socketMatt Caswell
2017-04-25Add a -sctp option to s_clientMatt Caswell
2017-04-25Add a -sctp option to s_serverMatt Caswell
2017-04-12OCSP Updates: error codes and multiple certificatesTodd Short
2017-04-07Make default_method mostly compile-timeRich Salz
2017-04-03Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson
2017-04-03Add requestCAfile optionDr. Stephen Henson
2017-04-03Add extensions to debug listDr. Stephen Henson
2017-04-03Ensure dhparams can handle X9.42 params in DERMatt Caswell
2017-03-30apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov
2017-03-30Fix s_client early data indicatorMatt Caswell
2017-03-29More typo fixesFdaSilvaYY
2017-03-27apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.Andy Polyakov
2017-03-17Fix no-dtls buildsMatt Caswell
2017-03-16Add TLSv1.3 draft-19 messages to traceTodd Short
2017-03-16Simplify code around next_proto.len by changing 'len' data type.FdaSilvaYY
2017-03-14Fix a -Wsign-compare warningBenjamin Kaduk
2017-03-10Add HelloRetryRequest text to s_client/s_serverTodd Short
2017-03-09Make the output of enc -ciphers identical even if run several times in a sess...Pauli
2017-03-08Add some TLS13 values to s_client/s_serverTodd Short
2017-03-08Limit the output of the enc -ciphers command to just the ciphers enc canPauli
2017-03-07Increase the password buffer size to APP_PASS_LEN.Pauli
2017-03-06Fix no-pskMatt Caswell
2017-03-04apps/s_client.c: harden ldap_ExtendedResponse_parse.Andy Polyakov
2017-03-03use OSSLzu instead of lu format for size_t displayedelangh
2017-03-02Silence some clang warningsMatt Caswell
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell
2017-03-02Rename SSL_read_early() to SSL_read_early_data()Matt Caswell
2017-03-02Updates to s_server and s_client for the latest early_data API changesMatt Caswell
2017-03-02Tighten sanity checks when calling early data functionsMatt Caswell
2017-03-02Ensure the max_early_data option to s_server can be 0Matt Caswell
2017-03-02Get s_client to report on whether early data was accepted or notMatt Caswell
2017-03-02Add a "-early_data" option to s_serverMatt Caswell
2017-03-02Add an option to s_client to send early_dataMatt Caswell
2017-03-02Add a -max_early_data option to s_serverMatt Caswell
2017-03-02Add LDAP support (RFC 4511) to s_client ("-starttls ldap")Robert Scheck
2017-03-01Check that async_jobs is not negative and not too high.Bernd Edlinger
2017-02-28Remove GENCB_TEST compile flagRich Salz
2017-02-28Remove some commented out code in the appsMatt Caswell