diff options
author | Thomas Wouters <thomas@python.org> | 2023-02-07 12:17:26 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-02-07 12:21:15 (GMT) |
commit | 3c67ec394faac79d260804d569a18fab43018af0 (patch) | |
tree | db0483c4124a887cf43d4f1f85d4e103c78d1d3e /Misc/NEWS.d/next/Security | |
parent | 79903240480429a6e545177416a7b782b0e5b9bd (diff) | |
download | cpython-3c67ec394faac79d260804d569a18fab43018af0.zip cpython-3c67ec394faac79d260804d569a18fab43018af0.tar.gz cpython-3c67ec394faac79d260804d569a18fab43018af0.tar.bz2 |
Python 3.12.0a5v3.12.0a5
Diffstat (limited to 'Misc/NEWS.d/next/Security')
-rw-r--r-- | Misc/NEWS.d/next/Security/2022-11-08-12-06-52.gh-issue-99108.4Wrsuh.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Security/2022-11-08-12-06-52.gh-issue-99108.4Wrsuh.rst b/Misc/NEWS.d/next/Security/2022-11-08-12-06-52.gh-issue-99108.4Wrsuh.rst deleted file mode 100644 index 64acc09..0000000 --- a/Misc/NEWS.d/next/Security/2022-11-08-12-06-52.gh-issue-99108.4Wrsuh.rst +++ /dev/null @@ -1,4 +0,0 @@ -Replace the builtin :mod:`hashlib` implementations of SHA2-224 and SHA2-256 -originally from LibTomCrypt with formally verified, side-channel resistant -code from the `HACL* <https://github.com/hacl-star/hacl-star/>`_ project. The -builtins remain a fallback only used when OpenSSL does not provide them. |