aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-30 17:24:16 -0400
committerJack Lloyd <[email protected]>2017-09-30 17:24:35 -0400
commita1129cfb4a9c97f6a5d31442e9d6aebbd5e39fe7 (patch)
tree5252f50c46fd7282d9381443f46d57b68e36bd8e /news.rst
parent12da804481aa4bdb93be819ff96cb3e71783ca38 (diff)
Use explicit_bzero on OpenBSD
[ci skip]
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/news.rst b/news.rst
index 3f13b8d20..223683b29 100644
--- a/news.rst
+++ b/news.rst
@@ -125,6 +125,8 @@ Version 2.3.0, Not Yet Released
``new`` and ``delete``. In addition the actual allocation operation is hidden
inside of compiled functions, which significantly reduces code size. (GH #1231)
+* The ``secure_scrub_memory`` function now uses ``explicit_bzero`` on OpenBSD.
+
* Previously ARM feature detection (NEON, AES, ...) relied on getauxval, which
is only supported on Linux and Android. Now iOS is supported, by checking the
model name/version and matching it against known versions. Unfortunately this
@@ -4849,5 +4851,3 @@ Version 0.7.0, 2001-03-01
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* First public release
-
-