Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark some S.S.C.Algorithms APIs as unsupported on ios/tvos #49762

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    0126f6f View commit details
    Browse the repository at this point in the history
  2. Not use AppleCryptoNative_SecKeychainItemCopyKeychain, AppleCryptoNat…

    …ive_SecKeychainCreate, AppleCryptoNative_SecKeychainDelete, and AppleCryptoNative_SetKeychainNeverLock
    MaximLipnin committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    6e3e61f View commit details
    Browse the repository at this point in the history
  3. Not use AppleCryptoNative_RsaGenerateKey, AppleCryptoNative_RsaEncryp…

    …tOaep, AppleCryptoNative_RsaEncryptPkcs, AppleCryptoNative_RsaDecryptOaep, and AppleCryptoNative_RsaDecryptPkcs
    MaximLipnin committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    1a5d5ff View commit details
    Browse the repository at this point in the history
  4. Not use AppleCryptoNative_SecKeyImportEphemeral, AppleCryptoNative_Ge…

    …nerateSignature, AppleCryptoNative_GenerateSignatureWithHashAlgorithm, AppleCryptoNative_VerifySignature, AppleCryptoNative_VerifySignatureWithHashAlgorithm, and AppleCryptoNative_SecKeyExport
    MaximLipnin committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    1763124 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8653b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53121a2 View commit details
    Browse the repository at this point in the history
  7. Redundant line

    MaximLipnin committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    aa655e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d802656 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1a75b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dba0695 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    09df97a View commit details
    Browse the repository at this point in the history
  12. Remove usings

    MaximLipnin committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    87fdecd View commit details
    Browse the repository at this point in the history
  13. Remove using

    MaximLipnin committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    c2ed4cc View commit details
    Browse the repository at this point in the history
  14. Remove using

    MaximLipnin committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    fbf70d4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c8f77ae View commit details
    Browse the repository at this point in the history
  16. Use warning suppression instead of attributes for PNSE throwing metho…

    …d calls in non-public types
    MaximLipnin committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    375047f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    293d159 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0deb6be View commit details
    Browse the repository at this point in the history
  19. Annotate the public base class (RSA type) and derived class (RSASecur…

    …ityTransforms) methods as unsupported
    MaximLipnin committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    b34331b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    17bf76c View commit details
    Browse the repository at this point in the history
  21. Exclude the RSAXmlTEest trimming test on iOS/tvOS due to the unsuppor…

    …ted API (ExportParameters method)
    MaximLipnin committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    2777fe2 View commit details
    Browse the repository at this point in the history