xamarin-macios/tests/xtro-sharpie/common-Security.ignore

37 строки
1.6 KiB
Plaintext

## 'kSecAttrPersistentReference' (correct), 'kSecAttrPersistantReference' (incorrect). Persistent with an "a" instead of "e".
!missing-field! kSecAttrPersistantReference not bound
!missing-field! kSecRandomDefault not bound
!missing-pinvoke! SecTrustCopyProperties is not bound
!missing-pinvoke! SSLAddDistinguishedName is not bound
!missing-pinvoke! SSLCopyDistinguishedNames is not bound
## used in mscorlib.dll mcs/class/corlib/CommonCrypto/CommonCrypto.cs
!missing-pinvoke! SecRandomCopyBytes is not bound
## *GetTypeID are generally not bound
!missing-pinvoke! SecAccessControlGetTypeID is not bound
## untyped enum in Security.framework/Headers/SecPolicy.h but the API use CFOptionFlags
!unknown-native-enum! SecRevocation bound
## identical to NSObject version (headers macros) which can be called by CFObject
!missing-pinvoke! sec_release is not bound
!missing-pinvoke! sec_retain is not bound
## the following are manualy bound as NativeObject
!missing-protocol! OS_sec_certificate not bound
!missing-protocol! OS_sec_identity not bound
!missing-protocol! OS_sec_object not bound
!missing-protocol! OS_sec_protocol_metadata not bound
!missing-protocol! OS_sec_protocol_options not bound
!missing-protocol! OS_sec_trust not bound
## test crash (API and test commented) - better test case needed
!missing-pinvoke! sec_protocol_metadata_create_secret is not bound
!missing-pinvoke! sec_protocol_metadata_create_secret_with_context is not bound
## xcode10.0 backlog
!missing-pinvoke! sec_protocol_options_set_challenge_block is not bound
!missing-pinvoke! sec_protocol_options_set_verify_block is not bound