aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/cms.rs
Commit message (Collapse)AuthorAgeFilesLines
* Parameterize keys over what they containSteven Fackler2017-12-301-12/+8
| | | | Closes #790
* Added a macro that wraps foreign type, and impl Send and Sync for both,Paul Florence2017-11-101-1/+1
| | | | | the borrowed type and the owned one. Replaced all invocation of `foreign_type` by `foreign_type_and_impl_send_sync`.
* Merge pull request #748 from AndyGauge/doc-cmsSteven Fackler2017-10-071-1/+28
|\ | | | | CMS module documentation
| * 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