Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.7k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[Demo] [Incomplete] Allow compilation and linking against BoringSSL
- #116399
#116399
Closed
gpshead
wants to merge 14 commits into
python:main
python/cpython:main
from
gpshead:ssl/BoringSSL
gpshead/cpython:ssl/BoringSSL
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Closed
[Demo] [Incomplete] Allow compilation and linking against BoringSSL
#116399
gpshead
wants to merge 14 commits into
python:main
python/cpython:main
from
gpshead:ssl/BoringSSL
gpshead/cpython:ssl/BoringSSL
Copy head branch name to clipboard
Commits
Commits on Mar 5, 2024
Google's patches to link against BoringSSL.
Show description for a7bdf20
gpshead
committed
a7bdf20
View commit details
Copy full SHA for a7bdf20
Browse repository at this point
Commits on Mar 6, 2024
Revert the switch to SSL_read_ex and SSL_write_ex.
Show description for 3a9a06b
gpshead
committed
3a9a06b
View commit details
Copy full SHA for 3a9a06b
Browse repository at this point
Revert upstream PR https://github.com/python/cpython/pull/102918
Show description for cb56dc5
gpshead
committed
cb56dc5
View commit details
Copy full SHA for cb56dc5
Browse repository at this point
TODO Undesirable: revert https://github.com/python/cpython/pull/114573
Show description for 530411f
gpshead
committed
530411f
View commit details
Copy full SHA for 530411f
Browse repository at this point
Disable PSK when building with BoringSSL.
gpshead
committed
1ad4f96
View commit details
Copy full SHA for 1ad4f96
Browse repository at this point
Fix configure hashlib APIs check.
Show description for 0e5e1d5
gpshead
committed
0e5e1d5
View commit details
Copy full SHA for 0e5e1d5
Browse repository at this point
Commits on Mar 27, 2024
Merge branch 'main' into ssl/BoringSSL
Show description for 0cded81
gpshead
committed
0cded81
View commit details
Copy full SHA for 0cded81
Browse repository at this point
Use the new BoringSSL ERR_ symbol APIs.
Show description for 6640b72
gpshead
committed
6640b72
View commit details
Copy full SHA for 6640b72
Browse repository at this point
Revert Modules/_ssl_data .h changes, no longer necessary as BoringSSL has an API.
gpshead
committed
6bca20b
View commit details
Copy full SHA for 6bca20b
Browse repository at this point
remove duplicate import
gpshead
committed
1ca135c
View commit details
Copy full SHA for 1ca135c
Browse repository at this point
Remove keylog_bio patch, obsolete.
Show description for 29fedb4
gpshead
committed
29fedb4
View commit details
Copy full SHA for 29fedb4
Browse repository at this point
Commits on Mar 28, 2024
More `main` BoringSSL build & run fixes.
gpshead
committed
4a41ae3
View commit details
Copy full SHA for 4a41ae3
Browse repository at this point
diff minimization: unintentional import order change.
gpshead
committed
22df1b1
View commit details
Copy full SHA for 22df1b1
Browse repository at this point
Merge branch 'main' into ssl/BoringSSL
gpshead
committed
2ec927e
View commit details
Copy full SHA for 2ec927e
Browse repository at this point
You can’t perform that action at this time.