aws / aws-encryption-sdk-python

AWS Encryption SDK
https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/introduction.html
Apache License 2.0
234 stars 83 forks source link

Issue with the /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /var/task/cryptography/hazmat/bindings/_rust.abi3.so) #609

Closed surajtikoo closed 11 months ago

surajtikoo commented 1 year ago

Security issue notifications

If you discover a potential security issue in the AWS Encryption SDK we ask that you notify AWS Security via our vulnerability reporting page. Please do not create a public GitHub issue.

Problem:

Hi, Team I am using this sdk with Python 3.10 version and using the lastest version of cryptography. The code is breaking for the cryptography.

Solution:

A description of the possible solution in terms of Encryption SDK architecture.

Out of scope:

Is there anything the solution will intentionally NOT address?

seebees commented 12 months ago

This is likely due to the latest versions of cryptography use Rust. Here is a link to their documentation: https://cryptography.io/en/latest/installation/#rust

What environment are you running on? Can you provide a stack trace?

seebees commented 11 months ago

Feel free to re-open if needed.