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

[UNIMPLEMENTED: AES-GCM-SIV is unimplemented for OpenSSL], UNIMPLEMENTED: AES-GCM-SIV is unimplemented for OpenSSL Aead primitive failed: UNIMPLEMENTED: AES-GCM-SIV is unimplemented for OpenSSL #5

Open
bsergean opened this issue Jul 23, 2024 · 3 comments
Assignees

Comments

@bsergean
Copy link

bsergean commented Jul 23, 2024

Help us help you

Out tink configuration uses 2.2 with a few small build patch for a conflicting RapidJSON installation.

** Bug report **

We use a very up to date version of Ubuntu (24.04), but we still cannot use this encryption feature. What OS can support this ?

Apparently that feature is available in OpenSSL 3.2 / https://www.openssl.org/news/openssl-3.2-notes.html

@bsergean
Copy link
Author

ps: this might be a limitation of the straight openssl build versus the boringssl build

return util::Status(absl::StatusCode::kUnimplemented,

@morambro morambro self-assigned this Aug 5, 2024
@morambro
Copy link
Contributor

morambro commented Aug 5, 2024

Hi bsergean thanks for pointing this out. AES-GCM-SIV isn't available when building with OpenSSL because the work on supporting OpenSSL in Tink predates OpenSSL 3.2. We will consider adding this for when OpenSSL 3.2 is used.

@bsergean
Copy link
Author

bsergean commented Aug 5, 2024 via email

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

No branches or pull requests

2 participants