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

Using --chain causes SIGSEGV when compiled with openssl >= 1.1 #1

Open
nickolasburr opened this issue Apr 19, 2022 · 0 comments
Open
Assignees
Labels

Comments

@nickolasburr
Copy link
Owner

Tested the following versions on macOS Big Sur (11.6.5):

  1. [email protected] (1.1.1n)
  2. openssl@3 (3.0.2)

Using the --chain option causes a segfault to occur due to an uninitialized pointer. With the transition to opaque types in openssl 1.1.0, it's no longer possible to directly access struct members to retrieve certificate information and will require utilizing the respective accessor functions to get the needed information.

@nickolasburr nickolasburr self-assigned this Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant