aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-07-23 08:23:02 -0400
committerJack Lloyd <[email protected]>2019-07-23 08:23:02 -0400
commitc44e822fdef57bdd01193c8ceb5ec52f4b1c1a07 (patch)
treef1bcb89335e8378ddda3df41b1a6b80c336b5b5f
parenta358c808c6add6111285b86e2784945d3cad26f8 (diff)
Update news
-rw-r--r--news.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 59db21b08..5391d3a68 100644
--- a/news.rst
+++ b/news.rst
@@ -17,6 +17,10 @@ Version 2.12.0, Not Yet Released
* Cleanups in TLS record layer (GH #2021)
+* Support setting TLS policies in CLIs like ``tls_client`` and ``tls_proxy_server`` (GH #2047)
+
+* Fix typos in some OCSP enums which used "OSCP" instead. (GH #2048)
+
* Avoid using ``__GNUG__`` in headers that may be consumed by a C compiler (GH #2013)
* Add a script to help with building for Android, using Docker (GH #2016 #2033 #513)