aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/bio.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.