1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/mbedtls_wrapper/library
Andy Green 43b3141f93 wrapper: introduce SSL_get0_param
This adds the standard OpenSSL api to get a pointer to the SSL struct's
X509_VERIFY_PARAM.  We need this for the OpenSSL api to set the peer
hostname introduced in the next patch.
2017-09-09 07:56:25 +08:00
..
ssl_cert.c mbedtls: Add mbedTLS wrapper 2017-08-28 20:13:58 +08:00
ssl_lib.c mbedtls: Add mbedTLS backend support 2017-08-28 20:22:20 +08:00
ssl_methods.c mbedtls: Add mbedTLS wrapper 2017-08-28 20:13:58 +08:00
ssl_pkey.c mbedtls: Add mbedTLS wrapper 2017-08-28 20:13:58 +08:00
ssl_stack.c mbedtls: Add mbedTLS wrapper 2017-08-28 20:13:58 +08:00
ssl_x509.c wrapper: introduce SSL_get0_param 2017-09-09 07:56:25 +08:00