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

Unhandled errors when trying to use crypto. #16

Open
eko234 opened this issue Jun 15, 2021 · 3 comments
Open

Unhandled errors when trying to use crypto. #16

eko234 opened this issue Jun 15, 2021 · 3 comments

Comments

@eko234
Copy link

eko234 commented Jun 15, 2021

Hi, I got this error trying to use crypto:


crypto: EVP_CIPHER_CTX_new: internal error: unhandled error
 No such file or directory [system library:fopen:33558530]

crypto: EVP_CIPHER_CTX_new: internal error: unhandled error
 no such file [BIO routines:BIO_new_file:537317504]

crypto: EVP_CIPHER_CTX_new: internal error: unhandled error
 system lib [x509 certificate routines:X509_load_cert_crl_file:185090050]

And yet the operation I'm calling succeeds.

@rmculpepper
Copy link
Owner

I think some libcrypto function is returning a success code but also adding to OpenSSL's error queue. The crypto Racket wrapper logs the errors when that occurs. I'm tempted to consider that an OpenSSL bug, but I'm not sure the OpenSSL developers feel the same way.

What operation(s) are you using?

@eko234
Copy link
Author

eko234 commented Jun 16, 2021

I'm encrypting. When decrypting I seem to get no errors.

@eko234
Copy link
Author

eko234 commented Jun 16, 2021

Sorry, I'm also getting this error when decrypting :/

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