]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES.md
Use read/write locking on Windows
authorVincent Drake <vdrake@gmail.com>
Mon, 1 Mar 2021 19:38:02 +0000 (14:38 -0500)
committerMatt Caswell <matt@openssl.org>
Thu, 11 Mar 2021 10:33:06 +0000 (10:33 +0000)
commitf70863d9dddd3ce3420f0e07841475a7e9680ca9
tree55364ca136417731673a005857933bdad4db3f14
parent1aa7ecd0d3f6d9c3739cf2e2d87673a3be03b352
Use read/write locking on Windows

Fixes #13914

The "SRWLock" synchronization primitive is available in Windows Vista
and later.  CRYPTO_THREAD functions now use SRWLock functions when the
target operating system supports them.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14381)
CHANGES.md
crypto/threads_win.c