| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'release-v0.6.3' into releasev0.6.3 | Steven Fackler | 2015-06-25 | 5 | -20/+16 |
| |\ | |||||
| | * | Release v0.6.3 | Steven Fackler | 2015-06-25 | 5 | -20/+16 |
| |/ | |||||
| * | Add a test for connection negotiation failure | Steven Fackler | 2015-06-25 | 2 | -1/+11 |
| | | |||||
| * | Fix EOF handling in retry wrapper | Steven Fackler | 2015-06-25 | 4 | -5/+18 |
| | | |||||
| * | Merge pull request #225 from semmaz/mingw-build-fix | Steven Fackler | 2015-06-20 | 2 | -2/+41 |
| |\ | | | | | Added support for building on Windows with MinGW | ||||
| | * | Mention mingw in README | Simon Mazur | 2015-06-18 | 1 | -1/+9 |
| | | | |||||
| | * | Don't ignore environment variables if building with mingw | Simon Mazur | 2015-06-15 | 1 | -21/+23 |
| | | | |||||
| | * | Added support for building on Windows with MinGW | Simon Mazur | 2015-06-10 | 1 | -1/+30 |
| | | | |||||
| * | | Merge pull request #226 from jethrogb/topic/crypto_iv_slice | Steven Fackler | 2015-06-17 | 1 | -17/+18 |
| |\ \ | |/ |/| | Pass symmetric crypto initialization vector as a slice | ||||
| | * | Remove superfluous vec! usage | Jethro Beekman | 2015-06-14 | 1 | -9/+9 |
| | | | |||||
| | * | Use AsRef for backwards compatibility with passing IV as Vec | Jethro Beekman | 2015-06-14 | 1 | -4/+5 |
| | | | |||||
| | * | Pass symmetric crypto initialization vector as a slice | Jethro Beekman | 2015-06-12 | 1 | -7/+7 |
| |/ | | | | | Note: This change is backwards-incompatible. Users will need to add turn their parameters into references. | ||||
| * | Merge pull request #223 from Manishearth/patch-2 | Steven Fackler | 2015-06-02 | 1 | -1/+1 |
| |\ | | | | | Bump bitflags version | ||||
| | * | Bump bitflags version | Manish Goregaokar | 2015-06-02 | 1 | -1/+1 |
| |/ | |||||
| * | Disable master doc uploads | Steven Fackler | 2015-05-31 | 3 | -34/+1 |
| | | |||||
| * | Merge pull request #222 from cheme/master | Steven Fackler | 2015-05-31 | 1 | -8/+17 |
| |\ | | | | | Correction on sign and verify documentation | ||||
| | * | Correction on sign and verify documentation to be more explicit of right | Emeric Chevalier | 2015-05-30 | 1 | -8/+17 |
| |/ | | | | behaviour (no hash done by the functions). | ||||
| * | Merge pull request #219 from jethrogb/topic/x509req | Steven Fackler | 2015-05-29 | 2 | -0/+62 |
| |\ | | | | | Implement limited X509_REQ functionality | ||||
| | * | Remove superfluous dead_code attribute | Jethro Beekman | 2015-05-28 | 1 | -1/+0 |
| | | | |||||
| | * | Implement limited X509_REQ functionality | Jethro Beekman | 2015-05-28 | 2 | -0/+63 |
| | | | |||||
| * | | Merge pull request #218 from jethrogb/topic/documentation | Steven Fackler | 2015-05-28 | 1 | -2/+2 |
| |\ \ | |/ |/| | X509Generator: Clarify which keys are used where | ||||
| | * | Clarify which keys are used where | Jethro Beekman | 2015-05-27 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #217 from nstoddard/master | Steven Fackler | 2015-05-23 | 1 | -1/+1 |
| |\ | | | | | Fix build instructions on Windows | ||||
| | * | Fix build instructions on Windows | Nathan Stoddard | 2015-05-22 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #211 from bozaro/redefine_libs | Steven Fackler | 2015-05-17 | 1 | -5/+10 |
| |\ | | | | | Add ability to redefine library list via OPENSSL_LIBS environment variable | ||||
| | * | Remove MSYSTEM environment variable check | a.navrotskiy | 2015-05-15 | 1 | -1/+1 |
| | | | |||||
| | * | Add ability to redefine library list via OPENSSL_LIBS environment variable. | a.navrotskiy | 2015-05-07 | 1 | -5/+10 |
| | | | | | | | | | It's usefull for compiling with MinGW-w64 installed via MSYS2 (https://wiki.qt.io/MSYS2). | ||||
| * | | Fix SslString Debug impl and drop lifetime | Steven Fackler | 2015-05-17 | 1 | -10/+10 |
| | | | |||||
| * | | Merge pull request #213 from josephglanville/feature/read_subject | Steven Fackler | 2015-05-17 | 7 | -52/+323 |
| |\ \ | | | | | | | Add support for reading X509 subject information | ||||
| | * | | Test reading CN from test certificate | Joseph Glanville | 2015-05-18 | 4 | -50/+70 |
| | | | | |||||
| | * | | Add support for reading X509 subject information | Joseph Glanville | 2015-05-18 | 3 | -2/+253 |
| | | | | |||||
| * | | | Merge pull request #214 from josephglanville/feature/peer_cert | Steven Fackler | 2015-05-16 | 2 | -0/+15 |
| |\| | | | | | | | | Add accessor for peer_certificate | ||||
| | * | | Add test for get_peer_certificate() | Joseph Glanville | 2015-05-16 | 1 | -0/+10 |
| | | | | |||||
| | * | | Add accessor for peer_certificate | Joseph Glanville | 2015-05-16 | 1 | -0/+5 |
| |/ / | |||||
| * / | Fix doc root | Steven Fackler | 2015-05-13 | 2 | -2/+2 |
| |/ | |||||
| * | Merge pull request #210 from manuels/pending | Steven Fackler | 2015-05-05 | 3 | -0/+37 |
| |\ | | | | | Add SslStream.pending() | ||||
| | * | Add SslStream.pending() | Manuel Schölling | 2015-04-30 | 3 | -0/+37 |
| | | | |||||
| * | | Merge pull request #201 from manuels/pkey_cmp | Steven Fackler | 2015-05-04 | 2 | -0/+31 |
| |\ \ | | | | | | | Add comparison for PKeys | ||||
| | * | | Move PKey comparison func to public_eq() | Manuel Schölling | 2015-05-01 | 1 | -14/+14 |
| | | | | |||||
| | * | | Add comparison for PKeys | Manuel Schölling | 2015-04-16 | 2 | -0/+31 |
| | | | | |||||
| * | | | Abstract over AsRef<Path> | Steven Fackler | 2015-05-02 | 1 | -7/+7 |
| | | | | |||||
| * | | | Release v0.6.2v0.6.2 | Steven Fackler | 2015-05-01 | 2 | -3/+3 |
| | |/ |/| | |||||
| * | | Write through to underlying stream for every write call | Steven Fackler | 2015-04-30 | 3 | -11/+35 |
| | | | | | | | | | cc #208 | ||||
| * | | Merge pull request #207 from Byron/master | Steven Fackler | 2015-04-30 | 1 | -1/+1 |
| |\ \ | | | | | | | docs(README.md): remove extra `\` character | ||||
| | * | | docs(README.md): remove extra `\` character | Sebastian Thiel | 2015-04-28 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | The original intention might have been to cause a line-break in the markdown document. However, it was taken literally. Those who would just copy-paste the `openssl` server line on linux would be greeted with a `file not found` error. Without the `\` character, it works as expected. | ||||
| * | | Test on both nightly and beta | Steven Fackler | 2015-04-27 | 1 | -1/+4 |
| | | | |||||
| * | | Release v0.6.1v0.6.1 | Steven Fackler | 2015-04-22 | 2 | -3/+3 |
| | | | |||||
| * | | Merge pull request #202 from DiamondLovesYou/master | Steven Fackler | 2015-04-20 | 2 | -1/+9 |
| |\ \ | |/ |/| | Fixes for Native Client. | ||||
| | * | Fixes for Native Client. | Richard Diamond | 2015-04-18 | 2 | -1/+9 |
| |/ | |||||
| * | Merge pull request #199 from CarlColglazier/patch-1 | Steven Fackler | 2015-04-15 | 1 | -1/+1 |
| |\ | | | | | Fix documentation URL for openssl-sys. | ||||