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

fix: Strip padding and double quotes from encryption and crypto-key headers #200

Merged
merged 4 commits into from
Jul 27, 2020

Conversation

AzureMarker
Copy link
Contributor

The regex is a little more complicated than the Python version because Rust's regex library does not support look-ahead, for performance reasons.

Closes #192

The regex is a little more complicated than the Python autopush version
because Rust's regex library does not support look-ahead, for
performance reasons.
@AzureMarker AzureMarker merged commit e20fc6a into master Jul 27, 2020
@AzureMarker AzureMarker deleted the fix/strip-padding-and-quotes branch July 27, 2020 17:55
This was referenced Oct 16, 2020
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.

Clean up padding and quotes in headers
2 participants