CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/07/13 02:43:31
Modified files: lib/libcrypto/bn: bn_lib.c Log message: Eliminate the weird condition in the BN_swap_ct() API that at most one bit be set in condition. This makes the constant time bit-twiddling a bit trickier, but it's not too bad. Thanks to halex for an extensive rubber ducking session over a non-spicy spicy tabouleh falafel.. ok jsing, kn