X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FRSA_sign.pod;h=f0bf6eea1b358ed0ae2a2fe2cd8747916f6eb21f;hb=c1497b4d19fd6796469d2a3521eec5ad583e923f;hp=b0d374f12fd1f014d6e7a5b8cd734578210a2675;hpb=ee25d40beaece4e11f2068871e65e5c61e001509;p=oweals%2Fopenssl.git diff --git a/doc/crypto/RSA_sign.pod b/doc/crypto/RSA_sign.pod index b0d374f12f..f0bf6eea1b 100644 --- a/doc/crypto/RSA_sign.pod +++ b/doc/crypto/RSA_sign.pod @@ -19,7 +19,7 @@ RSA_sign, RSA_verify - RSA signatures RSA_sign() signs the message digest B of size B using the private key B as specified in PKCS #1 v2.0. It stores the signature in B and the signature size in B. B -must point to B bytes of memory. +must point to RSA_size(B) bytes of memory. B denotes the message digest algorithm that was used to generate B. It usually is one of B, B and B;