summaryrefslogtreecommitdiff
path: root/openssl/src/bn.rs
AgeCommit message (Expand)Author
2021-01-01Remove remaining uses of extern crate in openssl, systestJonas Platte
2021-01-01Rename the openssl_sys crate through Cargo.tomlJonas Platte
2021-01-01Use edition 2018 idioms and warn when they are not followedJonas Platte
2021-01-01Use crate in imports in the openssl crateJonas Platte
2020-10-07advanced DH supportChristoph Walcher
2020-07-22Fix clippySteven Fackler
2020-05-24Run clippySteven Fackler
2019-02-22RustfmtSteven Fackler
2019-01-04Update bn.rsPSeitz
2018-05-20Overhaul openssl cfgsSteven Fackler
2018-01-06Fix docsSteven Fackler
2017-12-25Move to associated constsSteven Fackler
2017-11-26Upgrade foreign-typesSteven Fackler
2017-11-21Revert "Update foreign-types to 0.3"Steven Fackler
2017-11-21Update foreign-types to 0.3Anthony Ramine
2017-11-10Added a macro that wraps foreign type, and impl Send and Sync for both,Paul Florence
2017-10-07Merge pull request #744 from AndyGauge/doc-bnSteven Fackler
2017-10-04Describe return values of groups.Andy Gauge
2017-10-03Convert try! usage to ?johnthagen
2017-10-03Finished BigNum documentationAndy Gauge
2017-09-29removed deny missing docsAndy Gauge
2017-09-29WIP BigNum function documentationAndy Gauge
2017-09-29Began bn module documenationAndy Gauge
2017-07-30Init in bn_ctx constructorSteven Fackler
2017-07-15RustfmtSteven Fackler
2017-03-25Fix order of arguments to BN_rand_range and BN_pseudo_rand_rangeChris Cole
2017-03-01Fix Shr trait impl for BigNum: was using shlChris Cole
2017-02-11Merge remote-tracking branch 'origin/master' into x509-builderSteven Fackler
2017-02-03Switch to foreign_typesSteven Fackler
2017-01-14OCSP functionalitySteven Fackler
2016-11-12Add a missing initSteven Fackler
2016-11-12Add constructors for various standard primesSteven Fackler
2016-11-06Start on an X509BuilderSteven Fackler
2016-11-05Re-adjust BigNum APISteven Fackler
2016-11-05RustfmtSteven Fackler
2016-11-04Get rid of RefSteven Fackler
2016-11-03Clean up some bignum APIsSteven Fackler
2016-11-03Rename BnCtxSteven Fackler
2016-11-01Don't clear BigNums in destructorSteven Fackler
2016-11-01Fix docsSteven Fackler
2016-10-31Update bignumSteven Fackler
2016-10-31Add a generic Ref typeSteven Fackler
2016-10-30RustfmtSteven Fackler
2016-10-26Don't double-allocate stringsSteven Fackler
2016-10-21Update BigNumRefSteven Fackler
2016-10-16Finish BN overhaulSteven Fackler
2016-10-16Finish error overhaulSteven Fackler
2016-10-16Start on error + BN refactorSteven Fackler