Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename libressl to libtls to avoid confusion and to make it easier to | jsing | 2014-10-31 | 1 | -212/+0 |
| | | | | | | distinguish between LibreSSL (the project) and libressl (the library). Discussed with many. | ||||
* | allow disabling hostname and cert verification separately. | tedu | 2014-10-03 | 1 | -3/+5 |
| | | | | | | if you're careful, cert only verification can be useful. always enable both though, to avoid accidentally leaving one off. ok jsing | ||||
* | Add an option that allows the enabled SSL protocols to be explicitly | jsing | 2014-09-29 | 1 | -2/+5 |
| | | | | | | | | configured. Discussed with several. ok bcook@ | ||||
* | Add $OpenBSD$ tags. | jsing | 2014-08-05 | 1 | -0/+1 |
| | |||||
* | Rename the context allocation from ressl_new to ressl_client, which makes | jsing | 2014-07-13 | 1 | -0/+23 |
| | | | | | it completely obvious what the context is for. Ensure client functions are used on client contexts. | ||||
* | Move the client code into a separate file. | jsing | 2014-07-13 | 1 | -0/+183 |