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

feat: allow ciphertext_len to be NULL #357

Merged
merged 3 commits into from
Jul 31, 2024
Merged

feat: allow ciphertext_len to be NULL #357

merged 3 commits into from
Jul 31, 2024

Conversation

JeremyTubongbanua
Copy link
Member

@JeremyTubongbanua JeremyTubongbanua commented Jul 30, 2024

closes #139

- What I did

  • There was an if-statement that should not have been there.
  • Passing NULL to ciphertext_len is completely okay.

- Description for the changelog
feat: allow ciphertext_len to be NULL

@JeremyTubongbanua JeremyTubongbanua merged commit 1e061f0 into trunk Jul 31, 2024
8 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.

at_c: check if olen is null before setting
2 participants