aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
Commit message (Expand)AuthorAgeFilesLines
* Extends s_client to allow a basic CT policy to be enabledRob Percival2016-03-041-0/+1
* Drop support for printing SSLv2 ciphers names.Kurt Roeckx2016-02-271-2/+3
* Remove unused parameters from internal functionsRich Salz2016-02-221-2/+2
* Remove JPAKERich Salz2016-02-171-16/+1
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-081-1/+77
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* RT2887: Add more packet and handshake typesDaniel Black2016-02-041-0/+7
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-031-42/+18
* constify PACKETEmilia Kasper2016-02-011-2/+2
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-201-3/+2
* Refactor DTLS cookie generation and verificationRichard Levitte2015-12-231-66/+11
* Fix s_server problem with no-ecMatt Caswell2015-12-151-16/+1
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-141-2/+1
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-2/+6
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-091-1/+1
* Print debug info for extended master secret extensionAlessandro Ghedini2015-09-281-0/+3
* make no-dh workDr. Stephen Henson2015-09-201-1/+2
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-2/+2
* remove 0 assignments.Rich Salz2015-09-031-8/+1
* GH371: Print debug info for ALPN extensionAlessandro Ghedini2015-08-261-0/+4
* Remove Gost94 signature algorithm.Rich Salz2015-08-111-1/+0
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-1/+0
* Use bio_err not stderr in apps.Rich Salz2015-06-091-2/+3
* Replace switch/assignments with table lookupRich Salz2015-05-201-386/+166
* Fix for memcpy() and strcmp() being undefined.Bjoern D. Rasmussen2015-05-111-0/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-2/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-2/+4
* In apps, malloc or dieRich Salz2015-04-301-21/+5
* free NULL cleanup 5aRich Salz2015-04-301-10/+5
* Remove needless bio_err argumentRich Salz2015-04-291-35/+36
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-160/+80
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* free NULL cleanupRich Salz2015-03-281-2/+1
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* apps return value checksMatt Caswell2015-03-231-2/+4
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-1/+1
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+5
* Dead code clean: #if 0 removal in appsRich Salz2015-01-301-4/+0
* Remove support for opaque-prfRich Salz2015-01-281-5/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-4/+4
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-14/+14
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1676/+1547
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+1
* RT3548: Remove unsupported platformsRich Salz2015-01-121-7/+7
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+1
* Add missing OPENSSL_NO_EC guardsMatt Caswell2014-12-161-0/+2
* Remove SSLv2 supportKurt Roeckx2014-12-041-68/+0
* Print out Suite B status.Dr. Stephen Henson2014-11-201-2/+7
* Fix excert logic.Dr. Stephen Henson2014-11-191-4/+10