Skip to content

[DO NOT MERGE] [RECINF-1032] FIPS support for BOYI - #22

Open
johnsontsegenesys wants to merge 3 commits into
MyPureCloud:mainfrom
johnsontsegenesys:RECINF-1032-FIPS-support-for-BOYI
Open

johnsontsegenesys wants to merge 3 commits into
MyPureCloud:mainfrom
johnsontsegenesys:RECINF-1032-FIPS-support-for-BOYI

Conversation

@johnsontsegenesys

Copy link
Copy Markdown
Contributor

Adds support for FIPS 140-3 compliant encryption (AES-256-GCM + RSA-OAEP)

Changes
Client-side encryption example (byoiclient-encrypt-recording.js)

Replaced node-forge (not FIPS-validated) with OpenSSL 3.x CLI calls for certificate generation

Changed content encryption from AES-256-CBC to AES-256-GCM

Changed key transport from RSA PKCS#1 v1.5 to RSA-OAEP (-keyopt rsa_padding_mode:oaep)

Changed certificate signing from SHA-1 to SHA-256

@codacy-production

codacy-production Bot commented Apr 6, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 20 duplication

Metric Results
Duplication 20

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@pcjtse

pcjtse commented May 22, 2026

Copy link
Copy Markdown

-keyopt rsa_oaep_md:sha256 should be included as well to force SHA-256 usage

@johnsontsegenesys johnsontsegenesys changed the title [RECINF-1032] FIPS support for BOYI [DO NOT MERGE] [RECINF-1032] FIPS support for BOYI Aug 25, 2026
const fetch = require('node-fetch');
const fs = require('fs');
const md5 = require('md5-file');
const fs = require('fs');

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This is fixing a syntax problem with the existing example

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.

2 participants