aboutsummaryrefslogtreecommitdiff
path: root/src/BTLS/BoringSSL/Obj.chs
Commit message (Collapse)AuthorAge
* Make NID-to-string routine saferGravatar Benjamin Barenblat2018-09-28
| | | | | Eliminate the possibility of a null pointer dereference by converting short names to `Maybe String`.
* Give `Algorithm` a `Show` instanceGravatar Benjamin Barenblat2018-09-25