X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FRSA_sign.pod;h=a526eaf8b9ea19478ec0af8593d0402d2efa6946;hb=c03726ca4153fca8d66185837008aa078969d386;hp=fc16b1f4f8061509c5fb2608886010a56bf20a1d;hpb=fc1d88f02f45812fb1515bf83aa8f7eaadf4d0f5;p=openssl.git diff --git a/doc/crypto/RSA_sign.pod b/doc/crypto/RSA_sign.pod index fc16b1f4f8..a526eaf8b9 100644 --- a/doc/crypto/RSA_sign.pod +++ b/doc/crypto/RSA_sign.pod @@ -22,12 +22,12 @@ signature in B and the signature size in B. B must point to RSA_size(B) bytes of memory. Note that PKCS #1 adds meta-data, placing limits on the size of the key that can be used. -See L for lower-level +See L for lower-level operations. 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. +If B is B, an SSL signature (MD5 and SHA1 message digests with PKCS #1 padding and no algorithm identifier) is created. @@ -38,10 +38,10 @@ B is the signer's public key. =head1 RETURN VALUES -RSA_sign() returns 1 on success, 0 otherwise. RSA_verify() returns 1 -on successful verification, 0 otherwise. +RSA_sign() returns 1 on success. +RSA_verify() returns 1 on successful verification. -The error codes can be obtained by L. +The error codes can be obtained by L. =head1 BUGS @@ -54,9 +54,9 @@ SSL, PKCS #1 v2.0 =head1 SEE ALSO -L, L, -L, L, -L +L, +L, L, +L =head1 HISTORY