summaryrefslogtreecommitdiff
path: root/openssl/src/cms.rs
AgeCommit message (Expand)Author
2021-03-05Update cms.rsSteven Fackler
2021-03-04added newlineShane Curran
2021-03-04fix formattingShane Curran
2021-03-04Fix broken testsShane Curran
2021-03-04removed extra whitespaceShane Curran
2021-03-04Created separate method for disabling CMS certificate checkShane Curran
2021-03-03Updated CMS_decrypt() to accept an option as the recipient's X509 certificate...Shane Curran
2021-01-01Remove remaining uses of extern crate in openssl, systestJonas Platte
2021-01-01Re-group some importsJonas Platte
2021-01-01Rename the openssl_sys crate through Cargo.tomlJonas Platte
2021-01-01Use crate in imports in the openssl crateJonas Platte
2020-05-24Run clippySteven Fackler
2019-11-14Format code using 'cargo fmt'Atul Bhosale
2019-06-12Conditionally compile PEM functions for CMSDaniel Abramov
2019-06-12Extend CMS unit tests (pem/der conversions)Daniel Abramov
2019-06-12Fix formatting in cms `to_der` implementationDaniel Abramov
2019-06-12Add `CmsContentInfo` <-> PEM bindingsDaniel Abramov
2019-03-02CMS: add encrypt, from_dertgbit
2019-02-22RustfmtSteven Fackler
2018-06-01Fix typesSteven Fackler
2018-06-01Fix use-after-free in cmsSteven Fackler
2018-05-10Gate away CMS_KEY_PARAM from OpenSSL 1.0.1Umang Raghuvanshi
2018-05-10Properly version-gate CMS constantsUmang Raghuvanshi
2018-05-10Move CMS_* flags to the openssl-sys packageUmang Raghuvanshi
2018-04-26Use bitflags for CMS optionsUmang Raghuvanshi
2018-04-22Implement CR suggestionsUmang Raghuvanshi
2018-04-20Add the CMS_sign and i2d_CMS_ContentInfo function bindingsUmang Raghuvanshi
2017-12-30Parameterize keys over what they containSteven Fackler
2017-11-10Added a macro that wraps foreign type, and impl Send and Sync for both,Paul Florence
2017-10-07Merge pull request #748 from AndyGauge/doc-cmsSteven Fackler
2017-10-04Module level documentaiton rewriteAndy Gauge
2017-10-03Convert try! usage to ?johnthagen
2017-10-03CMS module documentationAndy Gauge
2017-08-09added cms decryptionStephen Demos