aboutsummaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-28free NULL cleanupRich Salz7-18/+9
2015-03-25free NULL cleanupRich Salz18-100/+50
2015-03-25RAND_bytes updatesMatt Caswell1-1/+2
2015-03-24free NULL cleanupRich Salz1-2/+1
2015-02-02Dead code cleanup: crypto/*.c, x509v3, demosRich Salz5-18/+5
2015-01-28Harmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG/EVP_CTRL_SET_IVLENMatt Caswell2-11/+16
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz1-52/+0
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-8/+8
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell54-7649/+7682
2015-01-22Move more comments that confuse indentMatt Caswell1-2/+4
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell2-3/+5
2015-01-22Fix source where indent will not be able to copeMatt Caswell1-1/+2
2015-01-22Yet more commentsMatt Caswell3-4/+5
2015-01-22More commentsMatt Caswell3-3/+6
2015-01-22Further comment changes for reformat (master)Matt Caswell2-3/+4
2015-01-12RT3548: Remove unsupported platformsRich Salz1-9/+1
2014-12-30mark all block comments that need format preserving so thatTim Hudson2-4/+6
2014-12-04Remove SSLv2 supportKurt Roeckx1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz6-38/+0
2014-09-08RT2600: Change Win line-endings to Unix.Rich Salz1-920/+920
2014-08-21RT3142: Extra initialization in state_machineJeffrey Walton1-2/+0
2014-08-19RT2847: Don't "check" uninitialized memoryMartin Olsson1-2/+0
2014-08-17engine_md_copy: check for NULL after allocating to_md->HashBufferJonas Maebe1-0/+2
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz1-0/+5
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz1-5/+0
2014-07-22Remove demos/tunalaGeoff Thorpe19-2818/+0
2014-07-22Remove old unused and unmaintained demonstration code.Tim Hudson15-1008/+0
2014-02-02New ctrl to set current certificate.Dr. Stephen Henson1-1/+18
2014-02-02Demo of use of errors in applications.Dr. Stephen Henson5-0/+75
2014-01-28typoDr. Stephen Henson1-1/+1
2014-01-28Fix demo comment: 0.9.9 never released.Dr. Stephen Henson2-2/+2
2013-12-18Update demo.Dr. Stephen Henson2-29/+56
2013-10-21Update demos/bio/READMEDr. Stephen Henson1-2/+3
2013-10-20Fix various typos.Dr. Stephen Henson3-20/+16
2013-10-20Modify sample accept.cnfDr. Stephen Henson1-2/+3
2013-10-20Add demo for SSL server using SSL_CONF.Dr. Stephen Henson5-0/+304
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos4-5/+5
2013-03-18Typo.Dr. Stephen Henson1-2/+3
2013-03-05typoDr. Stephen Henson1-1/+1
2013-03-05Initial CCM code.Dr. Stephen Henson1-0/+115
2013-02-26Demo code for SSL_CONF APIDr. Stephen Henson5-2/+260