aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix windows buildSteven Fackler2015-06-281-0/+2
| |
* | DocsSteven Fackler2015-06-281-18/+10
| |
* | Make the direct constructors the defaultsSteven Fackler2015-06-282-35/+35
| |
* | Add docs for accept and connectSteven Fackler2015-06-281-0/+22
| |
* | Rename new_client to connect and new_server to acceptSteven Fackler2015-06-282-44/+49
| |
* | Implement direct IO supportSteven Fackler2015-06-282-13/+187
| |
* | Prepare for direct stream supportSteven Fackler2015-06-271-78/+165
| |
* | Docs tweakSteven Fackler2015-06-271-1/+2
| |
* | Reduce SslStream constructor duplicationSteven Fackler2015-06-274-45/+65
| |
* | Initialize stream bufferSteven Fackler2015-06-271-8/+2
| |
* | Fix set_hostnameSteven Fackler2015-06-273-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 referenceSteven Fackler2015-06-271-1/+1
| |
* | Don't build a custom openssl on OSXSteven Fackler2015-06-272-13/+1
| | | | | | | | I don't believe the bugfix the required this is needed anymore
* | Import shim'd HMAC stuff with the original nameSteven Fackler2015-06-272-9/+19
| |
* | Move macro replicas into C shimSteven Fackler2015-06-274-36/+53
| |
* | Merge branch 'release'Steven Fackler2015-06-255-20/+16
|\|
| * Merge branch 'release-v0.6.3' into releasev0.6.3Steven Fackler2015-06-255-20/+16
|/|
| * Release v0.6.3Steven Fackler2015-06-255-20/+16
|/
* Add a test for connection negotiation failureSteven Fackler2015-06-252-1/+11
|
* Fix EOF handling in retry wrapperSteven Fackler2015-06-254-5/+18
|
* Merge pull request #225 from semmaz/mingw-build-fixSteven Fackler2015-06-202-2/+41
|\ | | | | Added support for building on Windows with MinGW
| * Mention mingw in READMESimon Mazur2015-06-181-1/+9
| |
| * Don't ignore environment variables if building with mingwSimon Mazur2015-06-151-21/+23
| |
| * Added support for building on Windows with MinGWSimon Mazur2015-06-101-1/+30
| |
* | Merge pull request #226 from jethrogb/topic/crypto_iv_sliceSteven Fackler2015-06-171-17/+18
|\ \ | |/ |/| Pass symmetric crypto initialization vector as a slice
| * Remove superfluous vec! usageJethro Beekman2015-06-141-9/+9
| |
| * Use AsRef for backwards compatibility with passing IV as VecJethro Beekman2015-06-141-4/+5
| |
| * Pass symmetric crypto initialization vector as a sliceJethro Beekman2015-06-121-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-2Steven Fackler2015-06-021-1/+1
|\ | | | | Bump bitflags version
| * Bump bitflags versionManish Goregaokar2015-06-021-1/+1
|/
* Disable master doc uploadsSteven Fackler2015-05-313-34/+1
|
* Merge pull request #222 from cheme/masterSteven Fackler2015-05-311-8/+17
|\ | | | | Correction on sign and verify documentation
| * Correction on sign and verify documentation to be more explicit of rightEmeric Chevalier2015-05-301-8/+17
|/ | | | behaviour (no hash done by the functions).
* Merge pull request #219 from jethrogb/topic/x509reqSteven Fackler2015-05-292-0/+62
|\ | | | | Implement limited X509_REQ functionality
| * Remove superfluous dead_code attributeJethro Beekman2015-05-281-1/+0
| |
| * Implement limited X509_REQ functionalityJethro Beekman2015-05-282-0/+63
| |
* | Merge pull request #218 from jethrogb/topic/documentationSteven Fackler2015-05-281-2/+2
|\ \ | |/ |/| X509Generator: Clarify which keys are used where
| * Clarify which keys are used whereJethro Beekman2015-05-271-2/+2
|/
* Merge pull request #217 from nstoddard/masterSteven Fackler2015-05-231-1/+1
|\ | | | | Fix build instructions on Windows
| * Fix build instructions on WindowsNathan Stoddard2015-05-221-1/+1
|/
* Merge pull request #211 from bozaro/redefine_libsSteven Fackler2015-05-171-5/+10
|\ | | | | Add ability to redefine library list via OPENSSL_LIBS environment variable
| * Remove MSYSTEM environment variable checka.navrotskiy2015-05-151-1/+1
| |
| * Add ability to redefine library list via OPENSSL_LIBS environment variable.a.navrotskiy2015-05-071-5/+10
| | | | | | | | It's usefull for compiling with MinGW-w64 installed via MSYS2 (https://wiki.qt.io/MSYS2).
* | Fix SslString Debug impl and drop lifetimeSteven Fackler2015-05-171-10/+10
| |
* | Merge pull request #213 from josephglanville/feature/read_subjectSteven Fackler2015-05-177-52/+323
|\ \ | | | | | | Add support for reading X509 subject information
| * | Test reading CN from test certificateJoseph Glanville2015-05-184-50/+70
| | |
| * | Add support for reading X509 subject informationJoseph Glanville2015-05-183-2/+253
| | |
* | | Merge pull request #214 from josephglanville/feature/peer_certSteven Fackler2015-05-162-0/+15
|\| | | | | | | | Add accessor for peer_certificate
| * | Add test for get_peer_certificate()Joseph Glanville2015-05-161-0/+10
| | |
| * | Add accessor for peer_certificateJoseph Glanville2015-05-161-0/+5
|/ /