mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 12:50:30 +00:00
components/openssl: add function "ssl_pm_get_verify_result"
1. add function ssl_pm_get_verify_result 2. add its platform low-level interface
This commit is contained in:
@@ -49,4 +49,6 @@ void pkey_pm_free(EVP_PKEY *pkey);
|
||||
int pkey_pm_load(EVP_PKEY *pkey, const unsigned char *buffer, int len);
|
||||
void pkey_pm_unload(EVP_PKEY *pkey);
|
||||
|
||||
long ssl_pm_get_verify_result(const SSL *ssl);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user