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

@@ -21,6 +21,7 @@
read, send, pending, \
set_fd, get_fd, \
set_bufflen, \
get_verify_result, \
get_state) \
static const SSL_METHOD_FUNC func_name LOCAL_ATRR = { \
new, \
@@ -34,6 +35,7 @@
set_fd, \
get_fd, \
set_bufflen, \
get_verify_result, \
get_state \
};