diff options
| author | miod <> | 2014-07-09 17:36:58 +0000 |
|---|---|---|
| committer | miod <> | 2014-07-09 17:36:58 +0000 |
| commit | 911cfe3475e21a780d5ce6cc6eda37cd34760fdd (patch) | |
| tree | 5ca70911551fb5fc0dd2488879e16bf54a97ac1c /src/lib/libcrypto/doc/EVP_DigestSignInit.pod | |
| parent | 779b5068291411d30276f703b7aec8f8636c2a40 (diff) | |
| download | openbsd-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_DigestSignInit.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/EVP_DigestSignInit.pod | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/EVP_DigestSignInit.pod b/src/lib/libcrypto/doc/EVP_DigestSignInit.pod index 7aec6daecc..e70b88a4a9 100644 --- a/src/lib/libcrypto/doc/EVP_DigestSignInit.pod +++ b/src/lib/libcrypto/doc/EVP_DigestSignInit.pod | |||
| @@ -56,9 +56,6 @@ and public key algorithms. This meant that "clone" digests such as EVP_dss1() | |||
| 56 | needed to be used to sign using SHA1 and DSA. This is no longer necessary and | 56 | needed to be used to sign using SHA1 and DSA. This is no longer necessary and |
| 57 | the use of clone digest is now discouraged. | 57 | the use of clone digest is now discouraged. |
| 58 | 58 | ||
| 59 | For some key types and parameters the random number generator must be seeded | ||
| 60 | or the operation will fail. | ||
| 61 | |||
| 62 | The call to EVP_DigestSignFinal() internally finalizes a copy of the digest | 59 | The call to EVP_DigestSignFinal() internally finalizes a copy of the digest |
| 63 | context. This means that calls to EVP_DigestSignUpdate() and | 60 | context. This means that calls to EVP_DigestSignUpdate() and |
| 64 | EVP_DigestSignFinal() can be called later to digest and sign additional data. | 61 | EVP_DigestSignFinal() can be called later to digest and sign additional data. |
