module documentation

This module uses ctypes to bind a whole bunch of functions and constants from SecureTransport. The goal here is to provide the low-level API to SecureTransport. These are essentially the C-level functions and constants, and they're pretty gross to work with. This code is a bastardised version of the code found in Will Bond's oscrypto library. An enormous debt is owed to him for blazing this trail for us. For that reason, this code should be considered to be covered both by urllib3's license and by oscrypto's: Copyright (c) 2015-2016 Will Bond <will@wbond.net> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Class CFConst A class object that acts as essentially a namespace for CoreFoundation constants.
Class SecurityConst A class object that acts as essentially a namespace for Security constants.
Function load_cdll Loads a CDLL by name, falling back to known path on 10.16+
Variable CFArrayRef Undocumented
Variable CFDataRef Undocumented
Variable CFDictionaryRef Undocumented
Variable CFMutableArrayRef Undocumented
Variable CFStringRef Undocumented
Variable CFTypeRef Undocumented
Variable CoreFoundation Undocumented
Variable SecCertificateRef Undocumented
Variable SecIdentityRef Undocumented
Variable SecKeychainRef Undocumented
Variable SecTrustRef Undocumented
Variable Security Undocumented
Variable SSLContextRef Undocumented
Variable SSLReadFunc Undocumented
Variable SSLWriteFunc Undocumented
Variable version Undocumented
Variable version_info Undocumented
def load_cdll(name, macos10_16_path): (source)

Loads a CDLL by name, falling back to known path on 10.16+

CFArrayRef = (source)

Undocumented

CFDataRef = (source)

Undocumented

CFDictionaryRef = (source)

Undocumented

CFMutableArrayRef = (source)

Undocumented

CFStringRef = (source)

Undocumented

CFTypeRef = (source)

Undocumented

CoreFoundation = (source)

Undocumented

SecCertificateRef = (source)

Undocumented

SecIdentityRef = (source)

Undocumented

SecKeychainRef = (source)

Undocumented

SecTrustRef = (source)

Undocumented

Security = (source)

Undocumented

SSLContextRef = (source)

Undocumented

SSLReadFunc = (source)

Undocumented

SSLWriteFunc = (source)

Undocumented

Undocumented

version_info = (source)

Undocumented