aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.Andy Polyakov2017-03-271-3/+3
* Fix no-dtls buildsMatt Caswell2017-03-171-1/+6
* Add TLSv1.3 draft-19 messages to traceTodd Short2017-03-161-16/+21
* Simplify code around next_proto.len by changing 'len' data type.FdaSilvaYY2017-03-161-16/+6
* Fix a -Wsign-compare warningBenjamin Kaduk2017-03-141-1/+1
* Add HelloRetryRequest text to s_client/s_serverTodd Short2017-03-101-0/+1
* Make the output of enc -ciphers identical even if run several times in a sess...Pauli2017-03-091-10/+17
* Add some TLS13 values to s_client/s_serverTodd Short2017-03-081-4/+10
* Limit the output of the enc -ciphers command to just the ciphers enc canPauli2017-03-081-0/+8
* Increase the password buffer size to APP_PASS_LEN.Pauli2017-03-071-1/+1
* Fix no-pskMatt Caswell2017-03-061-2/+2
* apps/s_client.c: harden ldap_ExtendedResponse_parse.Andy Polyakov2017-03-041-0/+2
* use OSSLzu instead of lu format for size_t displayedelangh2017-03-031-2/+2
* Silence some clang warningsMatt Caswell2017-03-021-1/+1
* Rename SSL_write_early() to SSL_write_early_data()Matt Caswell2017-03-021-1/+1
* Rename SSL_read_early() to SSL_read_early_data()Matt Caswell2017-03-021-4/+4
* Updates to s_server and s_client for the latest early_data API changesMatt Caswell2017-03-022-12/+20
* Tighten sanity checks when calling early data functionsMatt Caswell2017-03-021-1/+3
* Ensure the max_early_data option to s_server can be 0Matt Caswell2017-03-021-3/+7
* Get s_client to report on whether early data was accepted or notMatt Caswell2017-03-021-0/+17
* Add a "-early_data" option to s_serverMatt Caswell2017-03-021-1/+44
* Add an option to s_client to send early_dataMatt Caswell2017-03-021-2/+40
* Add a -max_early_data option to s_serverMatt Caswell2017-03-021-2/+10
* Add LDAP support (RFC 4511) to s_client ("-starttls ldap")Robert Scheck2017-03-021-1/+155
* Check that async_jobs is not negative and not too high.Bernd Edlinger2017-03-011-1/+7
* Remove GENCB_TEST compile flagRich Salz2017-02-281-51/+1
* Remove some commented out code in the appsMatt Caswell2017-02-283-8/+1
* Code health: Remove obvious VAX C fixupsRichard Levitte2017-02-282-30/+1
* Clean up references to FIPSEmilia Kasper2017-02-281-10/+0
* Remove debugging leftovers in apps/opt.cEmilia Kasper2017-02-281-89/+0
* Remove ancient demoCA directoryDr. Stephen Henson2017-02-284-78/+0
* Print signature type to out, not bio_errDr. Stephen Henson2017-02-261-1/+1
* Check for the presence of _WIN32 rather than its value.Richard Levitte2017-02-231-2/+2
* In apps/rehash.c, decorate the inclusion of internal/o_dir.h for VMSRichard Levitte2017-02-231-0/+16
* On VMS, massage the fetch file names to remove the generation numberRichard Levitte2017-02-231-0/+19
* Let the output from 'openssl enc -ciphers' go to stdoutRichard Levitte2017-02-231-3/+4
* Make "openssl rehash" work on VMS 8.3 and upRichard Levitte2017-02-221-2/+16
* apps/req.c: flag "-new" is implied by "-precert"Rob Percival2017-02-222-5/+4
* Change CA.pl flag from --newprecert to --precertRob Percival2017-02-221-1/+1
* Adds a "-precert" flag to "openssl req" for creating pre-certificatesRob Percival2017-02-222-1/+19
* Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger2017-02-212-8/+12
* Fix a few memleaks in TXT_DB.Bernd Edlinger2017-02-211-5/+7
* Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy2017-02-215-7/+30
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-211-1/+4
* Added '-nameopt' option to the verify command.Dmitry Belyavskiy2017-02-201-3/+14
* Updates following review feedbackMatt Caswell2017-02-171-2/+2
* Add the ability for s_client to send a KeyUpdate messageMatt Caswell2017-02-171-1/+11
* Add a capability to s_server to send KeyUpdate messagesMatt Caswell2017-02-171-0/+14
* Change req_check_len error message, it also accepts 20 bytes, but states 'les...lrns2017-02-161-1/+1