Skip to content

Commit 6a2f87d

Browse files
committed
add blurb & CHANGELOG entries
1 parent a57d4a4 commit 6a2f87d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,13 @@ Other language changes
305305
The testbed can also be used to run the test suite of projects other than
306306
CPython itself. (Contributed by Russell Keith-Magee in :gh:`127592`.)
307307

308+
* Add a built-in implementation for HMAC (:rfc:`2104`) using formally verified
309+
code from the `HACL* <https://github.com/hacl-star/hacl-star/>`__ project.
310+
This implementation is used as a fallback when the OpenSSL implementation
311+
of HMAC is not available.
312+
(Contributed by Bénédikt Tran in :gh:`99108`.)
313+
314+
308315
New modules
309316
===========
310317

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Add support for built-in implementation of HMAC (:rfc:`2104`) based on
2+
HACL*. Patch by Bénédikt Tran.

0 commit comments

Comments
 (0)