aboutsummaryrefslogtreecommitdiffstats
path: root/demos/easy_tls/easy-tls.c
Commit message (Expand)AuthorAgeFilesLines
* Remove really old demo'sRich Salz2016-03-071-1293/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-15/+0
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-1/+1
* Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell2015-06-101-1/+1
* Client side version negotiation rewriteMatt Caswell2015-05-161-1/+1
* Server side version negotiation rewriteMatt Caswell2015-05-161-1/+1
* free NULL cleanup 5aRich Salz2015-04-301-2/+1
* free NULL cleanup 10Rich Salz2015-04-111-2/+1
* RAND_bytes updatesMatt Caswell2015-03-251-1/+2
* free NULL cleanupRich Salz2015-03-241-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-583/+648
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-1/+3
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-1/+2
* Yet more commentsMatt Caswell2015-01-221-2/+2
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-3/+4
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* '#if OPENSSL_VERSION_NUMBER >= ...' to document the recent changeBodo Möller2002-03-051-2/+7
* Add 'void *' argument to app_verify_callback.Bodo Möller2002-02-281-3/+3
* avoid everything resembling a magic trigraphBodo Möller2001-09-241-3/+3
* Another demo.Bodo Möller2001-09-171-0/+1235