summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2017-02-14Make -xcert work again.Dr. Stephen Henson
2017-02-14mem leak on error path and error propagation fixYuchi
2017-02-10speed.c: simplify aggregation of ecdh --multi resultsCristian Stoica
2017-02-10speed.c: simplify aggregation of ecdsa --multi resultsCristian Stoica
2017-02-10speed.c: simplify aggregation of dsa --multi resultsCristian Stoica
2017-02-10speed.c: simplify aggregation of rsa --multi resultsCristian Stoica
2017-02-09SSL_get_shared_sigalgs: handle negative idx parameterPeter Wu
2017-02-07apps: Add support for writing a keylog filePeter Wu
2017-02-07Remove unused variablePauli
2017-02-06Fix parsing of serial# in reqRich Salz
2017-02-03Add NNTP support (RFC 4642) to s_client ("-starttls nntp")Robert Scheck