| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Error documentation improvement | Andy Gauge | 2017-10-27 | 1 | -0/+20 | |
| | | | ||||||
| * | | Handle local retries | Steven Fackler | 2017-11-04 | 2 | -94/+100 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | OpenSSL can return SSL_ERROR_WANT_READ even on blocking sockets after renegotiation or heartbeats. Heartbeats ignore the flag that normally makes these things handled internally anyway on 1.0.2. To handle this more properly, we now have a special error type we use to signal this event. The `Read` and `Write` implementation automatically retry in this situation since that's what you normally want. People can use `ssl_read` and `ssl_write` if they want the lower level control. Closes #760 | |||||
| * | | Merge pull request #747 from BrianOn99/symm | Steven Fackler | 2017-11-04 | 1 | -6/+152 | |
| |\ \ | | | | | | | Symm documentation | |||||
| | * | | Move doc details into another paragraph | BrianOn99 | 2017-10-09 | 1 | -11/+18 | |
| | | | | ||||||
| | * | | Additional notes on Crypter | Chiu Yue Chun | 2017-10-04 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | Copy example to module level | Chiu Yue Chun | 2017-10-04 | 1 | -0/+23 | |
| | | | | ||||||
| | * | | Add examples and more documentation to symm | Chiu Yue Chun | 2017-10-03 | 1 | -5/+119 | |
| | | | | ||||||
| * | | | Merge pull request #761 from AndyGauge/doc-ec | Steven Fackler | 2017-11-04 | 1 | -4/+212 | |
| |\ \ \ | | | | | | | | | Doc ec module | |||||
| | * \ \ | Merge branch 'master' into doc-ec | Andy Gauge | 2017-10-24 | 2 | -2/+59 | |
| | |\ \ \ | | | |/ | | |/| | ||||||
| | * | | | Update documentation for EC module | Andy Gauge | 2017-10-24 | 1 | -6/+204 | |
| | | | | | ||||||
| | * | | | Began EC documenation | Andy Gauge | 2017-10-11 | 1 | -0/+10 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' of https://github.com/sfackler/rust-openssl | Andy Gauge | 2017-10-09 | 25 | -281/+719 | |
| | |\ \ \ | ||||||
| * | | | | | Update data-encoding major version | Julien Cretin | 2017-11-04 | 1 | -8/+10 | |
| | |_|/ / |/| | | | ||||||
| * | | | | Fixed a typo in an error message, WANT_WRITE -> WANT_READ | Brian Vincent | 2017-10-17 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #755 from AndyGauge/doc-dsa | Steven Fackler | 2017-10-14 | 1 | -0/+60 | |
| |\ \ \ \ | |_|/ / |/| | | | Documentation for DSA module | |||||
| | * | | | DSA size returns maximum size of signature | Andy Gauge | 2017-10-11 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Documentation improvements for DSA module | Andy Gauge | 2017-10-09 | 1 | -1/+58 | |
| | |/ / | ||||||
| | * / | Begun DSA documentation | Andy Gauge | 2017-10-04 | 1 | -0/+3 | |
| | |/ | ||||||
| * | | Merge pull request #753 from zsck/issue719 | Steven Fackler | 2017-10-08 | 1 | -0/+48 | |
| |\ \ | | | | | | | Added module-level documentation for the `sha` module. | |||||
| | * | | Include the hex crate and ToHex import to the second example | Zack Mullaly | 2017-10-07 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Added module-level documentation for the `sha` module. | Zack Mullaly | 2017-10-07 | 1 | -0/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | The documentation included describes what the SHA family of hash functions is, what hash functions are for, and a little bit about why one may want to use the SHA family of hash functions. I have also included a couple of examples demonstrating how to create a hasher and update it, as well as how to hash bytes directly. | |||||
| * | | | Merge pull request #749 from johnthagen/conf | Steven Fackler | 2017-10-08 | 1 | -0/+15 | |
| |\ \ \ | | | | | | | | | Document conf module | |||||
| | * | | | Move OpenSSL implementation details into a normal comment | johnthagen | 2017-10-07 | 1 | -5/+2 | |
| | | | | | ||||||
| | * | | | Document conf module | johnthagen | 2017-10-03 | 1 | -0/+18 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #744 from AndyGauge/doc-bn | Steven Fackler | 2017-10-07 | 1 | -21/+369 | |
| |\ \ \ | | | | | | | | | Doc BigNum | |||||
| | * | | | Describe return values of groups. | Andy Gauge | 2017-10-04 | 1 | -16/+24 | |
| | | | | | ||||||
| | * | | | Finished BigNum documentation | Andy Gauge | 2017-10-03 | 1 | -16/+266 | |
| | | | | | ||||||
| | * | | | removed deny missing docs | Andy Gauge | 2017-09-29 | 1 | -1/+0 | |
| | | | | | ||||||
| | * | | | WIP BigNum function documentation | Andy Gauge | 2017-09-29 | 1 | -14/+102 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' into doc-bn | Andy Gauge | 2017-09-29 | 4 | -0/+108 | |
| | |\ \ \ | ||||||
| | * | | | | Began bn module documenation | Andy Gauge | 2017-09-29 | 1 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #748 from AndyGauge/doc-cms | Steven Fackler | 2017-10-07 | 1 | -1/+28 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | CMS module documentation | |||||
| | * | | | | Module level documentaiton rewrite | Andy Gauge | 2017-10-04 | 1 | -7/+4 | |
| | | | | | | ||||||
| | * | | | | CMS module documentation | Andy Gauge | 2017-10-03 | 1 | -1/+31 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #752 from chrisvittal/libressl262 | Steven Fackler | 2017-10-03 | 2 | -6/+6 | |
| |\ \ \ \ | | | | | | | | | | | Add support for LibreSSL 2.6.2 | |||||
| | * | | | | Fix cfgs for libressl262 | Christopher Vittal | 2017-10-04 | 2 | -6/+6 | |
| | | | | | | ||||||
| | * | | | | Add support for LibreSSL 2.6.2 | Christopher Vittal | 2017-10-03 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * / / / | Convert try! usage to ? | johnthagen | 2017-10-03 | 22 | -253/+253 | |
| |/ / / | ||||||
| * | | | Merge pull request #743 from AndyGauge/doc-asn1 | Steven Fackler | 2017-09-30 | 1 | -5/+126 | |
| |\ \ \ | | | | | | | | | Doc asn1 module | |||||
| | * | | | Changed Asn1Object documentation to include references to Nid | Andy Gauge | 2017-09-29 | 1 | -3/+14 | |
| | | | | | ||||||
| | * | | | documented and example for ASN1 module | Andy Gauge | 2017-09-28 | 1 | -7/+62 | |
| | | | | | ||||||
| | * | | | WIP ASN.1 documentation | Andy Gauge | 2017-09-28 | 1 | -2/+57 | |
| | | | | | ||||||
| * | | | | Deprecate crypto module | johnthagen | 2017-09-30 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Hide deprecated crypto module from docs | johnthagen | 2017-09-30 | 1 | -0/+1 | |
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #736 from johnthagen/hide-ec-key | Steven Fackler | 2017-09-28 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | Hide ec_key module in docs | |||||
| | * | | | Hide ec_key module in docs because it is deprecated | johnthagen | 2017-09-28 | 1 | -0/+1 | |
| | |/ / | ||||||
| * | | | Merge pull request #737 from johnthagen/rand | Steven Fackler | 2017-09-28 | 1 | -0/+28 | |
| |\ \ \ | | | | | | | | | Document rand module | |||||
| | * | | | Fix doc test and move external documentation link to rand_bytes function | johnthagen | 2017-09-28 | 1 | -9/+19 | |
| | | | | | ||||||
| | * | | | Fix typos | johnthagen | 2017-09-28 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Document rand module | johnthagen | 2017-09-28 | 1 | -0/+18 | |
| | |/ / | ||||||