commit | cb3d22e971b04ebca00c63a640c7d3dca1010c13 | [log] [tgz] |
---|---|---|
author | Gaurav Shah <gauravsh@google.com> | Thu Mar 04 10:22:36 2010 -0800 |
committer | Gaurav Shah <gauravsh@google.com> | Thu Mar 04 10:22:36 2010 -0800 |
tree | 92d58c94365212a71804f707330f762423e04d5a | |
parent | 80d129b89da766195a4cda239e8e24989c8cb872 [diff] |
Fix RSA verification test. I previously refactored some of the signature generation code to directly use the OpenSSL library instead of invoking the "openssl" command line utility. The signature_digest command line utility got lost in the process. This restores the utility which in turn fixes the RSA verification test. Review URL: http://codereview.chromium.org/669040