tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libcrypto
/
rand
/
at
trash-bin2
4 files
rand.h
Place most of the RAND_* functions under #ifndef LIBRESSL_INTERNAL (some are still needed for the engine). Our code should use arc4random instead.
11 years ago
rand_err.c
Send the function codes from the error functions to the bit bucket, as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@
9 years ago
rand_lib.c
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
11 years ago
randfile.c
Correct spelling of OPENSSL_cleanse.
10 years ago