X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FRSA_sign.pod;h=f0bf6eea1b358ed0ae2a2fe2cd8747916f6eb21f;hb=7fcc8326e31598a5067e1fe1521ba4aa989625c1;hp=08f0fe7068303dd15b0c722d46a896e5356879fc;hpb=bb075f883356589425b7e57f788c7498a83b0219;p=oweals%2Fopenssl.git diff --git a/doc/crypto/RSA_sign.pod b/doc/crypto/RSA_sign.pod index 08f0fe7068..f0bf6eea1b 100644 --- a/doc/crypto/RSA_sign.pod +++ b/doc/crypto/RSA_sign.pod @@ -19,11 +19,11 @@ 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; see L for details. If B is B, +B. It usually is one of B, B and B; +see L for details. If B is B, an SSL signature (MD5 and SHA1 message digests with PKCS #1 padding and no algorithm identifier) is created.