You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Tested the following versions on macOS Big Sur (11.6.5):
[email protected]
(1.1.1n
)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.The text was updated successfully, but these errors were encountered: