Skip to content

Commit 583c1f4

Browse files
committed
add blurb & CHANGELOG entries
1 parent 89d7608 commit 583c1f4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Doc/whatsnew/3.14.rst

+7
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,13 @@ Other language changes
307307
The testbed can also be used to run the test suite of projects other than
308308
CPython itself. (Contributed by Russell Keith-Magee in :gh:`127592`.)
309309

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

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)