mirror of https://github.com/ARMmbed/mbed-os.git
Include TLSSocket and DTLSSocket in Doxygen
parent
bdc355f873
commit
0f5cec3ebc
|
|
@ -23,7 +23,7 @@
|
||||||
#include "UDPSocket.h"
|
#include "UDPSocket.h"
|
||||||
|
|
||||||
// This class requires Mbed TLS SSL/TLS client code
|
// This class requires Mbed TLS SSL/TLS client code
|
||||||
#if defined(MBEDTLS_SSL_CLI_C)
|
#if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
|
||||||
|
|
||||||
class DTLSSocket : public DTLSSocketWrapper {
|
class DTLSSocket : public DTLSSocketWrapper {
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#include "TLSSocketWrapper.h"
|
#include "TLSSocketWrapper.h"
|
||||||
|
|
||||||
// This class requires Mbed TLS SSL/TLS client code
|
// This class requires Mbed TLS SSL/TLS client code
|
||||||
#if defined(MBEDTLS_SSL_CLI_C)
|
#if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
|
||||||
|
|
||||||
class DTLSSocketWrapper : public TLSSocketWrapper {
|
class DTLSSocketWrapper : public TLSSocketWrapper {
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
#include "mbedtls/error.h"
|
#include "mbedtls/error.h"
|
||||||
|
|
||||||
// This class requires Mbed TLS SSL/TLS client code
|
// This class requires Mbed TLS SSL/TLS client code
|
||||||
#if defined(MBEDTLS_SSL_CLI_C)
|
#if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief TLSSocket a wrapper around TCPSocket for interacting with TLS servers
|
* \brief TLSSocket a wrapper around TCPSocket for interacting with TLS servers
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
#include "mbedtls/error.h"
|
#include "mbedtls/error.h"
|
||||||
|
|
||||||
// This class requires Mbed TLS SSL/TLS client code
|
// This class requires Mbed TLS SSL/TLS client code
|
||||||
#if defined(MBEDTLS_SSL_CLI_C)
|
#if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief TLSSocket a wrapper around Socket for interacting with TLS servers
|
* \brief TLSSocket a wrapper around Socket for interacting with TLS servers
|
||||||
|
|
@ -135,7 +135,7 @@ public:
|
||||||
virtual nsapi_error_t listen(int backlog = 1);
|
virtual nsapi_error_t listen(int backlog = 1);
|
||||||
virtual nsapi_error_t getpeername(SocketAddress *address);
|
virtual nsapi_error_t getpeername(SocketAddress *address);
|
||||||
|
|
||||||
#if defined(MBEDTLS_X509_CRT_PARSE_C) || defined(DOXYGEN)
|
#if defined(MBEDTLS_X509_CRT_PARSE_C) || defined(DOXYGEN_ONLY)
|
||||||
/** Get own certificate directly from Mbed TLS
|
/** Get own certificate directly from Mbed TLS
|
||||||
* @return internal Mbed TLS X509 structure
|
* @return internal Mbed TLS X509 structure
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue