Closed
Description
There is a set of the native RSA encrypt/decrypt operations which were disabled on iOS/tvOS in #33970 since most of them depend on the types/methods from the security framework, which are mostly available on MacOSX and seem not to have ready-to-use analogs for iOS/tvOS.
During the work for annotating any unavailable APIs as unsupported, all managed calls into those RSA operations lead to the analyzer warnings. I've tried to re-enable the native part but it seems to be more time consuming/requiring more experience in the security area so the plan is to add the warning suppressions for now.
Part of #47910