/*
+ * Copyright (C) 2019 Tobias Brunner
* Copyright (C) 2008 Martin Willi
* HSR Hochschule fuer Technik Rapperswil
*
* Implements certificate_t interface
*/
certificate_t interface;
+
+ /**
+ * Get the nonce sent in this OCSP request.
+ *
+ * @return nonce in the request (internal data)
+ */
+ chunk_t (*get_nonce)(ocsp_request_t *this);
};
#endif /** OCSP_REQUEST_H_ @}*/
/*
+ * Copyright (C) 2019 Tobias Brunner
* Copyright (C) 2008 Martin Willi
* HSR Hochschule fuer Technik Rapperswil
*
certificate_t certificate;
/**
+ * Get the nonce received with this OCSP response.
+ *
+ * @return nonce in the response (internal data)
+ */
+ chunk_t (*get_nonce)(ocsp_response_t *this);
+
+ /**
* Check the status of a certificate by this OCSP response.
*
* @param subject certificate to check status