Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape raw data #5

Merged
merged 1 commit into from
Sep 1, 2024
Merged

Escape raw data #5

merged 1 commit into from
Sep 1, 2024

Conversation

triarius
Copy link
Owner

@triarius triarius commented Sep 1, 2024

Raw data must be escaped.
The escaping is similar to url encoding, but with only a very small subset of characters.

The link also states that the raw data must be split into lines of 1024 bytes or less. This has not been implemented yet.

Raw data [must be escaped](https://www.gnupg.org/documentation/manuals/assuan/Client-requests.html#Client-requests).
The escaping is similar to url encoding, but with only a very small subset of characters.

The link also states that the raw data must be split into lines of 1024 bytes or less. This has not been implemented yet.
@triarius triarius merged commit 043bf2d into main Sep 1, 2024
4 checks passed
@triarius triarius deleted the escape-output branch September 1, 2024 04:21
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.

1 participant