Skip to content

Document encryption protocols#2699

Merged
jmthomas merged 2 commits intomainfrom
fix-2216-document-encryption-protocols
Jan 9, 2026
Merged

Document encryption protocols#2699
jmthomas merged 2 commits intomainfrom
fix-2216-document-encryption-protocols

Conversation

@jmthomas
Copy link
Copy Markdown
Member

closes #2216

jmthomas and others added 2 commits December 31, 2025 12:30
Add a new "Encryption Protocols" section to the protocols documentation
that covers:
- How to implement encryption at the protocol layer using OpenSSL
- Complete Ruby and Python examples using AES-256-GCM with cipher
  instances created in the constructor and reused
- How to use the encryption protocol in plugin.txt
- Available cipher options and their key/IV sizes
- Key management best practices

Fixes #2216

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@jmthomas jmthomas requested a review from ryanmelt December 31, 2025 19:50
@jmthomas jmthomas changed the title Fix 2216 document encryption protocols Document encryption protocols Dec 31, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.31%. Comparing base (6f3cda6) to head (785573f).
⚠️ Report is 57 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2699   +/-   ##
=======================================
  Coverage   79.31%   79.31%           
=======================================
  Files         662      662           
  Lines       52588    52588           
  Branches      734      734           
=======================================
  Hits        41708    41708           
  Misses      10800    10800           
  Partials       80       80           
Flag Coverage Δ
python 81.39% <ø> (ø)
ruby-api 84.76% <ø> (ø)
ruby-backend 82.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jmthomas jmthomas requested a review from clayandgen January 7, 2026 19:34
Copy link
Copy Markdown
Contributor

@mcosgriff mcosgriff left a comment

Choose a reason for hiding this comment

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

Looks good

@jmthomas jmthomas merged commit 78b654c into main Jan 9, 2026
46 of 47 checks passed
@jmthomas jmthomas deleted the fix-2216-document-encryption-protocols branch January 9, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document encryption options and usage of OpenSSL

3 participants