aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/bio.rs
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul openssl cfgsSteven Fackler2018-05-201-9/+11
| | | | Also expose hostname verification on libressl
* Convert try! usage to ?johnthagen2017-10-031-3/+3
|
* RustfmtSteven Fackler2017-07-151-2/+6
|
* RustfmtSteven Fackler2016-10-301-6/+3
|
* Finish error overhaulSteven Fackler2016-10-161-2/+3
|
* Correctly bind BIO_new_mem_bufSteven Fackler2016-10-151-1/+10
|
* Method renamesSteven Fackler2016-08-101-2/+2
|
* get_handle -> handleSteven Fackler2016-08-051-2/+2
|
* Restructure PEM input/output methodsSteven Fackler2016-08-021-0/+67
Dealing with byte buffers directly avoids error handling weirdness and we were loading it all into memory before anyway.