Skip to content

rsync workflow#232

Merged
padelsbach merged 2 commits into
wolfSSL:masterfrom
JeremiahM37:rsync
Jul 28, 2025
Merged

rsync workflow#232
padelsbach merged 2 commits into
wolfSSL:masterfrom
JeremiahM37:rsync

Conversation

@JeremiahM37

Copy link
Copy Markdown
Contributor

Created a basic test for sha 256 and sha512, which are the only fips approved algorithms that rsync uses. It has its own implementations of MD4 and MD5 used for file checksums and checksum transfers, which I commented how to disable, but have not removed them for now.

Comment thread .github/workflows/rsync.yml Outdated
Comment thread .github/workflows/rsync.yml
@padelsbach

padelsbach commented Jul 24, 2025

Copy link
Copy Markdown
Contributor

General question: does rsync over ssh utilize any crypto inside rsync? Or is the crypto portion implemented elsewhere (eg openssh)?

Edit: chat says this invokes openssh to do the crypto, rather than rsync.

@JeremiahM37

Copy link
Copy Markdown
Contributor Author

Your right, rsync does utilize openssh. How do I go about addressing that and make sure it only uses wolfprovider crypto algorithms?

Comment thread .github/scripts/sha-rsync-test.test Outdated
@padelsbach
padelsbach merged commit 25edd49 into wolfSSL:master Jul 28, 2025
238 checks passed
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