Skip to content

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

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

[DO NOT MERGE] [RECINF-1032] FIPS support for BOYI#22
johnsontsegenesys wants to merge 1 commit 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

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 8 complexity · 5 duplication

Metric Results
Complexity 8
Duplication 5

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@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
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