Correct one link.

This commit is contained in:
Richard Levitte 2000-02-01 12:03:47 +00:00
parent cb5b7850ac
commit ee25d40bea

View File

@ -22,8 +22,8 @@ signature in B<sigret> and the signature size in B<siglen>. B<sigret>
must point to B<RSA_size(rsa)> bytes of memory. must point to B<RSA_size(rsa)> bytes of memory.
B<type> denotes the message digest algorithm that was used to generate B<type> denotes the message digest algorithm that was used to generate
B<m>. It usually is one of B<NID_sha1>, B<NID_ripemd160> and B<m>. It usually is one of B<NID_sha1>, B<NID_ripemd160> and B<NID_md5>;
B<NID_md5>; see L<objects(3)> for details. If B<type> is B<NID_md5_sha1>, see L<objects(3)|objects(3)> for details. If B<type> is B<NID_md5_sha1>,
an SSL signature (MD5 and SHA1 message digests with PKCS #1 padding an SSL signature (MD5 and SHA1 message digests with PKCS #1 padding
and no algorithm identifier) is created. and no algorithm identifier) is created.