[openssl/openssl] 8f4514: Enhance documentation for `BN_mask_bits()`
Tobias Erbsland
noreply at github.com
Wed Jul 10 09:52:04 UTC 2024
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 8f4514029cae80ab30d91e11ff38d6a3ad2dcb2e
https://github.com/openssl/openssl/commit/8f4514029cae80ab30d91e11ff38d6a3ad2dcb2e
Author: erbsland-dev <github at erbsland.dev>
Date: 2024-07-10 (Wed, 10 Jul 2024)
Changed paths:
M doc/man3/BN_set_bit.pod
Log Message:
-----------
Enhance documentation for `BN_mask_bits()`
Fixes #5537
Added a note that the error check for `BN_mask_bits()` depends
on the internal representation that depends on the platform's word size.
Included a reference to the `BN_num_bits()` function for precise bit checking.
Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24812)
(cherry picked from commit 2a45839778955ffcab01918f10544d46e42f9a5b)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list