ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | X509_crl_st |
|---|---|
| Type | STRUCT |
| Fields | 15 |
| Source | x509.h |
| Size | 120 |
| Usage | The type is used by 48 symbols and 11 types. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | crl | X509_CRL_INFO* | 8 | 0 |
| 1 | sig_alg | X509_ALGOR* | 8 | 8 |
| 2 | signature | ASN1_BIT_STRING* | 8 | 16 |
| 3 | references | int | 4 | 24 |
| 4 | flags | int | 4 | 28 |
| 5 | akid | AUTHORITY_KEYID* | 8 | 32 |
| 6 | idp | ISSUING_DIST_POINT* | 8 | 40 |
| 7 | idp_flags | int | 4 | 48 |
| 8 | idp_reasons | int | 4 | 52 |
| 9 | crl_number | ASN1_INTEGER* | 8 | 56 |
| 10 | base_crl_number | ASN1_INTEGER* | 8 | 64 |
| 11 | sha1_hash | unsigned char[20] | 20 | 72 |
| 12 | issuers | struct stack_st_GENERAL_NAMES* | 8 | 96 |
| 13 | meth | X509_CRL_METHOD const* | 8 | 104 |
| 14 | meth_data | void* | 8 | 112 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .crl | X509_CRL_INFO* |
| 8 | .sig_alg | X509_ALGOR* |
| 16 | .signature | ASN1_BIT_STRING* |
| 24 | .references | int |
| 28 | .flags | int |
| 32 | .akid | AUTHORITY_KEYID* |
| 40 | .idp | ISSUING_DIST_POINT* |
| 48 | .idp_flags | int |
| 52 | .idp_reasons | int |
| 56 | .crl_number | ASN1_INTEGER* |
| 64 | .base_crl_number | ASN1_INTEGER* |
| 72 | .sha1_hash | unsigned char[20] |
| 92 | padding | |
| 96 | .issuers | struct stack_st_GENERAL_NAMES* |
| 104 | .meth | X509_CRL_METHOD const* |
| 112 | .meth_data | void* |