aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/cms.rs
Commit message (Expand)AuthorAgeFilesLines
* Added a macro that wraps foreign type, and impl Send and Sync for both,Paul Florence2017-11-101-1/+1
* Merge pull request #748 from AndyGauge/doc-cmsSteven Fackler2017-10-071-1/+28
|\
| * Module level documentaiton rewriteAndy Gauge2017-10-041-7/+4
| * CMS module documentationAndy Gauge2017-10-031-1/+31
* | Convert try! usage to ?johnthagen2017-10-031-6/+6
|/
* added cms decryptionStephen Demos2017-08-091-0/+60