| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix types | Steven Fackler | 2018-06-01 | 1 | -6/+9 |
| * | Fix use-after-free in cms | Steven Fackler | 2018-06-01 | 1 | -15/+7 |
| * | Gate away CMS_KEY_PARAM from OpenSSL 1.0.1 | Umang Raghuvanshi | 2018-05-10 | 1 | -1/+2 |
| * | Properly version-gate CMS constants | Umang Raghuvanshi | 2018-05-10 | 1 | -0/+1 |
| * | Move CMS_* flags to the openssl-sys package | Umang Raghuvanshi | 2018-05-10 | 1 | -24/+31 |
| * | Use bitflags for CMS options | Umang Raghuvanshi | 2018-04-26 | 1 | -2/+29 |
| * | Implement CR suggestions | Umang Raghuvanshi | 2018-04-22 | 1 | -32/+34 |
| * | Add the CMS_sign and i2d_CMS_ContentInfo function bindings | Umang Raghuvanshi | 2018-04-20 | 1 | -1/+49 |
| * | Parameterize keys over what they contain | Steven Fackler | 2017-12-30 | 1 | -12/+8 |
| * | Added a macro that wraps foreign type, and impl Send and Sync for both, | Paul Florence | 2017-11-10 | 1 | -1/+1 |
| * | Merge pull request #748 from AndyGauge/doc-cms | Steven Fackler | 2017-10-07 | 1 | -1/+28 |
| |\ | |||||
| | * | Module level documentaiton rewrite | Andy Gauge | 2017-10-04 | 1 | -7/+4 |
| | * | CMS module documentation | Andy Gauge | 2017-10-03 | 1 | -1/+31 |
| * | | Convert try! usage to ? | johnthagen | 2017-10-03 | 1 | -6/+6 |
| |/ | |||||
| * | added cms decryption | Stephen Demos | 2017-08-09 | 1 | -0/+60 |