Sponsored Content
Skip to content

chore: Update secp256k1 and openssl - #6327

Merged
bthomee merged 1 commit into
XRPLF:developfrom
mathbunnyru:update_deps
Feb 4, 2026
Merged

chore: Update secp256k1 and openssl#6327
bthomee merged 1 commit into
XRPLF:developfrom
mathbunnyru:update_deps

Conversation

@mathbunnyru

Copy link
Copy Markdown
Contributor

High Level Overview of Change

OpenSSL 3.5.5 has been released, so we should probably update: https://github.com/openssl/openssl/releases/tag/openssl-3.5.5

Context of Change

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Performance (increase or change in throughput and/or latency)
  • Tests (you added tests for code that already exists, or your new feature included in this PR)
  • Documentation update
  • Chore (no impact to binary, e.g. .gitignore, formatting, dropping support for older tooling)
  • Release

API Impact

  • Public API: New feature (new methods and/or new fields)
  • Public API: Breaking change (in general, breaking changes should only impact the next api_version)
  • libxrpl change (any change that may affect libxrpl or dependents of libxrpl)
  • Peer protocol change (must be backward compatible or bump the peer protocol version)

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the OpenSSL dependency from version 3.5.4 to 3.5.5, as referenced in the linked GitHub release. The conan.lock file reflects updated package hashes for OpenSSL and several transitive dependencies that were rebuilt due to the OpenSSL update.

Changes:

  • Updated OpenSSL from 3.5.4 to 3.5.5 in conanfile.py
  • Updated corresponding package hashes in conan.lock for OpenSSL, secp256k1, boost, and msys2

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
conanfile.py Updates OpenSSL version requirement from 3.5.4 to 3.5.5
conan.lock Updates package hashes for OpenSSL and transitive dependencies that were rebuilt with the new OpenSSL version

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mathbunnyru mathbunnyru added Trivial Simple change with minimal effect, or already tested. Only needs one approval. Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required. labels Feb 4, 2026
@bthomee
bthomee enabled auto-merge (squash) February 4, 2026 18:02
@codecov

codecov Bot commented Feb 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.9%. Comparing base (34ef577) to head (e4a751b).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop   #6327   +/-   ##
=======================================
  Coverage     79.9%   79.9%           
=======================================
  Files          840     840           
  Lines        65548   65548           
  Branches      7266    7263    -3     
=======================================
+ Hits         52348   52351    +3     
+ Misses       13200   13197    -3     

see 2 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bthomee
bthomee merged commit 7f41012 into XRPLF:develop Feb 4, 2026
3 checks passed
mvadari pushed a commit to mvadari/rippled that referenced this pull request Feb 4, 2026
mvadari pushed a commit that referenced this pull request Feb 4, 2026
@bthomee bthomee added the QE test required RippleX QE Team must look at this PR. label Feb 5, 2026
@mvadari mvadari added this to the 3.2.0 milestone May 20, 2026
beartec-jpg pushed a commit to beartec-jpg/FalconLedger that referenced this pull request Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

QE test required RippleX QE Team must look at this PR. Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required. Trivial Simple change with minimal effect, or already tested. Only needs one approval.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants