History log of /openbsd-src/lib/libcrypto/rsa/rsa_blinding.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 226d4252 09-Aug-2023 tb <tb@openbsd.org>

Rework BN_BLINDING to use pthread_t directly

Instead of CRYPTO_THREADID, which passes pthread_via through unsigned long,
we can use pthread_self() and pthread_equal() directly. This commit keeps
usi

Rework BN_BLINDING to use pthread_t directly

Instead of CRYPTO_THREADID, which passes pthread_via through unsigned long,
we can use pthread_self() and pthread_equal() directly. This commit keeps
using the awkward 'local' nomenclature as that is used throughout the rsa
code. This will be changed after the blinding code will have been fully
merged into rsa_blinding.c.

ok jsing

show more ...


# 0b43811c 09-Aug-2023 tb <tb@openbsd.org>

Move RSA blinding API from rsa_crpt.c to rsa_blinding.c


# f2606938 09-Aug-2023 tb <tb@openbsd.org>

Move bn_blind.c to rsa_blinding.c

discussed with jsing