commit | c7a3a148721c2b02ed31297bcc2a823949225e67 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Sun Jun 07 00:21:39 2015 -0400 |
committer | Adam Langley <agl@google.com> | Mon Jun 08 22:11:20 2015 +0000 |
tree | 96aea4414b97ba8aa614d4fd55b2242a6a9f0363 | |
parent | 3d960e5ec139798c457f53c5576c8b7961564e9f [diff] |
Convert rsa_test to C++. In doing so, check for malloc failures and use scopers as appropriate. This should clear rsa_test for use with malloc tests. Also replace the SetKey macro and exploded RSA keys with a DER RSAPrivateKey structure. Much less tedious. Change-Id: I3ce092ef67e7ac2af74f509abbdf84b7f2b6d45d Reviewed-on: https://boringssl-review.googlesource.com/5043 Reviewed-by: Adam Langley <agl@google.com>