- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BoringSSL (0.07 sec)
-
docs/features/https.md
HTTPS ===== OkHttp attempts to balance two competing concerns: * **Connectivity** to as many hosts as possible. That includes advanced hosts that run the latest versions of [boringssl](https://boringssl.googlesource.com/boringssl/) and less out of date hosts running older versions of [OpenSSL](https://www.openssl.org/).
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Dec 24 00:16:30 UTC 2022 - 10.5K bytes - Viewed (0) -
configure.py
def set_system_libs_flag(environ_cp): """Set system libs flags.""" syslibs = environ_cp.get('TF_SYSTEM_LIBS', '') if is_s390x() and 'boringssl' not in syslibs: syslibs = 'boringssl' + (', ' + syslibs if syslibs else '') if syslibs: if ',' in syslibs: syslibs = ','.join(sorted(syslibs.split(','))) else:
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 48.2K bytes - Viewed (0)