| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix windows build | Steven Fackler | 2015-06-28 | 1 | -0/+2 | |
| | | | ||||||
| * | | Docs | Steven Fackler | 2015-06-28 | 1 | -18/+10 | |
| | | | ||||||
| * | | Make the direct constructors the defaults | Steven Fackler | 2015-06-28 | 2 | -35/+35 | |
| | | | ||||||
| * | | Add docs for accept and connect | Steven Fackler | 2015-06-28 | 1 | -0/+22 | |
| | | | ||||||
| * | | Rename new_client to connect and new_server to accept | Steven Fackler | 2015-06-28 | 2 | -44/+49 | |
| | | | ||||||
| * | | Implement direct IO support | Steven Fackler | 2015-06-28 | 2 | -13/+187 | |
| | | | ||||||
| * | | Prepare for direct stream support | Steven Fackler | 2015-06-27 | 1 | -78/+165 | |
| | | | ||||||
| * | | Docs tweak | Steven Fackler | 2015-06-27 | 1 | -1/+2 | |
| | | | ||||||
| * | | Reduce SslStream constructor duplication | Steven Fackler | 2015-06-27 | 4 | -45/+65 | |
| | | | ||||||
| * | | Initialize stream buffer | Steven Fackler | 2015-06-27 | 1 | -8/+2 | |
| | | | ||||||
| * | | Fix set_hostname | Steven Fackler | 2015-06-27 | 3 | -10/+8 | |
| | | | | | | | | | | | | | It was previously failing to null terminate the hostname string (was anyone actually using this?). Also move the macro expansion to the C shim. | |||||
| * | | Strip other LD_LIBRARY_PATH reference | Steven Fackler | 2015-06-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Don't build a custom openssl on OSX | Steven Fackler | 2015-06-27 | 2 | -13/+1 | |
| | | | | | | | | | I don't believe the bugfix the required this is needed anymore | |||||
| * | | Import shim'd HMAC stuff with the original name | Steven Fackler | 2015-06-27 | 2 | -9/+19 | |
| | | | ||||||
| * | | Move macro replicas into C shim | Steven Fackler | 2015-06-27 | 4 | -36/+53 | |
| | | | ||||||
| * | | Merge branch 'release' | Steven Fackler | 2015-06-25 | 5 | -20/+16 | |
| |\| | ||||||
| | * | 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 | |
| |/ / | ||||||