summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2017-07-14Update PR#3925tls1.3-draft-18Roelof duToit
2017-07-14Retry SSL_read on ERROR_WANT_READ.Roelof duToit
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
2017-02-28Code health: Remove obvious VAX C fixupsRichard Levitte
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-28Remove debugging leftovers in apps/opt.cEmilia Kasper
2017-02-28Remove ancient demoCA directoryDr. Stephen Henson
2017-02-26Print signature type to out, not bio_errDr. Stephen Henson
2017-02-23Check for the presence of _WIN32 rather than its value.Richard Levitte
2017-02-23In apps/rehash.c, decorate the inclusion of internal/o_dir.h for VMSRichard Levitte
2017-02-23On VMS, massage the fetch file names to remove the generation numberRichard Levitte
2017-02-23Let the output from 'openssl enc -ciphers' go to stdoutRichard Levitte
2017-02-22Make "openssl rehash" work on VMS 8.3 and upRichard Levitte
2017-02-22apps/req.c: flag "-new" is implied by "-precert"Rob Percival
2017-02-22Change CA.pl flag from --newprecert to --precertRob Percival
2017-02-22Adds a "-precert" flag to "openssl req" for creating pre-certificatesRob Percival
2017-02-21Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger
2017-02-21Fix a few memleaks in TXT_DB.Bernd Edlinger
2017-02-21Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-20Added '-nameopt' option to the verify command.Dmitry Belyavskiy
2017-02-17Updates following review feedbackMatt Caswell
2017-02-17Add the ability for s_client to send a KeyUpdate messageMatt Caswell
2017-02-17Add a capability to s_server to send KeyUpdate messagesMatt Caswell
2017-02-16Change req_check_len error message, it also accepts 20 bytes, but states 'les...lrns
2017-02-15Handle negative reply for NNTP STARTTLS in s_clientRobert Scheck
2017-02-14Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck