diff options
author | Jack Lloyd <[email protected]> | 2017-09-30 17:24:16 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-30 17:24:35 -0400 |
commit | a1129cfb4a9c97f6a5d31442e9d6aebbd5e39fe7 (patch) | |
tree | 5252f50c46fd7282d9381443f46d57b68e36bd8e /news.rst | |
parent | 12da804481aa4bdb93be819ff96cb3e71783ca38 (diff) |
Use explicit_bzero on OpenBSD
[ci skip]
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 - - |