aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2017-04-07Make default_method mostly compile-timeRich Salz1-5/+1
2017-04-03Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson4-16/+25
2017-04-03Add requestCAfile optionDr. Stephen Henson1-1/+17
2017-04-03Add extensions to debug listDr. Stephen Henson1-0/+5
2017-04-03Ensure dhparams can handle X9.42 params in DERMatt Caswell1-5/+17
2017-03-30apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov3-6/+6
2017-03-30Fix s_client early data indicatorMatt Caswell1-1/+1
2017-03-29More typo fixesFdaSilvaYY1-1/+1
2017-03-27apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.Andy Polyakov1-3/+3
2017-03-17Fix no-dtls buildsMatt Caswell1-1/+6
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