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

Add UnmanagedCallersOnly attribute to SafeDeleteSslContext.ReadFromConnection/WriteToConnection methods #55947

Merged
merged 8 commits into from
Aug 17, 2021
Prev Previous commit
Next Next commit
Update entrypoints.c with new DllImport
  • Loading branch information
akoeplinger committed Aug 12, 2021
commit 25a1fd438b7a817bfb0d3e2684050c90f58e4aaf
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ static const Entry s_cryptoAppleNative[] =
DllImportEntry(AppleCryptoNative_SecKeyCopyExternalRepresentation)
DllImportEntry(AppleCryptoNative_SecKeyCopyPublicKey)
DllImportEntry(AppleCryptoNative_SslCreateContext)
DllImportEntry(AppleCryptoNative_SslSetConnection)
DllImportEntry(AppleCryptoNative_SslSetAcceptClientCert)
DllImportEntry(AppleCryptoNative_SslSetMinProtocolVersion)
DllImportEntry(AppleCryptoNative_SslSetMaxProtocolVersion)
Expand Down