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:
dongheng
2016-09-22 15:15:16 +08:00
parent 2cc32db52d
commit b3145446aa
8 changed files with 40 additions and 4 deletions

View File

@@ -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