| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Remove travis badge | Steven Fackler | 2017-11-20 | 1 | -2/+2 | |
| | | | ||||||
| * | | Remove unused travis file | Steven Fackler | 2017-11-20 | 1 | -8/+0 | |
| | | | ||||||
| * | | Merge pull request #777 from sfackler/osx-circle | Steven Fackler | 2017-11-20 | 1 | -0/+28 | |
| |\ \ | |/ |/| | Use CircleCI for MacOS builds | |||||
| | * | Use CircleCI for MacOS builds | Steven Fackler | 2017-11-20 | 1 | -0/+28 | |
| |/ | ||||||
| * | Release v0.9.21v0.9.21 | Steven Fackler | 2017-11-17 | 2 | -5/+3 | |
| | | ||||||
| * | Merge pull request #775 from sfackler/libressl-stable | Steven Fackler | 2017-11-14 | 6 | -51/+23 | |
| |\ | | | | | Whitelist stable libressl version ranges | |||||
| | * | Adjust libressl version detection | Steven Fackler | 2017-11-13 | 5 | -43/+23 | |
| | | | | | | | | | | | The 2.5.3+ and 2.6.3+ series are ABI-stable, so we don't need to whitelist individual releases in those ranges. | |||||
| | * | Remove libressl 2.6.2 build | Steven Fackler | 2017-11-13 | 1 | -8/+0 | |
| |/ | ||||||
| * | Merge pull request #759 from feeeeb/libressl-v2.6.3 | Steven Fackler | 2017-11-13 | 6 | -15/+32 | |
| |\ | | | | | Libressl v2.6.3 | |||||
| | * | Update CI to use LibreSSL 2.6.3 | phoebe jenkins | 2017-11-13 | 1 | -0/+8 | |
| | | | ||||||
| | * | Add support for LibreSSL 2.6.3 | phoebe jenkins | 2017-11-13 | 5 | -15/+24 | |
| |/ | ||||||
| * | Merge pull request #773 from gbip/master | Steven Fackler | 2017-11-10 | 15 | -33/+60 | |
| |\ | | | | | Impl Send and Sync for all types which are created by `foreign_type` ! | |||||
| | * | Added a macro that wraps foreign type, and impl Send and Sync for both, | Paul Florence | 2017-11-10 | 15 | -33/+60 | |
| |/ | | | | | the borrowed type and the owned one. Replaced all invocation of `foreign_type` by `foreign_type_and_impl_send_sync`. | |||||
| * | Merge pull request #757 from bvinc/master | Steven Fackler | 2017-11-07 | 1 | -0/+152 | |
| |\ | | | | | Add an example of making a CA and certs and verifying. | |||||
| | * | Merge branch 'my-temp-work' | Brian Vincent | 2017-11-06 | 11 | -139/+517 | |
| | |\ | ||||||
| | | * | Add an example of making a CA and certs and verifying. | Brian Vincent | 2017-11-06 | 1 | -0/+152 | |
| | |/ |/| | ||||||
| * | | Merge pull request #771 from myfreeweb/libressl-cms-h-fix | Steven Fackler | 2017-11-06 | 2 | -7/+4 | |
| |\ \ | | | | | | | Fix LibreSSL cms.h detection | |||||
| | * | | Fix LibreSSL cms.h detection | Greg V | 2017-11-06 | 2 | -7/+4 | |
| |/ / | | | | | | | Also test without system OpenSSL headers when building OpenSSL on CircleCI | |||||
| * | | Add a couple of FIXMEs | Steven Fackler | 2017-11-05 | 1 | -0/+4 | |
| | | | ||||||
| * | | Merge pull request #764 from AndyGauge/doc-error | Steven Fackler | 2017-11-05 | 1 | -0/+20 | |
| |\ \ | | | | | | | Doc error | |||||
| | * | | fixed broken example and syntax error in module level documentation | AndyGauge | 2017-11-04 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Error documentation improvement | Andy Gauge | 2017-10-27 | 1 | -0/+20 | |
| | | | | ||||||
| * | | | Merge pull request #769 from sfackler/want-read | Steven Fackler | 2017-11-04 | 2 | -94/+100 | |
| |\ \ \ | | | | | | | | | Handle local retries | |||||
| | * | | | 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 | 4 | -5/+62 | |
| | |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | | * | | | Merge branch 'master' of https://github.com/sfackler/rust-openssl | Andy Gauge | 2017-10-24 | 4 | -5/+62 | |
| | | |\ \ \ | ||||||
| | * | | | | | 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 | 30 | -296/+743 | |
| | |\ \ \ \ | ||||||
| * | \ \ \ \ | Merge pull request #768 from ia0/update_data_encoding | Steven Fackler | 2017-11-04 | 3 | -10/+12 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Update data-encoding major version | |||||
| | * | | | | | | Update data-encoding major version | Julien Cretin | 2017-11-04 | 3 | -10/+12 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #767 from sfackler/ci-bump | Steven Fackler | 2017-11-04 | 2 | -10/+6 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Bump CI openssl versions | |||||
| | * | | | | | Bump CI openssl versions | Steven Fackler | 2017-11-04 | 2 | -10/+6 | |
| |/ / / / / | | | | | | | | | | | | | | | | Also remove caching in appveyor to deal with corruption issue | |||||
| * | | | | | Merge pull request #758 from bvinc/want_read_typo | Steven Fackler | 2017-10-17 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fixed a typo in an error message, WANT_WRITE -> WANT_READ | |||||
| | * | | | | | Fixed a typo in an error message, WANT_WRITE -> WANT_READ | Brian Vincent | 2017-10-17 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| | | | | * | Add an example of making a CA and certs and verifying. | Brian Vincent | 2017-10-17 | 1 | -0/+153 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Release v0.9.20v0.9.20 | Steven Fackler | 2017-10-14 | 2 | -3/+3 | |
| | | | | | ||||||
| * | | | | 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. | |||||