Skip to content

Commit ed7ace5

Browse files
authored
Merge pull request #9434 from embhorn/zd20802
Clarify return value of wc_RsaSSL_Verify/Inline
2 parents 9c467a9 + fda674a commit ed7ace5

File tree

1 file changed

+2
-2
lines changed
  • doc/dox_comments/header_files

1 file changed

+2
-2
lines changed

doc/dox_comments/header_files/rsa.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ int wc_RsaSSL_Sign(const byte* in, word32 inLen, byte* out,
351351
\brief Used to verify that the message was signed by RSA key. The output
352352
uses the same byte array as the input.
353353
354-
\return >0 Length of text.
354+
\return >0 Length of the digest.
355355
\return <0 An error occurred.
356356
357357
\param in Byte array to be decrypted.
@@ -388,7 +388,7 @@ int wc_RsaSSL_VerifyInline(byte* in, word32 inLen, byte** out,
388388
389389
\brief Used to verify that the message was signed by key.
390390
391-
\return Success Length of text on no error.
391+
\return Success Length of digest on no error.
392392
\return MEMORY_E memory exception.
393393
394394
\param in The byte array to be decrypted.

0 commit comments

Comments
 (0)