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
commit8f147593f649791212451b70b61f2560f8cd408b (patch)
tree5ca70911551fb5fc0dd2488879e16bf54a97ac1c /src/lib/libcrypto/doc/EVP_SignInit.pod
parenta78955ae4a5a81f10fff6443c03c56c6240709ac (diff)
downloadopenbsd-8f147593f649791212451b70b61f2560f8cd408b.tar.gz
openbsd-8f147593f649791212451b70b61f2560f8cd408b.tar.bz2
openbsd-8f147593f649791212451b70b61f2560f8cd408b.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.