| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support libressl 2.8.0 | Steven Fackler | 2018-09-12 | 1 | -0/+3 |
| | | | | | Closes #988 | ||||
| * | X509_V_ERR_UNSPECIFIED was added in 1.0.2f | Steven Fackler | 2018-08-04 | 1 | -0/+3 |
| | | | | | Closes #970 | ||||
| * | Switch to accessors in libressl where possible | Steven Fackler | 2018-06-09 | 1 | -0/+3 |
| | | | | | | | | Some accessors are mysteriously still macros so we can't make everything opaque yet, unfortunately. cc #909 | ||||
| * | Clean up openssl-sys cfgs | Steven Fackler | 2018-05-20 | 1 | -14/+12 |
| | | |||||
| * | Support min/max version in LibreSSL | Steven Fackler | 2018-05-19 | 1 | -0/+45 |
| Their implementations of the accessors don't behave expected with no bounds, so we ignore those bits of the tests. | |||||