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_SignInit.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_SignInit.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/EVP_SignInit.pod | 4 |
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 | |||
| 60 | algorithms and associated public key algorithms appears in | 60 | algorithms and associated public key algorithms appears in |
| 61 | L<EVP_DigestInit(3)|EVP_DigestInit(3)>. | 61 | L<EVP_DigestInit(3)|EVP_DigestInit(3)>. |
| 62 | 62 | ||
| 63 | When signing with DSA private keys the random number generator must be seeded | ||
| 64 | or the operation will fail. The random number generator does not need to be | ||
| 65 | seeded for RSA signatures. | ||
| 66 | |||
| 67 | The call to EVP_SignFinal() internally finalizes a copy of the digest context. | 63 | The call to EVP_SignFinal() internally finalizes a copy of the digest context. |
| 68 | This means that calls to EVP_SignUpdate() and EVP_SignFinal() can be called | 64 | This means that calls to EVP_SignUpdate() and EVP_SignFinal() can be called |
| 69 | later to digest and sign additional data. | 65 | later to digest and sign additional data. |
