aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* Demo style fixes and modernisation.Pauli2017-07-135-39/+33
* Rearrange link line so the libraries come after the source.Pauli2017-07-072-2/+2
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-091-1/+1
* make error tables const and separate header fileRich Salz2017-06-071-0/+12
* Added a new Makefile in demos/evp directoryMeena Vyas2017-05-082-1/+22
* Remove outdated and unsupported CHIL engineRich Salz2017-05-044-1457/+0
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-011-5/+1
* Move the CHIL engine to demos/enginesRichard Levitte2017-02-284-0/+1461
* Crude VMS build files for demos/bio/Richard Levitte2016-09-203-0/+51
* Crude Makefile for demos/bio/Richard Levitte2016-09-201-0/+30
* Fixup BIO demos for OpenSSL 1.1.xRichard Levitte2016-09-202-3/+3
* Fixup BIO demos for OpenSSL 1.1.xRichard Levitte2016-09-201-2/+0
* Fixup BIO demos for OpenSSL 1.1.xRichard Levitte2016-09-207-33/+3
* Consolidate copyright for demosRich Salz2016-05-1825-0/+223
* Remove --classic build entirelyRichard Levitte2016-04-201-23/+0
* Remove really old demo'sRich Salz2016-03-0760-11367/+0
* Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2016-02-174-4/+4
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove clean-dependRich Salz2016-01-294-24/+0
* Remove /* foo.c */ commentsRich Salz2016-01-2619-29/+0
* Consolidate "make update"Rich Salz2016-01-204-8/+4
* Remove some old makefile targetsRich Salz2016-01-174-0/+4
* Move Makefiles to Makefile.inRich Salz2016-01-128-56/+0
* mem functions cleanupRich Salz2016-01-071-0/+1
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-055-35/+97
* Demo server using SSL_CTX_configDr. Stephen Henson2015-12-223-0/+135
* Remove err and prime demo'sRich Salz2015-12-187-198/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-182-2/+2
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-052-16/+0
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-308-17/+17
* Move crypto/threads to demo/threadsRich Salz2015-10-265-0/+984
* Fix typosAlessandro Ghedini2015-10-231-1/+1
* Remove obsolete b64 demo'sRich Salz2015-09-282-269/+0
* Remove obsolete OCSP demoRich Salz2015-09-252-368/+0
* Update demo.Dr. Stephen Henson2015-07-214-11/+61
* Conversion to UTF-8 where neededRichard Levitte2015-07-141-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-165-5/+5
* Server side version negotiation rewriteMatt Caswell2015-05-166-6/+6
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-115-70/+47
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-064-4/+4
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-054-5/+5
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup -- codaRich Salz2015-05-0110-47/+10
* Remove goto inside an if(0) blockRich Salz2015-05-011-9/+8
* free NULL cleanup 11Rich Salz2015-05-013-9/+3
* free null cleanup finaleRich Salz2015-05-012-10/+5
* free NULL cleanup 7Rich Salz2015-04-301-6/+4
* free NULL cleanup 5aRich Salz2015-04-3014-40/+19
* remove malloc castsRich Salz2015-04-281-1/+1