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

Increase size of CLI work buffer #60

Merged
merged 1 commit into from
Nov 11, 2020
Merged

Increase size of CLI work buffer #60

merged 1 commit into from
Nov 11, 2020

Conversation

robn
Copy link
Contributor

@robn robn commented Nov 7, 2019

At least, wrapped keys, with metadata and base64, can easily be > 4096
bytes (5016 for a wrapped RSA:4096 object I have here).

I think for reading files a growable heap buffer makes more sense, but
this is a cheap hack to get me running again.

At least, wrapped keys, with metadata and base64, can easily be > 4096
bytes (5016 for a wrapped RSA:4096 object I have here).

I think for reading files a growable heap buffer makes more sense, but
this is a cheap hack to get me running again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants