hunt-openssl ~master (2021-04-30T03:10:28Z)
Home
Dub
Repo
x509_object_st.data_
deimos
openssl
x509_vfy
x509_object_st
Undocumented in source.
struct
x509_object_st
union
data_ {
char
*
ptr
;
X509
*
x509
;
X509_CRL
*
crl
;
EVP_PKEY
*
pkey
;
}
Members
Variables
crl
X509_CRL
*
crl
;
Undocumented in source.
pkey
EVP_PKEY
*
pkey
;
Undocumented in source.
ptr
char
*
ptr
;
Undocumented in source.
x509
X509
*
x509
;
Undocumented in source.
Meta
Source
See Implementation
deimos
openssl
x509_vfy
x509_object_st
unions
data_
variables
data
type