aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Add TLSv1.3 draft-19 messages to traceTodd Short1-16/+21
2017-03-16Simplify code around next_proto.len by changing 'len' data type.FdaSilvaYY1-16/+6
2017-03-14Fix a -Wsign-compare warningBenjamin Kaduk1-1/+1
2017-03-10Add HelloRetryRequest text to s_client/s_serverTodd Short1-0/+1
2017-03-09Make the output of enc -ciphers identical even if run several times in a sess...Pauli1-10/+17
2017-03-08Add some TLS13 values to s_client/s_serverTodd Short1-4/+10
2017-03-08Limit the output of the enc -ciphers command to just the ciphers enc canPauli1-0/+8
2017-03-07Increase the password buffer size to APP_PASS_LEN.Pauli1-1/+1
2017-03-06Fix no-pskMatt Caswell1-2/+2
2017-03-04apps/s_client.c: harden ldap_ExtendedResponse_parse.Andy Polyakov1-0/+2
2017-03-03use OSSLzu instead of lu format for size_t displayedelangh1-2/+2
2017-03-02Silence some clang warningsMatt Caswell1-1/+1
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell1-1/+1
2017-03-02Rename SSL_read_early() to SSL_read_early_data()Matt Caswell1-4/+4
2017-03-02Updates to s_server and s_client for the latest early_data API changesMatt Caswell2-12/+20
2017-03-02Tighten sanity checks when calling early data functionsMatt Caswell1-1/+3
2017-03-02Ensure the max_early_data option to s_server can be 0Matt Caswell1-3/+7
2017-03-02Get s_client to report on whether early data was accepted or notMatt Caswell1-0/+17
2017-03-02Add a "-early_data" option to s_serverMatt Caswell1-1/+44
2017-03-02Add an option to s_client to send early_dataMatt Caswell1-2/+40
2017-03-02Add a -max_early_data option to s_serverMatt Caswell1-2/+10
2017-03-02Add LDAP support (RFC 4511) to s_client ("-starttls ldap")Robert Scheck1-1/+155
2017-03-01Check that async_jobs is not negative and not too high.Bernd Edlinger1-1/+7
2017-02-28Remove GENCB_TEST compile flagRich Salz1-51/+1
2017-02-28Remove some commented out code in the appsMatt Caswell3-8/+1
2017-02-28Code health: Remove obvious VAX C fixupsRichard Levitte2-30/+1
2017-02-28Clean up references to FIPSEmilia Kasper1-10/+0
2017-02-28Remove debugging leftovers in apps/opt.cEmilia Kasper1-89/+0
2017-02-28Remove ancient demoCA directoryDr. Stephen Henson4-78/+0
2017-02-26Print signature type to out, not bio_errDr. Stephen Henson1-1/+1
2017-02-23Check for the presence of _WIN32 rather than its value.Richard Levitte1-2/+2
2017-02-23In apps/rehash.c, decorate the inclusion of internal/o_dir.h for VMSRichard Levitte1-0/+16
2017-02-23On VMS, massage the fetch file names to remove the generation numberRichard Levitte1-0/+19
2017-02-23Let the output from 'openssl enc -ciphers' go to stdoutRichard Levitte1-3/+4
2017-02-22Make "openssl rehash" work on VMS 8.3 and upRichard Levitte1-2/+16
2017-02-22apps/req.c: flag "-new" is implied by "-precert"Rob Percival2-5/+4
2017-02-22Change CA.pl flag from --newprecert to --precertRob Percival1-1/+1
2017-02-22Adds a "-precert" flag to "openssl req" for creating pre-certificatesRob Percival2-1/+19
2017-02-21Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger2-8/+12
2017-02-21Fix a few memleaks in TXT_DB.Bernd Edlinger1-5/+7
2017-02-21Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy5-7/+30
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli1-1/+4
2017-02-20Added '-nameopt' option to the verify command.Dmitry Belyavskiy1-3/+14
2017-02-17Updates following review feedbackMatt Caswell1-2/+2
2017-02-17Add the ability for s_client to send a KeyUpdate messageMatt Caswell1-1/+11
2017-02-17Add a capability to s_server to send KeyUpdate messagesMatt Caswell1-0/+14
2017-02-16Change req_check_len error message, it also accepts 20 bytes, but states 'les...lrns1-1/+1
2017-02-15Handle negative reply for NNTP STARTTLS in s_clientRobert Scheck1-4/+14
2017-02-14Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck4-13/+81
2017-02-14Make -xcert work again.Dr. Stephen Henson1-0/+1