aboutsummaryrefslogtreecommitdiff
path: root/src/ssl/tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #67 from vhbit/membio-eofSteven Fackler2014-10-071-1/+17
|\ | | | | Fixed incorrect EOF handling in MemBio, added error description
| * Fixed incorrect EOF handling in MemBio, added error descriptionValerii Hiora2014-10-071-1/+17
| | | | | | | | Actually, EOF wasn't handled at all and it caused `mem_bio.read_to_end()` to fail. Which in turn failed all `write_pem` implementations.
* | Merge pull request #71 from vhbit/path-izationSteven Fackler2014-10-071-4/+4
|\ \ | |/ |/| Using `Path`s instead of plain strings
| * Using `Path`s instead of plain stringsValerii Hiora2014-10-071-4/+4
| | | | | | Refs #45
* | Potential fix for #68Valerii Hiora2014-10-071-0/+13
|/
* Simpler setter for verify with dataValerii Hiora2014-10-041-1/+1
| | | | | There is no need in wrapping function in option as there is no sense in providing data without function.
* User-provided data in verifyValerii Hiora2014-10-021-2/+47
|
* Certificate/pkey generation & PEM exportValerii Hiora2014-09-261-1/+19
| | | Required quite a lot of refactoring
* Remove failing constructor wrappersSteven Fackler2014-09-051-22/+22
|
* Shift directory structureSteven Fackler2014-08-031-0/+160