aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/crypto/dsa.rs
Commit message (Collapse)AuthorAgeFilesLines
* Restructure PEM input/output methodsSteven Fackler2016-08-021-45/+30
| | | | | Dealing with byte buffers directly avoids error handling weirdness and we were loading it all into memory before anyway.
* Fix weird inference issue on 1.9Steven Fackler2016-07-311-6/+8
|
* Fix catch_unwind feature and drop feature gateSteven Fackler2016-07-311-11/+4
|
* Merge remote-tracking branch 'origin/master' into breaksSteven Fackler2016-07-311-23/+23
|
* add low level dsa primitivesBen Batha2016-07-291-0/+351