We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 8.12.0
curl/lib/vtls/openssl.c
Line 4524 in 9391fc1
X509_get0_pubkey can fail and return null https://docs.openssl.org/1.1.1/man3/X509_get_pubkey/#return-values
X509_get0_pubkey
In this case, curl will segfault at
Line 4537 in 9391fc1
$ openssl x509 -in /tmp/cert.pem -pubkey Error getting public key 4017346E477F0000:error:03000072:digital envelope routines:X509_PUBKEY_get0:decode error:../crypto/x509/x_pubkey.c:458:
The text was updated successfully, but these errors were encountered:
5addb3e
openssl: check return value of X509_get0_pubkey
235f001
Fixes curl#16468 Closes curl#16469
Successfully merging a pull request may close this issue.
Version: 8.12.0
curl/lib/vtls/openssl.c
Line 4524 in 9391fc1
X509_get0_pubkey
can fail and return nullhttps://docs.openssl.org/1.1.1/man3/X509_get_pubkey/#return-values
In this case, curl will segfault at
curl/lib/vtls/openssl.c
Line 4537 in 9391fc1
The text was updated successfully, but these errors were encountered: