Skip to content

Add Md5AuthString type - #96

Open
taspelund wants to merge 1 commit into
mainfrom
trey/md5-auth-string
Open

Add Md5AuthString type#96
taspelund wants to merge 1 commit into
mainfrom
trey/md5-auth-string

Conversation

@taspelund

Copy link
Copy Markdown
Contributor

Adds wrapper type for MD5 passwords used with TCP (RFC 2385). Md5AuthString enforces constraints around length (1-80 bytes, inclusive) as well as content (printable ASCII), with proper Errors and memory zeroization.

Adds wrapper type for MD5 passwords used with TCP (RFC 2385).
Md5AuthString enforces constraints around length (1-80 bytes, inclusive)
as well as content (printable ASCII), with proper Errors and memory
zeroization.

Signed-off-by: Trey Aspelund <trey@oxidecomputer.com>
@taspelund taspelund self-assigned this Aug 30, 2026
@taspelund taspelund added the rust Pull requests that update rust code label Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant