diff options
Diffstat (limited to 'src/eap_peer/eap.h')
-rw-r--r-- | src/eap_peer/eap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eap_peer/eap.h b/src/eap_peer/eap.h index bc207e7..8c4a42f 100644 --- a/src/eap_peer/eap.h +++ b/src/eap_peer/eap.h @@ -228,10 +228,13 @@ struct eapol_callbacks { * @ctx: eapol_ctx from eap_peer_sm_init() call * @depth: Depth in certificate chain (0 = server) * @subject: Subject of the peer certificate + * @altsubject: Select fields from AltSubject of the peer certificate + * @num_altsubject: Number of altsubject values * @cert_hash: SHA-256 hash of the certificate * @cert: Peer certificate */ void (*notify_cert)(void *ctx, int depth, const char *subject, + const char *altsubject[], int num_altsubject, const char *cert_hash, const struct wpabuf *cert); /** |