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
This function returned a reference into an OpenSSL datastructure, but there was no way to ensure OpenSSL would not mutate the datastructure behind ones back.
Use of this function should be replaced with X509StoreRef::all_certificates.
The text was updated successfully, but these errors were encountered:
openssl
0.10.56
This function returned a reference into an OpenSSL datastructure, but there was no way to ensure OpenSSL would not mutate the datastructure behind ones back.
Use of this function should be replaced with
X509StoreRef::all_certificates
.The text was updated successfully, but these errors were encountered: