Release 1.0.3 - SSLv3 Support and Enhancements#82
Merged
Conversation
Owner
jasonacox
commented
Jan 5, 2026
- Added SSLv3 support for security testing with -3 flag
- Enhanced SSLv3 patch for OpenSSL 3.x compatibility
- Added SSLv3 verification in build script
- Updated iCurlHTTP.sh to copy xcframework folders
- Fixed libcurl-build.sh SSLv3 patching for curl 8.17.0+
- Improved patch file documentation
- Added SSLv3 support for security testing with -3 flag - Enhanced SSLv3 patch for OpenSSL 3.x compatibility - Added SSLv3 verification in build script - Updated iCurlHTTP.sh to copy xcframework folders - Fixed libcurl-build.sh SSLv3 patching for curl 8.17.0+ - Improved patch file documentation
There was a problem hiding this comment.
Pull request overview
This release adds SSLv3 support for security testing purposes, enabling verification that servers properly reject insecure SSLv3 connections. The implementation includes compatibility updates for OpenSSL 3.x and enhanced build tooling.
Key Changes:
- SSLv3 protocol support via
-3flag with OpenSSL 3.x compatibility using modern API methods - Enhanced build scripts with SSLv3 verification and improved patching for curl 8.17.0+
- Updated documentation and patch files with detailed implementation notes
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| example/testTV | Added new subproject commit reference |
| example/iOS Test App/include/openssl/configuration.h | Removed OpenSSL SSLv3 disablement macros to enable SSLv3 support |
| curl/sslv3.patch | Enhanced patch with comprehensive documentation and updated to use OpenSSL 3.x compatible API (octx variable) |
| curl/sslv3.7.77.0.patch | Added version-specific patch for curl 7.77.0 with full documentation |
| curl/libcurl-build.sh | Added SSLv3 verification testing, enhanced patching for curl 8.17.0+, and commented out cleanup commands |
| build.sh | Updated version to 1.0.3 and added symlink creation for latest build |
| RELEASE.md | Added comprehensive release notes for version 1.0.3 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.