]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Replace RAND_bytes with RAND_priv_bytes
authorVitaly Chikunov <vt@altlinux.org>
Mon, 17 Feb 2020 23:53:14 +0000 (02:53 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Tue, 25 Feb 2020 21:14:25 +0000 (00:14 +0300)
commitdd6e77bbda3347148139111b9433ab4f6bd1f46c
tree336dcaca4799a72e7f54748e775870f0115c47c9
parentf3e7c24d4733bb1c096e43345602d3258e994e3c
Replace RAND_bytes with RAND_priv_bytes

`RAND_priv_bytes' is supposed to be used for private data.
gost89.c
gost_crypt.c
gost_grasshopper_cipher.c