David Benjamin b0acb7743f Export pkcs1_prefixed_msg as RSA_add_pkcs1_prefix.
Platform crypto APIs for PKCS#1 RSA signatures vary between expecting the
caller to prepend the DigestInfo prefix (RSA_sign_raw) and prepending it
internally (RSA_sign). Currently, Chromium implements sign or sign_raw as
appropriate. To avoid needing both variants, the new asynchronous methods will
only expose the higher-level one, sign.

To satisfy ports which previously implemented sign_raw, expose the DigestInfo
prefix as a utility function.

BUG=347404

Change-Id: I04c397b5e9502b2942f6698ecf81662a3c9282e6
Reviewed-on: https://boringssl-review.googlesource.com/4940
Reviewed-by: Adam Langley <agl@google.com>
2015-06-16 19:09:45 +00:00
..
2015-05-20 19:15:26 +00:00
2015-06-15 17:52:40 +00:00
2015-05-07 21:13:41 +00:00
2015-04-06 16:58:45 -07:00
2015-05-20 18:36:01 +00:00
2015-05-21 17:59:48 +00:00
2015-05-21 18:00:10 +00:00
2015-05-21 18:00:10 +00:00
2015-02-11 23:14:04 +00:00
2015-06-05 18:39:44 +00:00
2015-06-02 01:07:07 +00:00
2015-05-21 18:00:10 +00:00
2015-05-28 17:22:19 +00:00
2015-05-05 00:24:59 +00:00
2015-06-16 18:07:27 +00:00
2015-01-14 23:38:11 +00:00
2015-02-20 23:59:59 +00:00
2015-05-20 17:44:44 +00:00
2014-07-31 22:03:11 +00:00
2015-03-31 22:21:42 +00:00