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

50 строки
2.3 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
## 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
## xcode11.0 backlog
!missing-pinvoke! sec_protocol_options_set_pre_shared_key_selection_block is not bound
## obsoleted so people avoid using the associated hash algorithm
!missing-enum-value! SecPadding native value kSecPaddingPKCS1MD2 = 32768 not bound
!missing-enum-value! SecPadding native value kSecPaddingPKCS1MD5 = 32769 not bound
## `Max` values can change and cause breaking changes
!missing-enum-value! SslProtocol native value kTLSProtocolMaxSupported = 999 not bound
## extra value for initialization
!extra-enum-value! Managed value -1 for SslSessionState.Invalid not found in native headers
## enum moved from long to ulong -> breaking change under XAMCORE_4_0
!extra-enum-value! Managed value -2147483648 for SecAccessControlCreateFlags.ApplicationPassword not found in native headers
!missing-enum-value! SecAccessControlCreateFlags native value kSecAccessControlApplicationPassword = 2147483648 not bound