aboutsummaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang1-1/+1
2017-06-07make error tables const and separate header fileRich Salz1-0/+12
2017-05-08Added a new Makefile in demos/evp directoryMeena Vyas2-1/+22
2017-05-04Remove outdated and unsupported CHIL engineRich Salz4-1457/+0
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper1-5/+1
2017-02-28Move the CHIL engine to demos/enginesRichard Levitte4-0/+1461
2016-09-20Crude VMS build files for demos/bio/Richard Levitte3-0/+51
2016-09-20Crude Makefile for demos/bio/Richard Levitte1-0/+30
2016-09-20Fixup BIO demos for OpenSSL 1.1.xRichard Levitte2-3/+3
2016-09-20Fixup BIO demos for OpenSSL 1.1.xRichard Levitte1-2/+0
2016-09-20Fixup BIO demos for OpenSSL 1.1.xRichard Levitte7-33/+3
2016-05-18Consolidate copyright for demosRich Salz25-0/+223
2016-04-20Remove --classic build entirelyRichard Levitte1-23/+0
2016-03-07Remove really old demo'sRich Salz60-11367/+0
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse4-4/+4
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-29Remove clean-dependRich Salz4-24/+0
2016-01-26Remove /* foo.c */ commentsRich Salz19-29/+0
2016-01-20Consolidate "make update"Rich Salz4-8/+4
2016-01-17Remove some old makefile targetsRich Salz4-0/+4
2016-01-12Move Makefiles to Makefile.inRich Salz8-56/+0
2016-01-07mem functions cleanupRich Salz1-0/+1
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni5-35/+97
2015-12-22Demo server using SSL_CTX_configDr. Stephen Henson3-0/+135
2015-12-18Remove err and prime demo'sRich Salz7-198/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte2-2/+2
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2-16/+0
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz8-17/+17
2015-10-26Move crypto/threads to demo/threadsRich Salz5-0/+984
2015-10-23Fix typosAlessandro Ghedini1-1/+1
2015-09-28Remove obsolete b64 demo'sRich Salz2-269/+0
2015-09-25Remove obsolete OCSP demoRich Salz2-368/+0
2015-07-21Update demo.Dr. Stephen Henson4-11/+61
2015-07-14Conversion to UTF-8 where neededRichard Levitte1-1/+1
2015-06-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell1-1/+1
2015-05-16Client side version negotiation rewriteMatt Caswell5-5/+5
2015-05-16Server side version negotiation rewriteMatt Caswell6-6/+6
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz5-70/+47
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz4-4/+4
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz4-5/+5
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz10-47/+10
2015-05-01Remove goto inside an if(0) blockRich Salz1-9/+8
2015-05-01free NULL cleanup 11Rich Salz3-9/+3
2015-05-01free null cleanup finaleRich Salz2-10/+5
2015-04-30free NULL cleanup 7Rich Salz1-6/+4
2015-04-30free NULL cleanup 5aRich Salz14-40/+19
2015-04-28remove malloc castsRich Salz1-1/+1
2015-04-11free NULL cleanup 9Rich Salz5-33/+5
2015-04-11free NULL cleanup 10Rich Salz2-4/+2