aboutsummaryrefslogtreecommitdiffstats
path: root/demos/cms/cms_comp.c
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate copyright for demosRich Salz2016-05-181-0/+9
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* free NULL cleanup -- codaRich Salz2015-05-011-4/+1
| | | | | | | | After the finale, the "real" final part. :) Do a recursive grep with "-B1 -w [a-zA-Z0-9_]*_free" to see if any of the preceeding lines are an "if NULL" check that can be removed. Reviewed-by: Tim Hudson <tjh@openssl.org>
* free NULL cleanupRich Salz2015-03-251-4/+2
| | | | | | | This commit handles BIO_ACCEPT_free BIO_CB_FREE BIO_CONNECT_free BIO_free BIO_free_all BIO_vfree Reviewed-by: Matt Caswell <matt@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-40/+39
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Fix demo comment: 0.9.9 never released.Dr. Stephen Henson2014-01-281-1/+1
|
* CMS compressed data examples.Dr. Stephen Henson2008-04-111-0/+61