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

Implement Camellia GCM suites (RFC 6367) #374

Closed
wants to merge 2 commits into from
Closed

Implement Camellia GCM suites (RFC 6367) #374

wants to merge 2 commits into from

Conversation

ghedo
Copy link
Contributor

@ghedo ghedo commented Aug 22, 2015

This fixes #320.

The EVP Camellia GCM code is mostly the same as the AES one, so maybe there's an opportunity for some refactoring there.

@ghedo
Copy link
Contributor Author

ghedo commented Jan 19, 2016

Since this is not gonna be merged I'm closing it. I'm tired of keeping this up-to-date for nothing.

@ghedo ghedo closed this Jan 19, 2016
@J0WI
Copy link

J0WI commented Jan 20, 2016

D:

@t8m
Copy link
Member

t8m commented Feb 14, 2020

This could be merged if it was rebased to the current master.

@mattcaswell
Copy link
Member

I think its a non-trivial rebase due to all the provider changes.

@t8m
Copy link
Member

t8m commented Feb 14, 2020

Yes, of course.

@t8m
Copy link
Member

t8m commented Feb 14, 2020

I added this comment to just indicate to @ghedo if he wanted to spend time rebasing it once again that it would be likely merged.

mcr pushed a commit to mcr/openssl that referenced this pull request Jun 22, 2021
pkey: allow setting algorithm-specific options in #sign and #verify
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.

Support for Camellia cipher suites in TLS
4 participants