summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_SignInit.pod
diff options
context:
space:
mode:
authormiod <>2014-07-09 17:36:58 +0000
committermiod <>2014-07-09 17:36:58 +0000
commit911cfe3475e21a780d5ce6cc6eda37cd34760fdd (patch)
tree5ca70911551fb5fc0dd2488879e16bf54a97ac1c /src/lib/libcrypto/doc/EVP_SignInit.pod
parent779b5068291411d30276f703b7aec8f8636c2a40 (diff)
downloadopenbsd-911cfe3475e21a780d5ce6cc6eda37cd34760fdd.tar.gz
openbsd-911cfe3475e21a780d5ce6cc6eda37cd34760fdd.tar.bz2
openbsd-911cfe3475e21a780d5ce6cc6eda37cd34760fdd.zip
Remove mention that the PRNG needs to be seeded before invoking some
functions.
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_SignInit.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_SignInit.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/doc/EVP_SignInit.pod b/src/lib/libcrypto/doc/EVP_SignInit.pod
index 682724b157..6ea6df655e 100644
--- a/src/lib/libcrypto/doc/EVP_SignInit.pod
+++ b/src/lib/libcrypto/doc/EVP_SignInit.pod
@@ -60,10 +60,6 @@ digest algorithm must be used with the correct public key type. A list of
60algorithms and associated public key algorithms appears in 60algorithms and associated public key algorithms appears in
61L<EVP_DigestInit(3)|EVP_DigestInit(3)>. 61L<EVP_DigestInit(3)|EVP_DigestInit(3)>.
62 62
63When signing with DSA private keys the random number generator must be seeded
64or the operation will fail. The random number generator does not need to be
65seeded for RSA signatures.
66
67The call to EVP_SignFinal() internally finalizes a copy of the digest context. 63The call to EVP_SignFinal() internally finalizes a copy of the digest context.
68This means that calls to EVP_SignUpdate() and EVP_SignFinal() can be called 64This means that calls to EVP_SignUpdate() and EVP_SignFinal() can be called
69later to digest and sign additional data. 65later to digest and sign additional data.